aboutsummaryrefslogtreecommitdiff
path: root/gdb/libunwind-frame.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2006-03-08 15:28:17 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2006-03-08 15:28:17 +0000
commitf1b4b38ecb079e3762826dfc2d4fcc6a9698517d (patch)
tree195baf5aae15a1089e3d3ca0d1aa9d6a4a39e7c1 /gdb/libunwind-frame.h
parentf53f0d0bde592682b363c703b68166408c6552d1 (diff)
downloadfsf-binutils-gdb-f1b4b38ecb079e3762826dfc2d4fcc6a9698517d.zip
fsf-binutils-gdb-f1b4b38ecb079e3762826dfc2d4fcc6a9698517d.tar.gz
fsf-binutils-gdb-f1b4b38ecb079e3762826dfc2d4fcc6a9698517d.tar.bz2
* ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt uses of
libunwind_frame_prev_register to use a gdb_byte buffer and extract_unsigned_integer. (ia64_libunwind_sigtramp_frame_prev_register): Likewise. * libunwind-frame.c (libunwind_frame_prev_register): Change type of last argument to `gdb_byte *' * libunwind-frame.h: Adjust declaration.
Diffstat (limited to 'gdb/libunwind-frame.h')
-rw-r--r--gdb/libunwind-frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/libunwind-frame.h b/gdb/libunwind-frame.h
index 0aa2b2c..ffa43a0 100644
--- a/gdb/libunwind-frame.h
+++ b/gdb/libunwind-frame.h
@@ -1,6 +1,6 @@
/* Frame unwinder for frames with libunwind frame information.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2006 Free Software Foundation, Inc.
Contributed by Jeff Johnston.
@@ -51,7 +51,7 @@ void libunwind_frame_this_id (struct frame_info *next_frame, void **this_cache,
void libunwind_frame_prev_register (struct frame_info *next_frame, void **this_cache,
int regnum, int *optimizedp,
enum lval_type *lvalp, CORE_ADDR *addrp,
- int *realnump, void *valuep);
+ int *realnump, gdb_byte *valuep);
CORE_ADDR libunwind_frame_base_address (struct frame_info *next_frame, void **this_cache);
int libunwind_is_initialized (void);