Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectThread.cpp411 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local
540 if (synchronous_execution) in DoExecute()
643 bool synchronous_execution = m_interpreter.GetSynchronous (); in DoExecute() local
762 if (synchronous_execution) in DoExecute()
935 bool synchronous_execution = m_interpreter.GetSynchronous (); in DoExecute() local
1093 if (synchronous_execution) in DoExecute()
DCommandObjectProcess.cpp252 bool synchronous_execution = m_interpreter.GetSynchronous (); in DoExecute() local
312 if (synchronous_execution) in DoExecute()
801 bool synchronous_execution = m_interpreter.GetSynchronous (); in DoExecute() local
853 if (synchronous_execution) in DoExecute()
/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h76 bool synchronous_execution);
/external/lldb/source/API/
DSBTarget.cpp794 … const bool synchronous_execution = target_sp->GetDebugger().GetAsyncExecution () == false; in Launch() local
802 if (synchronous_execution) in Launch()
818 if (synchronous_execution) in Launch()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp100 bool synchronous_execution in CommandInterpreter() argument
105 m_synchronous_execution (synchronous_execution), in CommandInterpreter()