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


> 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.


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