aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-nat.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-06-07 17:26:47 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-06-07 17:26:47 +0000
commit5be4dfca585c6713617a2773394ef98a4e9f3c9c (patch)
tree9c3e1ba3ac7a235add4dbab7e120fadfb7723c6a /gdb/rs6000-nat.c
parentf36485f09d638d253ee09de07950dd7b85a2d99e (diff)
downloadgdb-5be4dfca585c6713617a2773394ef98a4e9f3c9c.zip
gdb-5be4dfca585c6713617a2773394ef98a4e9f3c9c.tar.gz
gdb-5be4dfca585c6713617a2773394ef98a4e9f3c9c.tar.bz2
gdb/
* cli/cli-cmds.c (shell_escape): Use waitpid. * rs6000-nat.c (exec_one_dummy_insn): Likewise. gdb/testsuite/ * gdb.base/async-shell.c: New file. * gdb.base/async-shell.exp: New file.
Diffstat (limited to 'gdb/rs6000-nat.c')
-rw-r--r--gdb/rs6000-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c
index e357c4d..30e4c15 100644
--- a/gdb/rs6000-nat.c
+++ b/gdb/rs6000-nat.c
@@ -614,7 +614,7 @@ exec_one_dummy_insn (struct regcache *regcache)
do
{
- pid = wait (&status);
+ pid = waitpid (PIDGET (inferior_ptid), &status, 0);
}
while (pid != PIDGET (inferior_ptid));