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()
654 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
753 if (synchronous_execution) in DoExecute()
762 if (synchronous_execution) { in DoExecute()
888 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
1060 if (synchronous_execution) in DoExecute()
1068 if (synchronous_execution) { in DoExecute()
H A DCommandObjectProcess.cpp504 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
682 synchronous_execution = true; in DoExecute()
684 if (synchronous_execution) in DoExecute()
724 if (synchronous_execution) { in DoExecute()
H A DCommandObjectPlatform.cpp1140 const bool synchronous_execution = in DoExecute() local
1144 !synchronous_execution && in DoExecute()
1163 if (synchronous_execution) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h269 CommandInterpreter(Debugger &debugger, bool synchronous_execution);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3383 const bool synchronous_execution = in Launch() local
3452 !synchronous_execution && in Launch()
3477 if (synchronous_execution) in Launch()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp135 bool synchronous_execution) in CommandInterpreter() argument
149 SetSynchronous(synchronous_execution); in CommandInterpreter()