MCPcopy 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
54static __inline void
55breakpoint(void)
56{
57 __asm("udf 0xffff");
58}
59
60struct cpu_functions {
61 /* CPU functions */

Callers 3

kdb_enterFunction · 0.50
cpu_reset_realFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected