Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp505 debugger.SetAsyncExecution(true); in PerformAction()
509 debugger.SetAsyncExecution(old_async); in PerformAction()
865 debugger.SetAsyncExecution(true); in PerformAction()
870 debugger.SetAsyncExecution(old_async); in PerformAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2223 m_debugger.SetAsyncExecution(false); in HandleCommands()
2269 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2306 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2341 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2349 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2476 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()
2485 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h125 void SetAsyncExecution(bool async);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2920 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()
2922 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()
2927 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp246 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp877 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger