From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21003 invoked by alias); 25 Jun 2002 18:58:26 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20850 invoked from network); 25 Jun 2002 18:58:21 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 25 Jun 2002 18:58:21 -0000 Received: from fleche.redhat.com (ta0199.peakpeak.com [204.144.244.199]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id MAA27842 for ; Tue, 25 Jun 2002 12:57:34 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id CADE44F80AA; Tue, 25 Jun 2002 13:10:39 -0600 (MDT) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: make add_setshow_cmd public References: <87wusndz3l.fsf@fleche.redhat.com> <3D18BC2C.8050007@cygnus.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: Somewhere in suburban Honolulu, an unemployed bellhop is whipping up a batch of illegal psilocybin chop suey!! Date: Tue, 25 Jun 2002 11:58:00 -0000 In-Reply-To: <3D18BC2C.8050007@cygnus.com> Message-ID: <87sn3bdvio.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00515.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: Andrew> Can the public version return void? Good question. In most cases, yes. In some cases we need both command structures so we can deprecate them; I've been punting on this for now. I've switched about half the calls so far. I seem to recall one that needed the return value. I'll have to look for it. Tom