Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-utils.c391 if (fetched_error.type_matches (PyExc_KeyboardInterrupt)) in gdbpy_handle_exception()
393 else if (! fetched_error.type_matches (gdbpy_gdberror_exc) in gdbpy_handle_exception()
Dpython-internal.h688 bool type_matches (PyObject *type) const in type_matches() function