Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymtab.h1237 #define CURRENT_EXCEPTION_KIND (current_exception_event->kind)
1238 #define CURRENT_EXCEPTION_CATCH_SAL (current_exception_event->catch_sal)
1239 #define CURRENT_EXCEPTION_CATCH_LINE (current_exception_event->catch_sal.line)
1240 #define CURRENT_EXCEPTION_CATCH_FILE (current_exception_event->catch_sal.symtab->filename)
1241 #define CURRENT_EXCEPTION_CATCH_PC (current_exception_event->catch_sal.pc)
1242 #define CURRENT_EXCEPTION_THROW_SAL (current_exception_event->throw_sal)
1243 #define CURRENT_EXCEPTION_THROW_LINE (current_exception_event->throw_sal.line)
1244 #define CURRENT_EXCEPTION_THROW_FILE (current_exception_event->throw_sal.symtab->filename)
1245 #define CURRENT_EXCEPTION_THROW_PC (current_exception_event->throw_sal.pc)
Dbreakpoint.c279 static struct exception_event_record *current_exception_event; variable
2187 if (current_exception_event && in print_it_typical()
2218 if (current_exception_event && in print_it_typical()
2694 !(current_exception_event = target_get_current_exception_event ())) in bpstat_stop_status()