diff options
Diffstat (limited to 'usr/src/uts/intel/sys/pcb.h')
-rw-r--r-- | usr/src/uts/intel/sys/pcb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/intel/sys/pcb.h b/usr/src/uts/intel/sys/pcb.h index f9f1f782a3..54ac91a787 100644 --- a/usr/src/uts/intel/sys/pcb.h +++ b/usr/src/uts/intel/sys/pcb.h @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -68,6 +68,8 @@ typedef struct pcb { #define WATCH_STEP 0x20 /* single-stepping in watchpoint emulation */ #define CPC_OVERFLOW 0x40 /* performance counters overflowed */ #define RUPDATE_PENDING 0x80 /* new register values in the pcb -> regs */ +#define REQUEST_STEP 0x100 /* request pending to single-step this lwp */ +#define REQUEST_NOSTEP 0x200 /* request pending to disable single-step */ /* fpu_flags */ #define FPU_EN 0x1 /* flag signifying fpu in use */ |