Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h442 bool GetBatchCommandMode() { return m_batch_command_mode; } in GetBatchCommandMode() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp810 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp632 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); in IOHandlerInputComplete()