Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h91 SetAsyncExecution (bool async);
/trueos/contrib/llvm/tools/lldb/source/Target/
HDStopInfo.cpp479 debugger.SetAsyncExecution (true); in PerformAction()
483 debugger.SetAsyncExecution (old_async); in PerformAction()
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp2453 m_debugger.SetAsyncExecution (false); in HandleCommands()
2500 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()
2536 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()
2545 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()
2671 debugger.SetAsyncExecution (false); in HandleCommandsFromFile()
2680 debugger.SetAsyncExecution (old_async_execution); in HandleCommandsFromFile()
HDScriptInterpreterPython.cpp2360 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()
2362 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()
2368 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp262 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp721 Debugger::SetAsyncExecution (bool async_execution) in SetAsyncExecution() function in Debugger