From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22241 invoked by alias); 20 Oct 2009 16:34:43 -0000 Received: (qmail 22223 invoked by uid 22791); 20 Oct 2009 16:34:42 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Oct 2009 16:34:37 +0000 Received: (qmail 13298 invoked from network); 20 Oct 2009 16:34:36 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Oct 2009 16:34:36 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [commit] multi-executable support Date: Tue, 20 Oct 2009 16:34:00 -0000 User-Agent: KMail/1.9.10 Cc: Ken Werner References: <200910191106.28905.pedro@codesourcery.com> <200910201636.24365.pedro@codesourcery.com> <200910201754.32826.ken@linux.vnet.ibm.com> In-Reply-To: <200910201754.32826.ken@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910201734.41276.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00470.txt.bz2 On Tuesday 20 October 2009 16:54:32, Ken Werner wrote: > On Tuesday 20 October 2009 05:36:24 pm you wrote: > > On Tuesday 20 October 2009 16:04:22, Ken Werner wrote: > > > I noticed the gdb/go32-nat.c and gdb/remote-sim.c are calling > > > inferior_appeared_silent which is not declared by the inferior.h header. > > > It looks like this is a typo. The attached patch calls inferior_appeared > > > instead. > > > > Thanks, you're right. This is OK, with changelog entry. Do you have > > write access to cvs? Otherwise, I'll apply it. > > Please go ahead since I do not have commit privileges. Done, with the ChangeLog entry below. Thanks again. 2009-10-20 Ken Werner * go32-nat.c (go32_create_inferior): Use inferior_appeared, not inferior_appeared_silent. * remote-sim.c (gdbsim_create_inferior): Ditto. -- Pedro Alves