aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbcore.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-12-08 02:51:13 +0000
committerJason Molenda <jmolenda@apple.com>1999-12-08 02:51:13 +0000
commitde57eccd12a59b2ccb9700dca5c6e86d5c6425ad (patch)
tree37044be8a572bdedabcaeede95935594432f6572 /gdb/gdbcore.h
parent6fe6a461276a13a5c309724ffe54a5cf5893c4f7 (diff)
downloadfsf-binutils-gdb-de57eccd12a59b2ccb9700dca5c6e86d5c6425ad.zip
fsf-binutils-gdb-de57eccd12a59b2ccb9700dca5c6e86d5c6425ad.tar.gz
fsf-binutils-gdb-de57eccd12a59b2ccb9700dca5c6e86d5c6425ad.tar.bz2
import gdb-1999-12-07 snapshot
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r--gdb/gdbcore.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h
index 0db61f9..e8e3953 100644
--- a/gdb/gdbcore.h
+++ b/gdb/gdbcore.h
@@ -163,15 +163,21 @@ struct core_fns
CORE_REG_SIZE is the size of that area.
- WHICH says which set of registers we are handling (0 = int, 2 = float on
- machines where they are discontiguous).
+ WHICH says which set of registers we are handling:
+ 0 --- integer registers
+ 2 --- floating-point registers, on machines where they are
+ discontiguous
+ 3 --- extended floating-point registers, on machines where
+ these are present in yet a third area. (GNU/Linux uses
+ this to get at the SSE registers.)
REG_ADDR is the offset from u.u_ar0 to the register values relative to
core_reg_sect. This is used with old-fashioned core files to locate the
registers in a large upage-plus-stack ".reg" section. Original upage
address X is at location core_reg_sect+x+reg_addr. */
- void (*core_read_registers) PARAMS ((char *core_reg_sect, unsigned core_reg_size,
+ void (*core_read_registers) PARAMS ((char *core_reg_sect,
+ unsigned core_reg_size,
int which, CORE_ADDR reg_addr));
/* Finds the next struct core_fns. They are allocated and initialized