Breakpoint in int_handler. Function for checking fault in gdb
This commit is contained in:
@@ -38,5 +38,7 @@ registers *int_handler(registers *r)
|
||||
debug("Unhandled interrupt occurred\n");
|
||||
debug("Interrupt number: %d Error code: %d\n", r->int_no, r->err_code);
|
||||
debug_print_registers(r);
|
||||
|
||||
PANIC("Unhandled interrupt occurred");
|
||||
for(;;);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user