From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5601 invoked by alias); 11 Feb 2005 01:57:39 -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 5585 invoked from network); 11 Feb 2005 01:57:33 -0000 Received: from unknown (HELO copland.sibelius.xs4all.nl) (24.75.92.210) by sourceware.org with SMTP; 11 Feb 2005 01:57:33 -0000 Received: from copland.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by copland.sibelius.xs4all.nl (8.13.3/8.13.3) with ESMTP id j1B1vKvc029157; Fri, 11 Feb 2005 02:57:23 +0100 (CET) Received: (from kettenis@localhost) by copland.sibelius.xs4all.nl (8.13.3/8.13.3/Submit) id j1B1vGhX008490; Thu, 10 Feb 2005 20:57:16 -0500 (EST) Date: Fri, 11 Feb 2005 04:21:00 -0000 Message-Id: <200502110157.j1B1vGhX008490@copland.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <420B9D02.4020703@gnu.org> (message from Andrew Cagney on Thu, 10 Feb 2005 12:42:26 -0500) Subject: Re: [commit] Make add_setshow's print work References: <420B9D02.4020703@gnu.org> X-SW-Source: 2005-02/txt/msg00100.txt.bz2 Date: Thu, 10 Feb 2005 12:42:26 -0500 From: Andrew Cagney For the moment I've implemented only one such function - fprint_setshow_complaints. For the others I've commented things out. Do I understand things correctly in that you've just crippled gdb without discussing this first? Mark