summaryrefslogtreecommitdiffstats
path: root/gdb/fork-child.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-01-29 21:11:24 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-01-29 21:11:24 +0000
commitae123ec613348e9e00c637c6945bbaab1a26ce42 (patch)
treeb0153aac96928f39d5eb0d87eb590e7b4501b4ac /gdb/fork-child.c
parent401ea829c8166bb5a1f18ec2a164e8ee4b244fc8 (diff)
downloadppe42-binutils-ae123ec613348e9e00c637c6945bbaab1a26ce42.tar.gz
ppe42-binutils-ae123ec613348e9e00c637c6945bbaab1a26ce42.zip
* infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
and use it. (proceed, start_remote): Update call to wait_for_inferior. * inferior.h (wait_for_inferior): Update declaration. * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c, solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior. * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
Diffstat (limited to 'gdb/fork-child.c')
-rw-r--r--gdb/fork-child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fork-child.c b/gdb/fork-child.c
index 9f0588e58f..15b8245fee 100644
--- a/gdb/fork-child.c
+++ b/gdb/fork-child.c
@@ -410,7 +410,7 @@ startup_inferior (int ntraps)
{
/* Make wait_for_inferior be quiet. */
stop_soon = STOP_QUIETLY;
- wait_for_inferior ();
+ wait_for_inferior (1);
if (stop_signal != TARGET_SIGNAL_TRAP)
{
/* Let shell child handle its own signals in its own way.
OpenPOWER on IntegriCloud