|
GDB (xrefs)
|
Public Member Functions | |
| dummy_python_frame () | |
| ~dummy_python_frame () | |
| bool | failed () const |
Private Attributes | |
| bool | m_valid |
| PyFrameObject * | m_saved_frame |
| gdbpy_ref | m_frame |
| PyThreadState * | m_tstate |
Definition at line 363 of file py-prettyprint.c.
| dummy_python_frame::dummy_python_frame | ( | ) |
Definition at line 388 of file py-prettyprint.c.
References code, gdb::ref_ptr< T, Policy >::get(), m_frame, m_saved_frame, m_tstate, m_valid, and gdb::ref_ptr< T, Policy >::reset().
|
inline |
Definition at line 369 of file py-prettyprint.c.
References m_saved_frame, m_tstate, and m_valid.
|
inline |
Definition at line 375 of file py-prettyprint.c.
References m_valid.
Referenced by print_children().
|
private |
Definition at line 384 of file py-prettyprint.c.
Referenced by dummy_python_frame().
|
private |
Definition at line 383 of file py-prettyprint.c.
Referenced by dummy_python_frame(), and ~dummy_python_frame().
|
private |
Definition at line 385 of file py-prettyprint.c.
Referenced by dummy_python_frame(), and ~dummy_python_frame().
|
private |
Definition at line 382 of file py-prettyprint.c.
Referenced by dummy_python_frame(), failed(), and ~dummy_python_frame().
1.8.14