Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp533 debugger.SetAsyncExecution(true); in PerformAction()
537 debugger.SetAsyncExecution(old_async); in PerformAction()
970 debugger.SetAsyncExecution(true); in PerformAction()
975 debugger.SetAsyncExecution(old_async); in PerformAction()
H A DTarget.cpp3833 debugger.SetAsyncExecution(true); in HandleStop()
3836 debugger.SetAsyncExecution(old_async); in HandleStop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2547 m_debugger.SetAsyncExecution(false); in HandleCommands()
2588 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2625 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2645 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2652 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2804 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()
2817 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h139 void SetAsyncExecution(bool async);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp680 GetDebugger().SetAsyncExecution(false); in DoExecute()
689 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2669 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()
2671 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()
2676 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp339 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp967 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger