* tracepoint.c (read_actions): Add FIXME for code depending on
authorMark Kettenis <kettenis@gnu.org>
Thu, 23 Aug 2001 20:31:36 +0000 (20:31 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 23 Aug 2001 20:31:36 +0000 (20:31 +0000)
STOP_SIGNAL.

gdb/ChangeLog
gdb/tracepoint.c

index a6381d82211bcc815397e181f432e28d99e32fc9..c71b88c58e53a9ffff8559c62b807896c1170a18 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * tracepoint.c (read_actions): Add FIXME for code depending on
+       STOP_SIGNAL.
+
 2001-08-23  Martin M. Hunt  <hunt@redhat.com>
 
        * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
index 6351377d26ef210013d1e928562d2957a63cc774..2e5cd73dcf9b39a75b4d67a606c1f2843834c935 100644 (file)
@@ -825,6 +825,11 @@ read_actions (struct tracepoint *t)
   /* Control-C quits instantly if typed while in this loop
      since it should not wait until the user types a newline.  */
   immediate_quit++;
+  /* FIXME: kettenis/20010823: Something is wrong here.  In this file
+     STOP_SIGNAL is never defined.  So this code has been left out, at
+     least for quite a while now.  Replacing STOP_SIGNAL with SIGTSTP
+     leads to compilation failures since the variable job_control
+     isn't declared.  Leave this alone for now.  */
 #ifdef STOP_SIGNAL
   if (job_control)
     {