T_SGLSTP
{ T_SGLSTP, "debug-exception" },
case T_SGLSTP:
BT_SET(kmt->kmt_trapmap, T_SGLSTP);
case T_SGLSTP: /* single step/hw breakpoint exception */
case T_SGLSTP + USER: /* single step/hw breakpoint exception */
} else if (type == T_SGLSTP && lwp != NULL) {
case T_SGLSTP:
case T_SGLSTP + USER:
set_gatesegd(&idt[T_SGLSTP], &xpv_dbgtrap, cs, SDT_SYSIGT, TRP_XPL, 0);
{ T_SGLSTP, TRP_KPL },
{ T_SGLSTP, 0, kdi_trap1, NULL },
if (tt != T_BPTFLT && tt != T_SGLSTP)
if (tt == T_SGLSTP &&
if (tt == T_SGLSTP &&
case T_SGLSTP:
set_gatesegd(&idt[T_SGLSTP],
KCS_SEL, SDT_SYSIGT, TRP_KPL, idt_vector_to_ist(T_SGLSTP));