Searched refs:current_exception_event (Results 1 – 2 of 2) sorted by relevance
1222 #define CURRENT_EXCEPTION_KIND (current_exception_event->kind)1223 #define CURRENT_EXCEPTION_CATCH_SAL (current_exception_event->catch_sal)1224 #define CURRENT_EXCEPTION_CATCH_LINE (current_exception_event->catch_sal.line)1225 #define CURRENT_EXCEPTION_CATCH_FILE (current_exception_event->catch_sal.symtab->filename)1226 #define CURRENT_EXCEPTION_CATCH_PC (current_exception_event->catch_sal.pc)1227 #define CURRENT_EXCEPTION_THROW_SAL (current_exception_event->throw_sal)1228 #define CURRENT_EXCEPTION_THROW_LINE (current_exception_event->throw_sal.line)1229 #define CURRENT_EXCEPTION_THROW_FILE (current_exception_event->throw_sal.symtab->filename)1230 #define CURRENT_EXCEPTION_THROW_PC (current_exception_event->throw_sal.pc)
266 static struct exception_event_record *current_exception_event; variable2201 if (current_exception_event && in print_it_typical()2235 if (current_exception_event && in print_it_typical()2689 !(current_exception_event = target_get_current_exception_event ())) in bpstat_stop_status()