From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12769 invoked by alias); 20 Oct 2009 15:54:44 -0000 Received: (qmail 12755 invoked by uid 22791); 20 Oct 2009 15:54:44 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtagate1.de.ibm.com (HELO mtagate1.de.ibm.com) (195.212.17.161) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Oct 2009 15:54:39 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate1.de.ibm.com (8.13.1/8.13.1) with ESMTP id n9KFsae5001334 for ; Tue, 20 Oct 2009 15:54:36 GMT Received: from d12av04.megacenter.de.ibm.com (d12av04.megacenter.de.ibm.com [9.149.165.229]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n9KFsagF2957548 for ; Tue, 20 Oct 2009 17:54:36 +0200 Received: from d12av04.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n9KFsaMV001457 for ; Tue, 20 Oct 2009 17:54:36 +0200 Received: from leonard.localnet (dyn-9-152-224-33.boeblingen.de.ibm.com [9.152.224.33]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n9KFsXh9001407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Oct 2009 17:54:36 +0200 From: Ken Werner To: gdb-patches@sourceware.org Subject: Re: [commit] multi-executable support Date: Tue, 20 Oct 2009 15:54:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.28-15-generic; KDE/4.3.2; i686; ; ) References: <200910191106.28905.pedro@codesourcery.com> <200910201504.n9KF4Nnk015902@d06av02.portsmouth.uk.ibm.com> <200910201636.24365.pedro@codesourcery.com> In-Reply-To: <200910201636.24365.pedro@codesourcery.com> Cc: Pedro Alves MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200910201754.32826.ken@linux.vnet.ibm.com> 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/msg00468.txt.bz2 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. Thanks. -ken