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

Function DebugException

libcpu/ppc/ppc405/traps.c:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void DebugException(struct pt_regs *regs)
205{
206 rt_kprintf("Debugger trap at @ %lx @regs %lx\n", regs->nip, (rt_uint32_t)regs );
207 show_regs(regs);
208}

Callers

nothing calls this directly

Calls 2

rt_kprintfFunction · 0.85
show_regsFunction · 0.70

Tested by

no test coverage detected