Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython-internal.h226 PyObject *gdbpy_newest_frame (PyObject *self, PyObject *args);
H A Dpy-frame.c525 gdbpy_newest_frame (PyObject *self, PyObject *args) in gdbpy_newest_frame() function
H A Dpython.c1771 { "newest_frame", gdbpy_newest_frame, METH_NOARGS,