From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28824 invoked by alias); 12 Apr 2007 15:34:58 -0000 Received: (qmail 28816 invoked by uid 22791); 12 Apr 2007 15:34:57 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 12 Apr 2007 16:34:54 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 521954B267 for ; Thu, 12 Apr 2007 10:34:53 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 2BF4C4B262 for ; Thu, 12 Apr 2007 10:34:53 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1Hc1K0-00011j-Qy for gdb-patches@sourceware.org; Thu, 12 Apr 2007 11:34:52 -0400 Date: Thu, 12 Apr 2007 15:34:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [RFA] set debug mi Message-ID: <20070412153452.GB32044@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <1176335457.26620.48.camel@svmsnyderlnx.palmsource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1176335457.26620.48.camel@svmsnyderlnx.palmsource.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-04/txt/msg00172.txt.bz2 On Wed, Apr 11, 2007 at 04:50:57PM -0700, Michael Snyder wrote: > Anybody think this is useful? > > 2007-04-11 Michael Snyder > > * mi/mi-main.c (print_mi_command, print_mi_status): New functions. > (captured_mi_execute_command): Call those if mi_debug_p is true. > (mi_execute_cli_command): Make debugging output more concise. > (show_mi_debug): New function. > (_initialize_mi_main): Add "set/show debug mi" command. I do. It doesn't replace the FE log, which is what I'd always want for customer problems, but it could be otherwise useful. Needs a manual entry. -- Daniel Jacobowitz CodeSourcery