Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
static __inline boolean_t
248
dbg_capable(void)
249
{
250
251
return (atomic_cmpset_int(&dbg_capable_var, 0, 0) == 0);
252
}
253
254
boolean_t
255
kdb_cpu_pc_is_singlestep(db_addr_t pc)
Callers
8
kdb_cpu_pc_is_singlestep
Function · 0.85
kdb_cpu_set_singlestep
Function · 0.85
kdb_cpu_clear_singlestep
Function · 0.85
dbg_show_watchpoint
Function · 0.85
dbg_setup_xpoint
Function · 0.85
dbg_remove_xpoint
Function · 0.85
dbg_monitor_init_secondary
Function · 0.85
dbg_resume_dbreg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected