MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / test_breakpoint_exception

Function test_breakpoint_exception

kernel/src/interrupts.rs:235–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233// Check that execution continues after a breakpoint exception
234#[test_case]
235fn test_breakpoint_exception() {
236 // invoke a breakpoint exception
237 x86_64::instructions::interrupts::int3();
238}
239
240extern "x86-interrupt" fn double_fault_handler(
241 stack_frame: InterruptStackFrame, _error_code: u64) -> !

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected