Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ breakpoint
Function
breakpoint
freebsd/arm/include/cpufunc.h:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
#include <machine/armreg.h>
53
54
static __inline void
55
breakpoint(void)
56
{
57
__asm(
"udf 0xffff"
);
58
}
59
60
struct cpu_functions {
61
/* CPU functions */
Callers
3
fail_point_eval_nontrivial
Function · 0.50
kdb_enter
Function · 0.50
cpu_reset_real
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected