Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/contrib/
Dunused_functions.py108 dbg("ar x: Error: %s: %s" % (archive, sys.exc_info()[0]))
123 dbg("ar t: Error: %s: %s" % (archive, sys.exc_info()[0]))
/netbsd/src/sys/arch/powerpc/include/ibm4xx/
Dcpu.h51 struct exc_info { struct
/netbsd/src/sys/arch/powerpc/ibm4xx/
Dibm4xx_machdep.c144 static const struct exc_info trap_table[] = {
/netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
Dframe_filters.py81 e = sys.exc_info()[1]