GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | py_insn_obj |
Functions | |
static PyObject * | py_insn_getter (PyObject *self, void *closure) |
PyTypeObject * | py_insn_get_insn_type () |
static int CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION | gdbpy_initialize_instruction (void) |
GDBPY_INITIALIZE_FILE (gdbpy_initialize_instruction) | |
Variables | |
PyTypeObject | py_insn_type |
static gdb_PyGetSetDef | py_insn_getset [] |
GDBPY_INITIALIZE_FILE | ( | gdbpy_initialize_instruction | ) |
|
static |
Definition at line 85 of file py-instruction.c.
References py_insn_get_insn_type().
PyTypeObject * py_insn_get_insn_type | ( | ) |
Definition at line 59 of file py-instruction.c.
References py_insn_getset, and py_insn_type.
Referenced by gdbpy_initialize_instruction(), and gdbpy_initialize_record().
Definition at line 40 of file py-instruction.c.
|
static |
Definition at line 47 of file py-instruction.c.
Referenced by py_insn_get_insn_type().
PyTypeObject py_insn_type |
Definition at line 27 of file py-instruction.c.
Referenced by py_insn_get_insn_type().