Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp530 debugger.SetAsyncExecution(true); in PerformAction()
534 debugger.SetAsyncExecution(old_async); in PerformAction()
989 debugger.SetAsyncExecution(true); in PerformAction()
994 debugger.SetAsyncExecution(old_async); in PerformAction()
H A DTarget.cpp3717 debugger.SetAsyncExecution(true); in HandleStop()
3720 debugger.SetAsyncExecution(old_async); in HandleStop()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2544 m_debugger.SetAsyncExecution(false); in HandleCommands()
2585 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2622 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2642 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2649 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2801 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()
2814 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h134 void SetAsyncExecution(bool async);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp730 GetDebugger().SetAsyncExecution(false); in DoExecute()
739 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2742 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()
2744 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()
2749 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp1141 Dbg.SetAsyncExecution(false); in evaluateMemoryMapCommands()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp327 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp885 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger