This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix for gdb/PR 14808, vfork/exec inferior problem
- From: Yao Qi <yao at codesourcery dot com>
- To: Don Breazeal <donb at codesourcery dot com>, <gdb-patches at sourceware dot org>
- Date: Sat, 24 May 2014 08:57:27 +0800
- Subject: Re: [PATCH] Fix for gdb/PR 14808, vfork/exec inferior problem
- Authentication-results: sourceware.org; auth=none
- References: <1400186622-3321-1-git-send-email-donb at codesourcery dot com>
A nit on changelog entry:
On 05/16/2014 04:43 AM, Don Breazeal wrote:
> gdb/
> 2014-05-15 Don Breazeal <donb@codesourcery.com>
>
PR gdb/14808
> * infrun.c (handle_vfork_child_exec_or_exit): For the case
> of a vfork where we follow the child and detach the parent,
> and the child execs, create a new pspace for the parent
> inferior.
With this, the magic script can connect this commit to the right PR.
The patch looks good to me, but I can't approve it.
--
Yao (éå)