From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29934 invoked by alias); 6 Jan 2010 10:22:13 -0000 Received: (qmail 29923 invoked by uid 22791); 6 Jan 2010 10:22:12 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jan 2010 10:22:08 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 63362CB01DE; Wed, 6 Jan 2010 11:22:06 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w4CGvAx8-k+c; Wed, 6 Jan 2010 11:22:06 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 4FF8FCB016C; Wed, 6 Jan 2010 11:22:06 +0100 (CET) Subject: Re: [RFA] Support multiple separate debug objfiles Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: Date: Wed, 06 Jan 2010 10:22:00 -0000 Cc: gdb-patches ml Content-Transfer-Encoding: quoted-printable Message-Id: <95ACAF2F-A271-4F07-A7B7-004C2A69E797@adacore.com> References: <20100105113125.GA22340@chinon.act-europe.fr> To: tromey@redhat.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: 2010-01/txt/msg00109.txt.bz2 On Jan 6, 2010, at 12:06 AM, Tom Tromey wrote: >>>>>> "Tristan" =3D=3D Tristan Gingold writes: >=20 > Tristan> I think the best way to support this Darwin particularity is to > Tristan> extended the notion of separate debug objfiles and allowing > Tristan> multiple separate debug objfiles. >=20 > Seems reasonable. >=20 > Tristan> /* Return non-zero if OBJFILE has full or partial symbols, eith= er directly > Tristan> - or throught its separate debug file. */ > Tristan> + or throught a separate debug file. */ >=20 > Since you're already modifying this line, would you mind fixing the > typo? s/throught/through/ >=20 > This is ok with that change. Thank you for the review. Committed with this typo fix. Tristan.