Searched refs:PyInt_FromLong (Results 1 – 10 of 10) sorted by relevance
152 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()
509 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()
347 return PyInt_FromLong (l); in gdb_py_object_from_longest()372 return PyInt_FromLong (l); in gdb_py_object_from_ulongest()
131 return PyInt_FromLong (SYMBOL_CLASS (symbol)); in sympy_get_addr_class()219 return PyInt_FromLong (SYMBOL_LINE (symbol)); in sympy_line()
167 return PyInt_FromLong (type); in frapy_type()207 return PyInt_FromLong (stop_reason); in frapy_unwind_stop_reason()
210 PyInt_FromLong (insn_len))) in archpy_disassemble()
67 #define PyInt_FromLong PyLong_FromLong macro
262 return PyInt_FromLong (sal->line); in salpy_get_line()
1288 zero = PyInt_FromLong (0); in convert_value_from_python()
154 return PyInt_FromLong (TYPE_CODE (type)); in typy_get_code()