* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / convex-tdep.c
index 4fbf34bc57b557da2d8602c6003342b4784e91f2..9fa1611cd09091a3f7171a75e51d95dc8bd8d761 100644 (file)
@@ -611,6 +611,8 @@ thread_info ()
       ioctl (inferior_fd, PIXRDCREGS, &ps);
     }
 
+  /* FIXME: stop_signal is from target.h but stop_sigcode is a
+     convex-specific thing.  */
   printf_filtered ("Current thread %d stopped with signal %d.%d (%s).\n",
                   inferior_thread, stop_signal, stop_sigcode,
                   subsig_name (stop_signal, stop_sigcode));
This page took 0.022794 seconds and 4 git commands to generate.