Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h499 bool GetBatchCommandMode() { return m_batch_command_mode; } in GetBatchCommandMode() function
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp858 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp507 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); in IOHandlerInputComplete()