GDB (xrefs)
|
Public Attributes | |
struct active_ext_lang_state * | previous_active |
PyGILState_STATE | state |
struct gdbarch * | gdbarch |
const struct language_defn * | language |
PyObject * | error_type |
PyObject * | error_value |
PyObject * | error_traceback |
PyObject * python_env::error_traceback |
Definition at line 213 of file python.c.
Referenced by ensure_python_env(), and restore_python_env().
PyObject* python_env::error_type |
Definition at line 213 of file python.c.
Referenced by ensure_python_env(), and restore_python_env().
PyObject * python_env::error_value |
Definition at line 213 of file python.c.
Referenced by ensure_python_env(), and restore_python_env().
struct gdbarch* python_env::gdbarch |
Definition at line 211 of file python.c.
Referenced by ensure_python_env(), and restore_python_env().
const struct language_defn* python_env::language |
Definition at line 212 of file python.c.
Referenced by ensure_python_env(), and restore_python_env().
struct active_ext_lang_state* python_env::previous_active |
Definition at line 209 of file python.c.
Referenced by ensure_python_env(), and restore_python_env().
PyGILState_STATE python_env::state |
Definition at line 210 of file python.c.
Referenced by ensure_python_env(), and restore_python_env().