GDB (xrefs)
Loading...
Searching...
No Matches
gdbpy_gil Class Reference

Public Member Functions

 gdbpy_gil ()
 
 ~gdbpy_gil ()
 
 DISABLE_COPY_AND_ASSIGN (gdbpy_gil)
 

Private Attributes

PyGILState_STATE m_state
 

Detailed Description

Definition at line 263 of file python.c.

Constructor & Destructor Documentation

◆ gdbpy_gil()

gdbpy_gil::gdbpy_gil ( )
inline

Definition at line 267 of file python.c.

◆ ~gdbpy_gil()

gdbpy_gil::~gdbpy_gil ( )
inline

Definition at line 272 of file python.c.

References m_state, and PyGILState_Release.

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

gdbpy_gil::DISABLE_COPY_AND_ASSIGN ( gdbpy_gil )

Member Data Documentation

◆ m_state

PyGILState_STATE gdbpy_gil::m_state
private

Definition at line 281 of file python.c.

Referenced by ~gdbpy_gil().


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