Use linux_get_siginfo_type_with_fields for x86
[deliverable/binutils-gdb.git] / gdb / linux-tdep.h
index b2680f83f9c531739c637095c5851b41b6514ca9..2da7de4d5ab46baae30cb767436e0475135f18c8 100644 (file)
@@ -36,6 +36,11 @@ enum linux_siginfo_extra_field_values
 DEF_ENUM_FLAGS_TYPE (enum linux_siginfo_extra_field_values,
                     linux_siginfo_extra_fields);
 
+/* This function is suitable for architectures that
+   extend/override the standard siginfo in a specific way.  */
+struct type *linux_get_siginfo_type_with_fields (struct gdbarch *gdbarch,
+                                                linux_siginfo_extra_fields);
+
 typedef char *(*linux_collect_thread_registers_ftype) (const struct regcache *,
                                                       ptid_t,
                                                       bfd *, char *, int *,
This page took 0.034148 seconds and 4 git commands to generate.