Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h113 bool GetAsyncExecution();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStopInfo.cpp498 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
853 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
HDTarget.cpp2646 bool old_async = GetDebugger().GetAsyncExecution(); in RunStopHooks()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp273 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()
490 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
HDSBThread.cpp579 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
HDSBProcess.cpp613 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2207 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()
2472 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp814 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp2913 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()