Home
last modified time | relevance | path

Searched refs:kgdb_breakpoint_handler (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dkgdb.h92 bool kgdb_breakpoint_handler(struct pt_regs *regs);
94 static inline bool kgdb_breakpoint_handler(struct pt_regs *regs) { return false; } in kgdb_breakpoint_handler() function
/linux/arch/loongarch/kernel/
H A Dtraps.c740 if (kgdb_breakpoint_handler(regs)) in do_bp()
810 if (kgdb_breakpoint_handler(regs)) in do_watch()