Home
last modified time | relevance | path

Searched refs:PyInt_FromLong (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-infthread.c152 PyTuple_SET_ITEM (ret, 0, PyInt_FromLong (pid)); in thpy_get_ptid()
153 PyTuple_SET_ITEM (ret, 1, PyInt_FromLong (lwp)); in thpy_get_ptid()
154 PyTuple_SET_ITEM (ret, 2, PyInt_FromLong (tid)); in thpy_get_ptid()
H A Dpy-breakpoint.c509 return PyInt_FromLong (self_bp->bp->type); in bppy_get_type()
535 return PyInt_FromLong (self_bp->number); in bppy_get_number()
549 return PyInt_FromLong (self_bp->bp->thread); in bppy_get_thread()
563 return PyInt_FromLong (self_bp->bp->task); in bppy_get_task()
574 return PyInt_FromLong (self_bp->bp->hit_count); in bppy_get_hit_count()
585 return PyInt_FromLong (self_bp->bp->ignore_count); in bppy_get_ignore_count()
H A Dpy-utils.c347 return PyInt_FromLong (l); in gdb_py_object_from_longest()
372 return PyInt_FromLong (l); in gdb_py_object_from_ulongest()
H A Dpy-symbol.c131 return PyInt_FromLong (SYMBOL_CLASS (symbol)); in sympy_get_addr_class()
219 return PyInt_FromLong (SYMBOL_LINE (symbol)); in sympy_line()
H A Dpy-frame.c167 return PyInt_FromLong (type); in frapy_type()
207 return PyInt_FromLong (stop_reason); in frapy_unwind_stop_reason()
H A Dpy-arch.c210 PyInt_FromLong (insn_len))) in archpy_disassemble()
H A Dpython-internal.h67 #define PyInt_FromLong PyLong_FromLong macro
H A Dpy-symtab.c262 return PyInt_FromLong (sal->line); in salpy_get_line()
H A Dpy-value.c1288 zero = PyInt_FromLong (0); in convert_value_from_python()
H A Dpy-type.c154 return PyInt_FromLong (TYPE_CODE (type)); in typy_get_code()