Home
last modified time | relevance | path

Searched refs:GDBSTATES (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Dgdb.cpp28 enum { INIT = 0, CMDREAD, CKSUM1, CKSUM2, WAITACK, QUIT, GDBSTATES }; enumerator
439 static int (*dispatch_table[GDBSTATES])(int) = {
452 if (curr < INIT || curr >= GDBSTATES) in gdb_state_dispatch()