Searched refs:by_build_id_obj (Results 1 – 1 of 1) sorted by relevance
597 PyObject *by_build_id_obj = NULL; in gdbpy_lookup_objfile() local601 &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()