Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp581 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
769 if (synchronous_execution) in DoExecute()
786 if (synchronous_execution) { in DoExecute()
844 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
955 if (synchronous_execution) in DoExecute()
964 if (synchronous_execution) { in DoExecute()
1126 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
1301 if (synchronous_execution) in DoExecute()
1309 if (synchronous_execution) { in DoExecute()
H A DCommandObjectProcess.cpp620 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
672 if (synchronous_execution) in DoExecute()
686 if (synchronous_execution) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h195 bool synchronous_execution);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2832 const bool synchronous_execution = in Launch() local
2893 if (synchronous_execution || in Launch()
2908 if (synchronous_execution) { in Launch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp126 bool synchronous_execution) in CommandInterpreter() argument
132 m_debugger(debugger), m_synchronous_execution(synchronous_execution), in CommandInterpreter()