|
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) |
| int | gdbpy_initialize_instruction (void) |
Variables | |
| PyTypeObject | py_insn_type |
| static gdb_PyGetSetDef | py_insn_getset [] |
| int gdbpy_initialize_instruction | ( | void | ) |
Definition at line 57 of file py-instruction.c.
References py_insn_getset, and py_insn_type.
Referenced by do_start_initialization().
|
static |
Definition at line 38 of file py-instruction.c.
References _.
|
static |
Definition at line 45 of file py-instruction.c.
Referenced by gdbpy_initialize_instruction().
| PyTypeObject py_insn_type |
Definition at line 25 of file py-instruction.c.
Referenced by gdbpy_initialize_instruction(), and gdbpy_initialize_record().
1.8.14