MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dbg_capable

Function dbg_capable

freebsd/arm/arm/debug_monitor.c:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247static __inline boolean_t
248dbg_capable(void)
249{
250
251 return (atomic_cmpset_int(&dbg_capable_var, 0, 0) == 0);
252}
253
254boolean_t
255kdb_cpu_pc_is_singlestep(db_addr_t pc)

Callers 8

kdb_cpu_pc_is_singlestepFunction · 0.85
kdb_cpu_set_singlestepFunction · 0.85
kdb_cpu_clear_singlestepFunction · 0.85
dbg_show_watchpointFunction · 0.85
dbg_setup_xpointFunction · 0.85
dbg_remove_xpointFunction · 0.85
dbg_resume_dbregFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected