* src/gdb/target.h: Remove all tests for already defined
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index 0985e8409f58edd31b10b6b6f64d3630f65a8668..fec51393bd7539268cd639f0f3ec0c3406140472 100644 (file)
@@ -125,6 +125,14 @@ void linux_nat_add_target (struct target_ops *);
 /* Register a method to call whenever a new thread is attached.  */
 void linux_nat_set_new_thread (struct target_ops *, void (*) (ptid_t));
 
+/* Register a method that converts a siginfo object between the layout
+   that ptrace returns, and the layout in the architecture of the
+   inferior.  */
+void linux_nat_set_siginfo_fixup (struct target_ops *,
+                                 int (*) (struct siginfo *,
+                                          gdb_byte *,
+                                          int));
+
 /* Update linux-nat internal state when changing from one fork
    to another.  */
 void linux_nat_switch_fork (ptid_t new_ptid);
This page took 0.023035 seconds and 4 git commands to generate.