|
LLDB mainline
|
#include <ScriptInterpreterPythonImpl.h>
Public Member Functions | |
| SynchronicityHandler (lldb::DebuggerSP, ScriptedCommandSynchronicity) | |
| ~SynchronicityHandler () | |
Private Attributes | |
| lldb::DebuggerSP | m_debugger_sp |
| ScriptedCommandSynchronicity | m_synch_wanted |
| bool | m_old_asynch |
Definition at line 350 of file ScriptInterpreterPythonImpl.h.
| ScriptInterpreterPythonImpl::SynchronicityHandler::SynchronicityHandler | ( | lldb::DebuggerSP | debugger_sp, |
| ScriptedCommandSynchronicity | synchro ) |
Definition at line 2438 of file ScriptInterpreterPython.cpp.
| ScriptInterpreterPythonImpl::SynchronicityHandler::~SynchronicityHandler | ( | ) |
Definition at line 2448 of file ScriptInterpreterPython.cpp.
References lldb_private::eScriptedCommandSynchronicityAsynchronous, m_debugger_sp, and m_synch_wanted.
|
private |
Definition at line 352 of file ScriptInterpreterPythonImpl.h.
Referenced by ~SynchronicityHandler().
|
private |
Definition at line 354 of file ScriptInterpreterPythonImpl.h.
|
private |
Definition at line 353 of file ScriptInterpreterPythonImpl.h.
Referenced by ~SynchronicityHandler().