* tracepoint.c (read_actions): Add FIXME for code depending on
STOP_SIGNAL.
This commit is contained in:
parent
7829b8338e
commit
1a6fae3cf4
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
2001-08-23 Martin M. Hunt <hunt@redhat.com>
|
||||||
|
|
||||||
* remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
|
* remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
|
||||||
|
|
|
@ -825,6 +825,11 @@ read_actions (struct tracepoint *t)
|
||||||
/* Control-C quits instantly if typed while in this loop
|
/* Control-C quits instantly if typed while in this loop
|
||||||
since it should not wait until the user types a newline. */
|
since it should not wait until the user types a newline. */
|
||||||
immediate_quit++;
|
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
|
#ifdef STOP_SIGNAL
|
||||||
if (job_control)
|
if (job_control)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue