From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22885 invoked by alias); 29 May 2003 16:29:24 -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 22808 invoked from network); 29 May 2003 16:29:22 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 29 May 2003 16:29:22 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h4TGTMii000238; Thu, 29 May 2003 18:29:22 +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.6p2/8.12.6) with ESMTP id h4TGTLT0000307; Thu, 29 May 2003 18:29:21 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h4TGTLe0000304; Thu, 29 May 2003 18:29:21 +0200 (CEST) Date: Thu, 29 May 2003 16:29:00 -0000 Message-Id: <200305291629.h4TGTLe0000304@elgar.kettenis.dyndns.org> From: Mark Kettenis To: mludvig@suse.cz CC: gdb-patches@sources.redhat.com In-reply-to: <3ED60F2A.9060108@suse.cz> (message from Michal Ludvig on Thu, 29 May 2003 15:46:18 +0200) Subject: Re: [RFA/i386newframe] info cfi command References: <3ED60F2A.9060108@suse.cz> X-SW-Source: 2003-05/txt/msg00545.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. Mark