reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Debugger.h
  115   void SetAsyncExecution(bool async);

References

tools/lldb/source/API/SBDebugger.cpp
  266     m_opaque_sp->SetAsyncExecution(b);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2203     m_debugger.SetAsyncExecution(false);
 2249         m_debugger.SetAsyncExecution(old_async_execution);
 2286         m_debugger.SetAsyncExecution(old_async_execution);
 2306       m_debugger.SetAsyncExecution(old_async_execution);
 2313   m_debugger.SetAsyncExecution(old_async_execution);
 2462     debugger.SetAsyncExecution(false);
 2471   debugger.SetAsyncExecution(old_async_execution);
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2874     m_debugger_sp->SetAsyncExecution(false);
 2876     m_debugger_sp->SetAsyncExecution(true);
 2881     m_debugger_sp->SetAsyncExecution(m_old_asynch);
tools/lldb/source/Target/StopInfo.cpp
  499             debugger.SetAsyncExecution(true);
  503             debugger.SetAsyncExecution(old_async);
  854           debugger.SetAsyncExecution(true);
  859           debugger.SetAsyncExecution(old_async);
tools/lldb/source/Target/Target.cpp
 2657         GetDebugger().SetAsyncExecution(true);
 2661         GetDebugger().SetAsyncExecution(old_async);
tools/lldb/tools/lldb-test/lldb-test.cpp
 1021   Dbg.SetAsyncExecution(false);