Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ arm_kdb_init
Function
arm_kdb_init
freebsd/arm/arm/machdep.c:723–732 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
721
}
722
723
static void
724
arm_kdb_init(void)
725
{
726
727
kdb_init();
728
#ifdef KDB
729
if (boothowto & RB_KDB)
730
kdb_enter(KDB_WHY_BOOTFLAGS,
"Boot flags requested debugger"
);
731
#endif
732
}
733
734
#ifdef FDT
735
void *
Callers
1
initarm
Function · 0.85
Calls
2
kdb_init
Function · 0.85
kdb_enter
Function · 0.85
Tested by
no test coverage detected