diff options
Diffstat (limited to 'gdb/ia64-libunwind-tdep.h')
-rw-r--r-- | gdb/ia64-libunwind-tdep.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/ia64-libunwind-tdep.h b/gdb/ia64-libunwind-tdep.h index ad38f9b..53921fd 100644 --- a/gdb/ia64-libunwind-tdep.h +++ b/gdb/ia64-libunwind-tdep.h @@ -48,12 +48,12 @@ struct libunwind_descr }; int libunwind_frame_sniffer (const struct frame_unwind *self, - struct frame_info *this_frame, - void **this_cache); - + struct frame_info *this_frame, + void **this_cache); + int libunwind_sigtramp_frame_sniffer (const struct frame_unwind *self, - struct frame_info *this_frame, - void **this_cache); + struct frame_info *this_frame, + void **this_cache); void libunwind_frame_set_descr (struct gdbarch *arch, struct libunwind_descr *descr); @@ -61,7 +61,7 @@ void libunwind_frame_set_descr (struct gdbarch *arch, void libunwind_frame_this_id (struct frame_info *this_frame, void **this_cache, struct frame_id *this_id); struct value *libunwind_frame_prev_register (struct frame_info *this_frame, - void **this_cache, int regnum); + void **this_cache, int regnum); void libunwind_frame_dealloc_cache (struct frame_info *self, void *cache); int libunwind_is_initialized (void); |