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

Declarations

tools/lldb/include/lldb/Core/Debugger.h
  113   bool GetAsyncExecution();

References

tools/lldb/source/API/SBDebugger.cpp
  272   return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false);
  488     if (!m_opaque_sp->GetAsyncExecution()) {
tools/lldb/source/API/SBProcess.cpp
  613     if (process_sp->GetTarget().GetDebugger().GetAsyncExecution())
tools/lldb/source/API/SBThread.cpp
  579   if (process->GetTarget().GetDebugger().GetAsyncExecution())
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2193   bool old_async_execution = m_debugger.GetAsyncExecution();
 2458   const bool old_async_execution = debugger.GetAsyncExecution();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2872       m_old_asynch(debugger_sp->GetAsyncExecution()) {
tools/lldb/source/Target/StopInfo.cpp
  498             bool old_async = debugger.GetAsyncExecution();
  853           bool old_async = debugger.GetAsyncExecution();
tools/lldb/source/Target/Target.cpp
 2656         bool old_async = GetDebugger().GetAsyncExecution();