MCPcopy Create free account
hub / github.com/coreboot/coreboot / gdb_hw_init

Function gdb_hw_init

src/console/console.c:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89#if CONFIG(GDB_STUB) && (ENV_ROMSTAGE_OR_BEFORE || ENV_RAMSTAGE)
90void gdb_hw_init(void)
91{
92 __gdb_hw_init();
93}
94
95void gdb_tx_byte(unsigned char byte)
96{

Callers

nothing calls this directly

Calls 1

__gdb_hw_initFunction · 0.85

Tested by

no test coverage detected