MCPcopy 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
551static __inline boolean_t
552dbg_monitor_is_enabled(void)
553{
554
555 return ((cp14_dbgdscrint_get() & DBGSCR_MDBG_EN) != 0);
556}
557
558static int
559dbg_enable_monitor(void)

Callers 1

dbg_enable_monitorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected