Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h490 bool GetBatchCommandMode() { return m_batch_command_mode; } in GetBatchCommandMode() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp855 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp503 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); in IOHandlerInputComplete()