* linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index 516b40d871782503ddda5207aad750a112e9ce04..d090b31a235914d2118075cc36d0a258db236f6f 100644 (file)
@@ -92,6 +92,9 @@ struct process_info
      event already received in a wait()).  */
   int stopped;
 
+  /* When stopped is set, the last wait status recorded for this process.  */
+  int last_status;
+
   /* If this flag is set, we have sent a SIGSTOP to this process and are
      waiting for it to stop.  */
   int sigstop_sent;
This page took 0.112313 seconds and 4 git commands to generate.