GDB (xrefs)
|
#include "python-internal.h"
Public Member Functions | |
gdbpy_enter (struct gdbarch *gdbarch=nullptr, const struct language_defn *language=nullptr) | |
~gdbpy_enter () | |
DISABLE_COPY_AND_ASSIGN (gdbpy_enter) | |
Static Public Member Functions | |
static struct gdbarch * | get_gdbarch () |
static void | finalize () |
Private Attributes | |
struct active_ext_lang_state * | m_previous_active |
PyGILState_STATE | m_state |
struct gdbarch * | m_gdbarch |
const struct language_defn * | m_language |
gdb::optional< gdbpy_err_fetch > | m_error |
Static Private Attributes | |
static struct gdbarch * | python_gdbarch |
Definition at line 676 of file python-internal.h.
|
explicit |
gdbpy_enter::~gdbpy_enter | ( | ) |
gdbpy_enter::DISABLE_COPY_AND_ASSIGN | ( | gdbpy_enter | ) |
|
static |
|
static |
|
private |
Definition at line 717 of file python-internal.h.
|
private |
Definition at line 712 of file python-internal.h.
|
private |
Definition at line 713 of file python-internal.h.
|
private |
Definition at line 710 of file python-internal.h.
|
private |
Definition at line 711 of file python-internal.h.
|
staticprivate |
Definition at line 708 of file python-internal.h.