Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-infthread.c388 gdbpy_ref<> tid_obj = gdb_py_object_from_ulongest (tid); in gdbpy_create_ptid_object() local
389 if (tid_obj == nullptr) in gdbpy_create_ptid_object()
395 PyTuple_SET_ITEM (ret, 2, tid_obj.release ()); in gdbpy_create_ptid_object()