GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
gdbpy_allow_threads Class Reference

#include "python-internal.h"

Public Member Functions

 gdbpy_allow_threads ()
 
 ~gdbpy_allow_threads ()
 
 DISABLE_COPY_AND_ASSIGN (gdbpy_allow_threads)
 

Private Attributes

PyThreadState * m_save
 

Detailed Description

Definition at line 735 of file python-internal.h.

Constructor & Destructor Documentation

◆ gdbpy_allow_threads()

gdbpy_allow_threads::gdbpy_allow_threads ( )
inline

Definition at line 739 of file python-internal.h.

References m_save.

◆ ~gdbpy_allow_threads()

gdbpy_allow_threads::~gdbpy_allow_threads ( )
inline

Definition at line 745 of file python-internal.h.

References m_save.

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

gdbpy_allow_threads::DISABLE_COPY_AND_ASSIGN ( gdbpy_allow_threads )

Member Data Documentation

◆ m_save

PyThreadState* gdbpy_allow_threads::m_save
private

Definition at line 754 of file python-internal.h.

Referenced by gdbpy_allow_threads(), and ~gdbpy_allow_threads().


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