Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h492 bool GetSynchronous();
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp417 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
675 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
921 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
H A DCommandObjectProcess.cpp508 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
H A DCommandObjectPlatform.cpp1214 debugger.GetCommandInterpreter().GetSynchronous(); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp964 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2820 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3246 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()