Home
last modified time | relevance | path

Searched refs:handle_exception (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dsparc-stub.c555 handle_exception (unsigned long *registers) in handle_exception() function
Di386-stub.c744 handle_exception (int exceptionVector) in handle_exception() function
Dwince.c1277 handle_exception (struct target_waitstatus *ourstatus) in handle_exception() function
1458 if (handle_exception (ourstatus)) in get_child_debug_event()
Dwin32-nat.c1068 handle_exception (struct target_waitstatus *ourstatus) in handle_exception() function
1364 if (handle_exception (ourstatus)) in get_child_debug_event()
/freebsd-9-stable/contrib/gdb/gdb/doc/
Dgdb.info-21987 This routine arranges for `handle_exception' to run when your
1991 `handle_exception'
1993 explicitly--the setup code arranges for `handle_exception' to run
1996 `handle_exception' takes control when your program stops during
1999 communications protocol is implemented; `handle_exception' acts as
2004 resume; at that point, `handle_exception' returns control to your
2013 `handle_exception'--in effect, to GDB. On some machines, simply
Dgdb.texinfo11161 This routine arranges for @code{handle_exception} to run when your
11165 @item handle_exception
11166 @kindex handle_exception
11169 explicitly---the setup code arranges for @code{handle_exception} to
11172 @code{handle_exception} takes control when your program stops during
11175 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
11180 @code{handle_exception} returns control to your own code on the target
11190 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
Dgdb.info-35767 * handle_exception: Stub Contents.