summaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-02-04 21:49:58 +0000
committerMark Kettenis <kettenis@gnu.org>2004-02-04 21:49:58 +0000
commit1b238ed0d27d9770bc136f81f7c1928e3d3cc248 (patch)
tree4010e0a9c49558cf9551a2a323718e32fed370ac /gdb/target.h
parent6e492e936c6ebf4375a9ad4d5cb935dbbb61c51e (diff)
downloadgdb-1b238ed0d27d9770bc136f81f7c1928e3d3cc248.tar.gz
* target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
* inftarg.c: Update copyright year. (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE. * sparc-nat.c: Include "target.h" and "gdb_assert.h". (sparc_xfer_wcookie): New function. * sparc-tdep.c (sparc_fetch_wcookie): New function. * Makefile.in (sparc-nat.o): Update dependencies. * config/sparc/nm-nbsd.h: Include "target.h". (NATIVE_XFER_WCOOKIE): New define. (sparc_xfer_wcookie): New prototype.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 97feb7d3644..2d8ce372fc5 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -228,6 +228,8 @@ enum target_object
TARGET_OBJECT_UNWIND_TABLE,
/* Transfer auxilliary vector. */
TARGET_OBJECT_AUXV,
+ /* StackGhost cookie. See "sparc-tdep.c". */
+ TARGET_OBJECT_WCOOKIE
/* Possible future objects: TARGET_OBJECT_FILE, TARGET_OBJECT_PROC, ... */
};