PR symtab/11942
[binutils-gdb.git] / gdb / linux-nat.h
index 2858f08f545a20bada40bd3997f4c18409350732..64393fd5c54966d727fae51f9c06d9d764d312ac 100644 (file)
@@ -172,3 +172,7 @@ struct siginfo *linux_nat_get_siginfo (ptid_t ptid);
 
 /* Compute and return the processor core of a given thread.  */
 int linux_nat_core_of_thread_1 (ptid_t ptid);
+
+/* Set alternative SIGTRAP-like events recognizer.  */
+void linux_nat_set_status_is_event (struct target_ops *t,
+                                   int (*status_is_event) (int status));