* [PATCH] Add FIXME in tracepoint.c:read_actions()
@ 2001-08-23 13:32 Mark Kettenis
0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2001-08-23 13:32 UTC (permalink / raw)
To: gdb-patches
I Checked in the attached patch, just in case somebody else stumbles
over it again.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* tracepoint.c (read_actions): Add FIXME for code depending on
STOP_SIGNAL.
Index: tracepoint.c
===================================================================
RCS file: /cvs/src/src/gdb/tracepoint.c,v
retrieving revision 1.25
diff -u -p -r1.25 tracepoint.c
--- tracepoint.c 2001/08/11 00:59:29 1.25
+++ tracepoint.c 2001/08/23 20:29:42
@@ -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)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-08-23 13:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-23 13:32 [PATCH] Add FIXME in tracepoint.c:read_actions() Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox