From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 757 invoked by alias); 24 Jan 2006 21:45:10 -0000 Received: (qmail 747 invoked by uid 22791); 24 Jan 2006 21:45:10 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Jan 2006 21:45:08 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-153-138.inter.net.il [80.230.153.138]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DKT98066 (AUTH halo1); Tue, 24 Jan 2006 23:28:45 +0200 (IST) Date: Tue, 24 Jan 2006 21:45:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060124191624.GA23949@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 24 Jan 2006 14:16:24 -0500) Subject: Re: RFC: target_create_inferior that does not call proceed Reply-to: Eli Zaretskii References: <20060116200238.GA11566@nevyn.them.org> <20060121151345.GA600@nevyn.them.org> <20060124191624.GA23949@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00379.txt.bz2 > Date: Tue, 24 Jan 2006 14:16:24 -0500 > From: Daniel Jacobowitz > Cc: Eli Zaretskii > > > 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.