Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dbg_monitor_is_enabled
Function
dbg_monitor_is_enabled
freebsd/arm/arm/debug_monitor.c:551–556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
}
550
551
static __inline boolean_t
552
dbg_monitor_is_enabled(void)
553
{
554
555
return ((cp14_dbgdscrint_get() & DBGSCR_MDBG_EN) != 0);
556
}
557
558
static int
559
dbg_enable_monitor(void)
Callers
1
dbg_enable_monitor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected