Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DStopInfo.cpp499 debugger.SetAsyncExecution(true); in PerformAction()
503 debugger.SetAsyncExecution(old_async); in PerformAction()
854 debugger.SetAsyncExecution(true); in PerformAction()
859 debugger.SetAsyncExecution(old_async); in PerformAction()
DTarget.cpp3353 debugger.SetAsyncExecution(true); in HandleStop()
3356 debugger.SetAsyncExecution(old_async); in HandleStop()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2291 m_debugger.SetAsyncExecution(false); in HandleCommands()
2339 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2376 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2396 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2403 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2552 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()
2565 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h115 void SetAsyncExecution(bool async);
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2934 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()
2936 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()
2941 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp1038 Dbg.SetAsyncExecution(false); in evaluateMemoryMapCommands()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp785 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp268 m_opaque_sp->SetAsyncExecution(b); in SetAsync()