Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp414 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
592 if (synchronous_execution) in DoExecute()
608 if (synchronous_execution) { in DoExecute()
672 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
771 if (synchronous_execution) in DoExecute()
780 if (synchronous_execution) { in DoExecute()
920 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
1100 if (synchronous_execution) in DoExecute()
1108 if (synchronous_execution) { in DoExecute()
H A DCommandObjectProcess.cpp557 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
730 synchronous_execution = true; in DoExecute()
732 if (synchronous_execution) in DoExecute()
768 if (synchronous_execution) { in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h242 CommandInterpreter(Debugger &debugger, bool synchronous_execution);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3036 const bool synchronous_execution = in Launch() local
3106 !synchronous_execution && in Launch()
3127 if (synchronous_execution) in Launch()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp122 bool synchronous_execution) in CommandInterpreter() argument
136 SetSynchronous(synchronous_execution); in CommandInterpreter()