aboutsummaryrefslogtreecommitdiff
path: root/gdb/ia64-libunwind-tdep.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2023-02-08 15:36:23 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2023-02-08 15:46:02 -0500
commitc583a2520616c2736cffc389c89a48b159366e6c (patch)
treeb4925f26506fcee96c16119431c01760f05db95d /gdb/ia64-libunwind-tdep.h
parentca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff)
downloadgdb-users/simark/clang-format.zip
gdb-users/simark/clang-format.tar.gz
gdb-users/simark/clang-format.tar.bz2
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdb/ia64-libunwind-tdep.h')
-rw-r--r--gdb/ia64-libunwind-tdep.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/gdb/ia64-libunwind-tdep.h b/gdb/ia64-libunwind-tdep.h
index 6603def..29a7f39 100644
--- a/gdb/ia64-libunwind-tdep.h
+++ b/gdb/ia64-libunwind-tdep.h
@@ -48,9 +48,8 @@ struct libunwind_descr
};
int libunwind_frame_sniffer (const struct frame_unwind *self,
- frame_info_ptr this_frame,
- void **this_cache);
-
+ frame_info_ptr this_frame, void **this_cache);
+
int libunwind_sigtramp_frame_sniffer (const struct frame_unwind *self,
frame_info_ptr this_frame,
void **this_cache);
@@ -66,14 +65,14 @@ void libunwind_frame_dealloc_cache (frame_info_ptr self, void *cache);
int libunwind_is_initialized (void);
-int libunwind_search_unwind_table (void *as, long ip, void *di,
- void *pi, int need_unwind_info, void *args);
+int libunwind_search_unwind_table (void *as, long ip, void *di, void *pi,
+ int need_unwind_info, void *args);
unw_word_t libunwind_find_dyn_list (unw_addr_space_t, unw_dyn_info_t *,
void *);
int libunwind_get_reg_special (struct gdbarch *gdbarch,
- readable_regcache *regcache,
- int regnum, void *buf);
+ readable_regcache *regcache, int regnum,
+ void *buf);
#endif /* IA64_LIBUNWIND_TDEP_H */