From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 933 invoked by alias); 29 Jul 2004 23:23:04 -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 924 invoked from network); 29 Jul 2004 23:23:03 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 29 Jul 2004 23:23:03 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i6TNN0J8018588; Fri, 30 Jul 2004 01:23:00 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i6TNN0MA024555; Fri, 30 Jul 2004 01:23:00 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i6TNN0Ij024552; Fri, 30 Jul 2004 01:23:00 +0200 (CEST) Date: Thu, 29 Jul 2004 23:23:00 -0000 Message-Id: <200407292323.i6TNN0Ij024552@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <41080269.5000100@gnu.org> (message from Andrew Cagney on Wed, 28 Jul 2004 15:45:45 -0400) Subject: Re: [commit] Eliminate add_setshow_cmd References: <41080269.5000100@gnu.org> X-SW-Source: 2004-07/txt/msg00473.txt.bz2 From: Andrew Cagney Date: Wed, 28 Jul 2004 15:45:45 -0400 Hello, This patch eliminates add_setshow_cmd replacing it with the more formally typed add_setshow_string_cmd and add_setshow_filename_cmd (also add_setshow_zinteger_cmd in a few places). Andrew, did you run the testsuite after making these changes? I now see: FAIL: gdb.base/help.exp: help set complaints and FAIL: gdb.base/help.exp: help show complaints so it looks like the output has changed in some subtle way. Mark