Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp553 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
992 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
H A DTarget.cpp3976 bool old_async = debugger.GetAsyncExecution(); in HandleStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h132 bool GetAsyncExecution();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp310 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()
540 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
H A DSBThread.cpp524 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
H A DSBProcess.cpp578 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp678 bool old_sync = GetDebugger().GetAsyncExecution(); in DoExecute()
921 debugger.GetAsyncExecution() in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2709 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()
2966 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1116 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2538 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()