MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _exception

Function _exception

libcpu/ppc/ppc405/traps.c:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void
89_exception(int signr, struct pt_regs *regs)
90{
91 show_regs(regs);
92 print_backtrace((unsigned long *)regs->gpr[1]);
93 panic("Exception");
94}
95
96unsigned long
97search_exception_table(unsigned long addr)

Callers 1

UnknownExceptionFunction · 0.85

Calls 3

print_backtraceFunction · 0.85
panicFunction · 0.85
show_regsFunction · 0.70

Tested by

no test coverage detected