Home
last modified time | relevance | path

Searched refs:synchronous_execution (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp378 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
556 if (synchronous_execution) in DoExecute()
572 if (synchronous_execution) { in DoExecute()
636 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
735 if (synchronous_execution) in DoExecute()
744 if (synchronous_execution) { in DoExecute()
893 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
1051 if (synchronous_execution) in DoExecute()
1059 if (synchronous_execution) { in DoExecute()
H A DCommandObjectProcess.cpp526 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
577 if (synchronous_execution) in DoExecute()
591 if (synchronous_execution) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h241 CommandInterpreter(Debugger &debugger, bool synchronous_execution);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp117 bool synchronous_execution) in CommandInterpreter() argument
130 SetSynchronous(synchronous_execution); in CommandInterpreter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2964 const bool synchronous_execution = in Launch() local
3026 if (!synchronous_execution && in Launch()
3042 if (synchronous_execution) { in Launch()