Home
last modified time | relevance | path

Searched refs:exception_event_record (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinf-child.c170 static struct exception_event_record *
173 return (struct exception_event_record *) NULL; in inf_child_get_current_exception_event()
H A Dinftarg.c45 extern struct exception_event_record
500 struct exception_event_record *
503 return (struct exception_event_record *) NULL; in child_get_current_exception_event()
H A Dhppa-hpux-tdep.c990 static struct exception_event_record current_ex_event;
999 struct exception_event_record *
1010 return (struct exception_event_record *) NULL; in child_get_current_exception_event()
1017 return (struct exception_event_record *) NULL; in child_get_current_exception_event()
1043 return (struct exception_event_record *) NULL; in child_get_current_exception_event()
H A Dsymtab.h1226 struct exception_event_record struct
H A Dtarget.c623 (struct exception_event_record * (*) (void)) in update_current_target()
2453 static struct exception_event_record *
2456 struct exception_event_record *result; in debug_to_get_current_exception_event()
H A Dtarget.h382 struct exception_event_record *(*to_get_current_exception_event) (void);
H A Dbreakpoint.c269 static struct exception_event_record *current_exception_event;
H A DChangeLog-19982160 (exception_event_record): New structure for exception catchpoints.