From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24908 invoked by alias); 4 Dec 2010 19:23:28 -0000 Received: (qmail 24900 invoked by uid 22791); 4 Dec 2010 19:23:27 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD 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; Sat, 04 Dec 2010 19:23:23 +0000 Received: (qmail 28659 invoked from network); 4 Dec 2010 19:23:21 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Dec 2010 19:23:21 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [patch 1/2] build id Date: Sat, 04 Dec 2010 19:23:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.33-29-realtime; KDE/4.4.5; x86_64; ; ) Cc: sami wagiaalla , Eli Zaretskii References: <4CEBEB78.1020809@redhat.com> <83oc9f97nr.fsf@gnu.org> <4CF41FCB.8060103@redhat.com> In-Reply-To: <4CF41FCB.8060103@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201012041923.15841.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: 2010-12/txt/msg00032.txt.bz2 On Monday 29 November 2010 21:48:59, sami wagiaalla wrote: > + > + add_setshow_boolean_cmd ("build-id-core-loads", class_files, > + &build_id_core_loads, _("\ > +Set whether CORE-FILE loads the build-id associated files automatically."), _("\ > +Show whether CORE-FILE loads the build-id associated files automatically.."), > + NULL, NULL, NULL, > + &setlist, &showlist); Quick note: please make sure all new commands implement the show_func callback. -- Pedro Alves