Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-objfile.c597 PyObject *by_build_id_obj = NULL; in gdbpy_lookup_objfile() local
601 &name, &PyBool_Type, &by_build_id_obj)) in gdbpy_lookup_objfile()
605 if (by_build_id_obj != NULL) in gdbpy_lookup_objfile()
607 int cmp = PyObject_IsTrue (by_build_id_obj); in gdbpy_lookup_objfile()