Searched refs:extype (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/common/ |
H A D | kgdb.c | 451 kd.extype = KGDBEXIT_KILL; in handle_exception() 461 kd.extype = KGDBEXIT_CONTINUE; in handle_exception() 465 kd.extype |= KGDBEXIT_WITHADDR; in handle_exception() 475 kd.extype = KGDBEXIT_SINGLE; in handle_exception() 479 kd.extype |= KGDBEXIT_WITHADDR; in handle_exception()
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | kgdb.c | 110 if (kdp->extype & KGDBEXIT_WITHADDR) in kgdb_exit() 113 switch (kdp->extype & KGDBEXIT_TYPEMASK) { in kgdb_exit()
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_utils.py | 282 def __exit__(self, extype, value, traceback): argument 283 if extype:
|
H A D | u_boot_console_base.py | 54 def __exit__(self, extype, value, traceback): argument 71 def __exit__(self, extype, value, traceback): argument
|
H A D | multiplexed_log.py | 201 def __exit__(self, extype, value, traceback): argument
|
/openbmc/u-boot/include/ |
H A D | kgdb.h | 33 int extype; member
|