mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-01 22:06:14 +00:00
2003-05-07 Andrew Cagney <cagney@redhat.com>
* fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR code.
This commit is contained in:
parent
09bf6082f5
commit
87767c29b5
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-07 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
|
||||||
|
code.
|
||||||
|
|
||||||
2003-05-07 Jim Blandy <jimb@redhat.com>
|
2003-05-07 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
Rename commands 'maint list symtabs' and 'maint list psymtabs' to
|
Rename commands 'maint list symtabs' and 'maint list psymtabs' to
|
||||||
|
@ -404,9 +404,6 @@ startup_inferior (int ntraps)
|
|||||||
inferior_ignoring_leading_exec_events =
|
inferior_ignoring_leading_exec_events =
|
||||||
target_reported_exec_events_per_exec_call () - 1;
|
target_reported_exec_events_per_exec_call () - 1;
|
||||||
|
|
||||||
#ifdef STARTUP_INFERIOR
|
|
||||||
STARTUP_INFERIOR (pending_execs);
|
|
||||||
#else
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
/* Make wait_for_inferior be quiet */
|
/* Make wait_for_inferior be quiet */
|
||||||
@ -444,6 +441,5 @@ startup_inferior (int ntraps)
|
|||||||
resume (0, TARGET_SIGNAL_0); /* Just make it go on */
|
resume (0, TARGET_SIGNAL_0); /* Just make it go on */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* STARTUP_INFERIOR */
|
|
||||||
stop_soon = NO_STOP_QUIETLY;
|
stop_soon = NO_STOP_QUIETLY;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user