Home
last modified time | relevance | path

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

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