gdb/MAINTAINERS: Add Rainer Orth as Solaris maintainer for GDB
[deliverable/binutils-gdb.git] / gdb / linux-tdep.h
index b2680f83f9c531739c637095c5851b41b6514ca9..88bb8aaf7d010b9d5e9c49ec2f525b835032fe2d 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux, architecture independent.
 
-   Copyright (C) 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 2009-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.023968 seconds and 4 git commands to generate.