diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:36:23 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:46:02 -0500 |
commit | c583a2520616c2736cffc389c89a48b159366e6c (patch) | |
tree | b4925f26506fcee96c16119431c01760f05db95d /gdb/linux-tdep.h | |
parent | ca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff) | |
download | binutils-users/simark/clang-format.zip binutils-users/simark/clang-format.tar.gz binutils-users/simark/clang-format.tar.bz2 |
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdb/linux-tdep.h')
-rw-r--r-- | gdb/linux-tdep.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gdb/linux-tdep.h b/gdb/linux-tdep.h index 16e1b80..4b123a0 100644 --- a/gdb/linux-tdep.h +++ b/gdb/linux-tdep.h @@ -48,9 +48,8 @@ struct type *linux_get_siginfo_type_with_fields (struct gdbarch *gdbarch, bool linux_address_in_memtag_page (CORE_ADDR address); typedef char *(*linux_collect_thread_registers_ftype) (const struct regcache *, - ptid_t, - bfd *, char *, int *, - enum gdb_signal); + ptid_t, bfd *, char *, + int *, enum gdb_signal); extern enum gdb_signal linux_gdb_signal_from_target (struct gdbarch *gdbarch, int signal); @@ -63,22 +62,22 @@ extern int linux_gdb_signal_to_target (struct gdbarch *gdbarch, the target auxiliary vector. */ extern CORE_ADDR linux_displaced_step_location (struct gdbarch *gdbarch); - /* Implementation of gdbarch_displaced_step_prepare. */ -extern displaced_step_prepare_status linux_displaced_step_prepare - (gdbarch *arch, thread_info *thread, CORE_ADDR &displaced_pc); +extern displaced_step_prepare_status +linux_displaced_step_prepare (gdbarch *arch, thread_info *thread, + CORE_ADDR &displaced_pc); /* Implementation of gdbarch_displaced_step_finish. */ -extern displaced_step_finish_status linux_displaced_step_finish - (gdbarch *arch, thread_info *thread, gdb_signal sig); +extern displaced_step_finish_status +linux_displaced_step_finish (gdbarch *arch, thread_info *thread, + gdb_signal sig); /* Implementation of gdbarch_displaced_step_copy_insn_closure_by_addr. */ extern const displaced_step_copy_insn_closure * - linux_displaced_step_copy_insn_closure_by_addr - (inferior *inf, CORE_ADDR addr); +linux_displaced_step_copy_insn_closure_by_addr (inferior *inf, CORE_ADDR addr); /* Implementation of gdbarch_displaced_step_restore_all_in_ptid. */ @@ -106,7 +105,8 @@ extern CORE_ADDR linux_get_hwcap (); On error, 0 is returned. */ extern CORE_ADDR linux_get_hwcap2 (const gdb::optional<gdb::byte_vector> &auxv, - struct target_ops *target, gdbarch *gdbarch); + struct target_ops *target, + gdbarch *gdbarch); /* Same as the above, but obtain all the inputs from the current inferior. */ |