Home
last modified time | relevance | path

Searched refs:gdb_py_long_from_ulongest (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython-internal.h117 #define gdb_py_long_from_ulongest PyLong_FromUnsignedLongLong macro
127 #define gdb_py_long_from_ulongest PyLong_FromUnsignedLong macro
H A Dpy-symtab.c236 return gdb_py_long_from_ulongest (sal->pc); in salpy_get_pc()
250 return gdb_py_long_from_ulongest (sal->end - 1); in salpy_get_last()
H A Dpy-lazy-string.c57 return gdb_py_long_from_ulongest (self_string->address); in stpy_get_address()
H A Dpy-arch.c206 gdb_py_long_from_ulongest (pc)) in archpy_disassemble()
H A Dpy-frame.c228 return gdb_py_long_from_ulongest (pc); in frapy_pc()