Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Ddb_interface.c87 extern void gdb_handle_exception (db_regs_t *, int, int);
179 gdb_handle_exception(&ddb_regs, type, code); in kdb_trap()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Ddb_interface.c85 extern void gdb_handle_exception (db_regs_t *, int, int);
176 gdb_handle_exception(&ddb_regs, type, code); in kdb_trap()
/dragonfly/sys/cpu/x86_64/misc/
H A Dx86_64-gdbstub.c109 void gdb_handle_exception (db_regs_t *, int, int);
448 gdb_handle_exception (db_regs_t *raw_regs, int type, int code) in gdb_handle_exception() function
/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dsh-stub.c656 gdb_handle_exception (int exceptionVector) in gdb_handle_exception() function
800 gdb_handle_exception (exceptionVector); in handle_exception()