Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DDebugger.h92 SetAsyncExecution (bool async);
/external/lldb/source/Target/
DStopInfo.cpp466 debugger.SetAsyncExecution (true); in PerformAction()
470 debugger.SetAsyncExecution (old_async); in PerformAction()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp2509 m_debugger.SetAsyncExecution (false); in HandleCommands()
2556 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()
2592 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()
2601 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()
DScriptInterpreterPython.cpp2934 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()
2936 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()
2942 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
/external/lldb/source/API/
DSBDebugger.cpp203 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
/external/lldb/source/Core/
DDebugger.cpp726 Debugger::SetAsyncExecution (bool async_execution) in SetAsyncExecution() function in Debugger