*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / linux-nat.h
index 90652aaa27114aa571962c3b8b04451f9763730b..23730bb9492f46d9d574fd514664997f3031bed1 100644 (file)
@@ -60,11 +60,15 @@ struct lwp_info
    system".  */
 struct mem_attrib;
 struct target_ops;
+struct target_waitstatus;
 
 extern int linux_proc_xfer_memory (CORE_ADDR addr, char *myaddr, int len,
                                   int write, struct mem_attrib *attrib,
                                   struct target_ops *target);
 
+/* Find process PID's pending signal set from /proc/pid/status.  */
+void linux_proc_pending_signals (int pid, sigset_t *pending, sigset_t *blocked, sigset_t *ignored);
+
 /* linux-nat functions for handling fork events.  */
 extern void linux_record_stopped_pid (int pid);
 extern void linux_enable_event_reporting (ptid_t ptid);
This page took 0.022975 seconds and 4 git commands to generate.