Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h132 bool GetAsyncExecution();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp529 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
988 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
H A DTarget.cpp3716 bool old_async = debugger.GetAsyncExecution(); in HandleStop()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp727 bool old_sync = GetDebugger().GetAsyncExecution(); in DoExecute()
970 debugger.GetAsyncExecution() in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp333 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()
572 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
H A DSBProcess.cpp565 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
H A DSBThread.cpp518 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2541 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()
2797 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp881 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2740 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()