Home
last modified time | relevance | path

Searched refs:GetAsyncExecution (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h113 bool GetAsyncExecution();
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp498 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
853 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
DTarget.cpp3352 bool old_async = debugger.GetAsyncExecution(); in HandleStop()
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp274 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()
491 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
DSBThread.cpp510 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
DSBProcess.cpp614 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2281 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()
2548 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp784 debugger.GetAsyncExecution() in DoExecute()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp781 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2932 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()