2010-08-11 Thomas Schwinge <thomas@codesourcery.com>

* linux-low.c (linux_wait_1): Correctly return the ptid of the child
	after its termination.
This commit is contained in:
Thomas Schwinge 2010-08-11 15:53:04 +00:00
parent 62183e15d8
commit 3e4c123525
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
* linux-low.c (linux_wait_1): Correctly return the ptid of the child
after its termination.
2010-08-09 Pedro Alves <pedro@codesourcery.com>
* linux-low.c (gdb_wants_lwp_stopped): Delete.

View File

@ -2045,7 +2045,7 @@ retry:
}
return pid_to_ptid (pid);
return ptid_of (event_child);
}
}
else