MCPcopy 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
723static void
724arm_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
735void *

Callers 1

initarmFunction · 0.85

Calls 2

kdb_initFunction · 0.85
kdb_enterFunction · 0.85

Tested by

no test coverage detected