Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp537 debugger.SetAsyncExecution(true); in PerformAction()
541 debugger.SetAsyncExecution(old_async); in PerformAction()
905 debugger.SetAsyncExecution(true); in PerformAction()
910 debugger.SetAsyncExecution(old_async); in PerformAction()
H A DTarget.cpp3620 debugger.SetAsyncExecution(true); in HandleStop()
3623 debugger.SetAsyncExecution(old_async); in HandleStop()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2493 m_debugger.SetAsyncExecution(false); in HandleCommands()
2534 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2571 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2591 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2598 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2750 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()
2763 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h132 void SetAsyncExecution(bool async);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp729 GetDebugger().SetAsyncExecution(false); in DoExecute()
738 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2843 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()
2845 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()
2850 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp1043 Dbg.SetAsyncExecution(false); in evaluateMemoryMapCommands()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp316 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp865 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger