Home
last modified time | relevance | path

Searched refs:gdbpy_block_for_pc (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython-internal.h228 PyObject *gdbpy_block_for_pc (PyObject *self, PyObject *args);
H A Dpy-block.c370 gdbpy_block_for_pc (PyObject *self, PyObject *args) in gdbpy_block_for_pc() function
H A Dpython.c1795 { "block_for_pc", gdbpy_block_for_pc, METH_VARARGS,