LLDB mainline
lldb_private::ScriptInterpreterPythonImpl::SynchronicityHandler Class Reference

#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

Detailed Description

Definition at line 350 of file ScriptInterpreterPythonImpl.h.

Constructor & Destructor Documentation

◆ SynchronicityHandler()

ScriptInterpreterPythonImpl::SynchronicityHandler::SynchronicityHandler ( lldb::DebuggerSP debugger_sp,
ScriptedCommandSynchronicity synchro )

Definition at line 2438 of file ScriptInterpreterPython.cpp.

◆ ~SynchronicityHandler()

ScriptInterpreterPythonImpl::SynchronicityHandler::~SynchronicityHandler ( )

Member Data Documentation

◆ m_debugger_sp

lldb::DebuggerSP lldb_private::ScriptInterpreterPythonImpl::SynchronicityHandler::m_debugger_sp
private

Definition at line 352 of file ScriptInterpreterPythonImpl.h.

Referenced by ~SynchronicityHandler().

◆ m_old_asynch

bool lldb_private::ScriptInterpreterPythonImpl::SynchronicityHandler::m_old_asynch
private

Definition at line 354 of file ScriptInterpreterPythonImpl.h.

◆ m_synch_wanted

ScriptedCommandSynchronicity lldb_private::ScriptInterpreterPythonImpl::SynchronicityHandler::m_synch_wanted
private

Definition at line 353 of file ScriptInterpreterPythonImpl.h.

Referenced by ~SynchronicityHandler().


The documentation for this class was generated from the following files: