Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-utils.c333 gdb_py_object_from_longest (LONGEST l) in gdb_py_object_from_longest() function
H A Dpython-internal.h382 PyObject *gdb_py_object_from_longest (LONGEST l);
H A Dpy-value.c1163 return gdb_py_object_from_longest (l); in valpy_int()