Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp417 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
596 if (synchronous_execution) in DoExecute()
612 if (synchronous_execution) { in DoExecute()
675 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
774 if (synchronous_execution) in DoExecute()
783 if (synchronous_execution) { in DoExecute()
921 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
1101 if (synchronous_execution) in DoExecute()
1109 if (synchronous_execution) { in DoExecute()
H A DCommandObjectProcess.cpp508 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
681 synchronous_execution = true; in DoExecute()
683 if (synchronous_execution) in DoExecute()
719 if (synchronous_execution) { in DoExecute()
H A DCommandObjectPlatform.cpp1213 const bool synchronous_execution = in DoExecute() local
1217 !synchronous_execution && in DoExecute()
1236 if (synchronous_execution) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h251 CommandInterpreter(Debugger &debugger, bool synchronous_execution);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3245 const bool synchronous_execution = in Launch() local
3316 !synchronous_execution && in Launch()
3337 if (synchronous_execution) in Launch()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp128 bool synchronous_execution) in CommandInterpreter() argument
142 SetSynchronous(synchronous_execution); in CommandInterpreter()