This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: target_create_inferior that does not call proceed


On Tue, Jan 24, 2006 at 11:28:46PM +0200, Eli Zaretskii wrote:
> > Date: Tue, 24 Jan 2006 14:16:24 -0500
> > From: Daniel Jacobowitz <drow@false.org>
> > Cc: Eli Zaretskii <eliz@gnu.org>
> > 
> > > The only call site for target_create_inferior is at the bottom of
> > > run_command_1.  It first creates a new inferior, and then calls
> > > proceed, which transitions the inferior from stopped to executing.
> > > prog_has_started is only set when the program is created and cleared
> > > when it is killed, so I think the patch is right - but I don't
> > > understand all the DOS-specific bits of go32-nat.c.
> > 
> > Hi Eli,
> > 
> > Was this sufficient?
> 
> Yes, I think your patch is good to go.
> 
> Thanks.

Thanks!  I've checked it in.  I'm not going to work on the
create-inferior command right now, but I've left myself a note
to do that sometime if nobody else does.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]