Home
last modified time | relevance | path

Searched refs:DebugException (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/exception/
H A Ddebug.rs9 pub struct DebugException; struct
11 impl DebugException { impl
H A Debreak.rs4 use crate::exception::debug::DebugException;
33 DebugException::handle(frame)?; in kprobe_handler()
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dtrap.rs8 use crate::exception::debug::DebugException;
138 DebugException::handle(regs).unwrap(); in do_debug()