This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/i386newframe] info cfi command


   Date: Thu, 29 May 2003 15:46:18 +0200
   From: Michal Ludvig <mludvig@suse.cz>

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 <something>' 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 [ <file> ]
	to print out information on all the frames

both will require additional per-frame methods.

Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]