Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp527 debugger.SetAsyncExecution(true); in PerformAction()
531 debugger.SetAsyncExecution(old_async); in PerformAction()
891 debugger.SetAsyncExecution(true); in PerformAction()
896 debugger.SetAsyncExecution(old_async); in PerformAction()
H A DTarget.cpp3414 debugger.SetAsyncExecution(true); in HandleStop()
3417 debugger.SetAsyncExecution(old_async); in HandleStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2295 m_debugger.SetAsyncExecution(false); in HandleCommands()
2336 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2373 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2393 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2400 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2554 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()
2567 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h159 void SetAsyncExecution(bool async);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2976 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()
2978 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()
2983 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp807 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp304 m_opaque_sp->SetAsyncExecution(b); in SetAsync()