Home
last modified time | relevance | path

Searched refs:GetSynchronous (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h438 bool GetSynchronous();
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp377 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
647 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
913 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
DCommandObjectProcess.cpp513 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp782 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2568 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
/external/llvm-project/lldb/source/Target/
DTarget.cpp2935 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()