|
GDB (xrefs)
|
#include "python-internal.h"
Public Member Functions | |
| gdbpy_enter (struct gdbarch *gdbarch, const struct language_defn *language) | |
| ~gdbpy_enter () | |
| DISABLE_COPY_AND_ASSIGN (gdbpy_enter) | |
Private Attributes | |
| struct active_ext_lang_state * | m_previous_active |
| PyGILState_STATE | m_state |
| struct gdbarch * | m_gdbarch |
| const struct language_defn * | m_language |
| PyObject * | m_error_type |
| PyObject * | m_error_value |
| PyObject * | m_error_traceback |
Definition at line 627 of file python-internal.h.
| gdbpy_enter::gdbpy_enter | ( | struct gdbarch * | gdbarch, |
| const struct language_defn * | language | ||
| ) |
Definition at line 206 of file python.c.
References _, error(), extension_language_python, gdb_python_initialized, m_error_traceback, m_error_type, m_error_value, m_previous_active, m_state, PyGILState_Ensure, python_gdbarch, python_language, and set_active_ext_lang().
| gdbpy_enter::~gdbpy_enter | ( | ) |
Definition at line 226 of file python.c.
References _, gdbpy_print_stack(), m_error_traceback, m_error_type, m_error_value, m_gdbarch, m_language, m_previous_active, m_state, PyGILState_Release, python_gdbarch, python_language, restore_active_ext_lang(), and warning().
| gdbpy_enter::DISABLE_COPY_AND_ASSIGN | ( | gdbpy_enter | ) |
|
private |
Definition at line 643 of file python-internal.h.
Referenced by gdbpy_enter(), and ~gdbpy_enter().
|
private |
Definition at line 643 of file python-internal.h.
Referenced by gdbpy_enter(), and ~gdbpy_enter().
|
private |
Definition at line 643 of file python-internal.h.
Referenced by gdbpy_enter(), and ~gdbpy_enter().
|
private |
Definition at line 641 of file python-internal.h.
Referenced by ~gdbpy_enter().
|
private |
Definition at line 642 of file python-internal.h.
Referenced by ~gdbpy_enter().
|
private |
Definition at line 639 of file python-internal.h.
Referenced by gdbpy_enter(), and ~gdbpy_enter().
|
private |
Definition at line 640 of file python-internal.h.
Referenced by gdbpy_enter(), and ~gdbpy_enter().
1.8.14