From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18614 invoked by alias); 30 Nov 2010 18:12:10 -0000 Received: (qmail 18597 invoked by uid 22791); 30 Nov 2010 18:12:09 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 30 Nov 2010 18:12:02 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LCP00100MHWHY00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 30 Nov 2010 20:11:07 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.63.39]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LCP000EBMIGP870@a-mtaout20.012.net.il>; Tue, 30 Nov 2010 20:11:05 +0200 (IST) Date: Tue, 30 Nov 2010 18:12:00 -0000 From: Eli Zaretskii Subject: Re: [patch 1/2] build id In-reply-to: <4CF520F5.1000400@redhat.com> To: sami wagiaalla Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83pqtm8yx2.fsf@gnu.org> References: <4CEBEB78.1020809@redhat.com> <83oc9f97nr.fsf@gnu.org> <4CF41FCB.8060103@redhat.com> <83vd3f8o6k.fsf@gnu.org> <4CF520F5.1000400@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-11/txt/msg00505.txt.bz2 > Date: Tue, 30 Nov 2010 11:06:13 -0500 > From: sami wagiaalla > CC: gdb-patches@sourceware.org > > +@kindex set build-id-core-loads on > +@item set build-id-core-loads on > +Use build-id to locate and load the executable file for a core file. You used "build id" earlier, without the dash. Let's be consistent. (There's one more place with a dash in the patch.) Okay with that change. Thanks.