Searched refs:py_insn_getter (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-instruction.c39 py_insn_getter (PyObject *self, void *closure) function
48 { "pc", py_insn_getter, NULL, "instruction address", NULL},
49 { "data", py_insn_getter, NULL, "instruction memory", NULL},
50 { "decoded", py_insn_getter, NULL, "decoded instruction", NULL},
51 { "size", py_insn_getter, NULL, "instruction size in bytes", NULL},
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-instruction.c40 py_insn_getter (PyObject *self, void *closure) function
49 { "pc", py_insn_getter, NULL, "instruction address", NULL},
50 { "data", py_insn_getter, NULL, "instruction memory", NULL},
51 { "decoded", py_insn_getter, NULL, "decoded instruction", NULL},
52 { "size", py_insn_getter, NULL, "instruction size in bytes", NULL},

Completed in 201 milliseconds