Home
last modified time | relevance | path

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

/common/
A Dkgdb.c321 kgdb_data kd; in handle_exception() local
349 kgdb_enter(regs, &kd); in handle_exception()
357 *ptr++ = hexchars[kd.sigval >> 4]; in handle_exception()
360 for (i = 0; i < kd.nregs; i++) { in handle_exception()
361 kgdb_reg *rp = &kd.regs[i]; in handle_exception()
450 kd.extype = KGDBEXIT_KILL; in handle_exception()
460 kd.extype = KGDBEXIT_CONTINUE; in handle_exception()
463 kd.exaddr = addr; in handle_exception()
474 kd.extype = KGDBEXIT_SINGLE; in handle_exception()
477 kd.exaddr = addr; in handle_exception()
[all …]

Completed in 17 milliseconds