diff options
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. */ |