summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/sys/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/sys/pcb.h')
-rw-r--r--usr/src/uts/intel/sys/pcb.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/uts/intel/sys/pcb.h b/usr/src/uts/intel/sys/pcb.h
index 54ac91a787..63325e4cc2 100644
--- a/usr/src/uts/intel/sys/pcb.h
+++ b/usr/src/uts/intel/sys/pcb.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -48,6 +47,7 @@ typedef struct pcb {
greg_t pcb_drstat; /* status debug register (%dr6) */
unsigned char pcb_instr; /* /proc: instruction at stop */
#if defined(__amd64)
+ unsigned char pcb_rupdate; /* new register values in pcb -> regs */
uintptr_t pcb_fsbase;
uintptr_t pcb_gsbase;
selector_t pcb_ds;
@@ -67,7 +67,6 @@ typedef struct pcb {
#define NORMAL_STEP 0x10 /* normal debugger-requested single-step */
#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 */