aboutsummaryrefslogtreecommitdiff
path: root/gdb/gcore-elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gcore-elf.h')
-rw-r--r--gdb/gcore-elf.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/gdb/gcore-elf.h b/gdb/gcore-elf.h
index 4803efd..ff65beb 100644
--- a/gdb/gcore-elf.h
+++ b/gdb/gcore-elf.h
@@ -17,7 +17,7 @@
/* This file contains generic functions for writing ELF based core files. */
-#if !defined (GCORE_ELF_H)
+#if !defined(GCORE_ELF_H)
#define GCORE_ELF_H 1
#include "gdb_bfd.h"
@@ -32,16 +32,17 @@ struct thread_info;
STOP_SIGNAL. The core file is being written to OBFD, and GDBARCH is the
architecture for which the core file is being generated. */
-extern void gcore_elf_build_thread_register_notes
- (struct gdbarch *gdbarch, struct thread_info *info, gdb_signal stop_signal,
- bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size);
+extern void gcore_elf_build_thread_register_notes (
+ struct gdbarch *gdbarch, struct thread_info *info, gdb_signal stop_signal,
+ bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size);
/* Add content to *NOTE_DATA (and update *NOTE_SIZE) to include a note
containing the current targtet's target description. The core file is
being written to OBFD. If something goes wrong then *NOTE_DATA can be
set to nullptr. */
-extern void gcore_elf_make_tdesc_note
- (bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data, int *note_size);
+extern void
+gcore_elf_make_tdesc_note (bfd *obfd, gdb::unique_xmalloc_ptr<char> *note_data,
+ int *note_size);
#endif /* GCORE_ELF_H */