Home
last modified time | relevance | path

Searched refs:GetBatchCommandMode (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h515 bool GetBatchCommandMode() { return m_batch_command_mode; } in GetBatchCommandMode() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp808 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp524 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); in IOHandlerInputComplete()