Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
void 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_kprintf
Function · 0.85
show_regs
Function · 0.70
Tested by
no test coverage detected