GDB (xrefs)
Public Attributes | List of all members
python_env Struct Reference

Public Attributes

struct active_ext_lang_stateprevious_active
 
PyGILState_STATE state
 
struct gdbarchgdbarch
 
const struct language_defnlanguage
 
PyObject * error_type
 
PyObject * error_value
 
PyObject * error_traceback
 

Detailed Description

Definition at line 207 of file python.c.

Member Data Documentation

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().


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