Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h123 bool GetAsyncExecution();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp504 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
864 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp250 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()
374 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
H A DSBProcess.cpp674 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
H A DSBThread.cpp627 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2213 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()
2472 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp873 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2918 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()