Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython-internal.h229 PyObject *gdbpy_lookup_type (PyObject *self, PyObject *args, PyObject *kw);
H A Dpython.c1781 { "lookup_type", (PyCFunction) gdbpy_lookup_type,
H A Dpy-type.c1503 gdbpy_lookup_type (PyObject *self, PyObject *args, PyObject *kw) in gdbpy_lookup_type() function