From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1987 invoked by alias); 23 Nov 2010 19:13:14 -0000 Received: (qmail 1976 invoked by uid 22791); 23 Nov 2010 19:13:13 -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, 23 Nov 2010 19:12:57 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LCC00A00P588M00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 23 Nov 2010 21:12:54 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.9.106]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LCC0099PQPENOA0@a-mtaout20.012.net.il>; Tue, 23 Nov 2010 21:12:52 +0200 (IST) Date: Tue, 23 Nov 2010 19:13:00 -0000 From: Eli Zaretskii Subject: Re: [patch 2/2] build id In-reply-to: <4CEBEBB6.7050502@redhat.com> To: sami wagiaalla Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83mxoz97ip.fsf@gnu.org> References: <4CEBEBB6.7050502@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/msg00368.txt.bz2 > Date: Tue, 23 Nov 2010 11:28:38 -0500 > From: sami wagiaalla > > +For corefiles the @dfn{build id} can be used to load the corresponding See my other mail about use of @dfn. > +executable. This feature can be turned on or off through the following ^^ Two spaces, please. > +@kindex set build-id-core-loads on > +@item set build-id-core-loads on > +Automatically load files associated with a corefile's build id. > + > +@kindex set build-id-core-loads off > +@item set build-id-core-loads off > +Do not load files associated with a corefile's build id. Can these files be loaded manually? If not, why we say "Automatically load" above? Thanks.