From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28634 invoked by alias); 29 May 2003 18:14: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 28614 invoked from network); 29 May 2003 18:14:38 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 29 May 2003 18:14:38 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2D09D2B2F; Thu, 29 May 2003 14:14:26 -0400 (EDT) Message-ID: <3ED64E02.7080100@redhat.com> Date: Thu, 29 May 2003 18:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis , mludvig@suse.cz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/i386newframe] info cfi command References: <3ED60F2A.9060108@suse.cz> <200305291629.h4TGTLe0000304@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00547.txt.bz2 > Date: Thu, 29 May 2003 15:46:18 +0200 > From: Michal Ludvig > > Hi, > > this patch adds 'info cfi' command which is to be used for examining > debug info. For now it only prints the instructions in a hex-form, but > I'll make a resolver to nice strings later. > > Hmm, I wonder whether that should be a maintenance command instead: > > 'maintenance print cfi' > > or even > > 'maintenance print dwarf cfi' > > or something like that. Yes, anything like that. 'maintenance ' is better. There is a maintenance appendix in the documentation. As an aside, on a todo list are add: (gdb) maint info frame to print out additional information on the selected frame (gdb) maint print frames [ ] to print out information on all the frames both will require additional per-frame methods. Andrew