This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can you display readable RTX from within gdb?
- From: Momchil Velikov <velco at fadata dot bg>
- To: "Tom Womack" <tom at womack dot net>
- Cc: <gcc at gcc dot gnu dot org>
- Date: 18 Mar 2002 11:12:08 +0200
- Subject: Re: Can you display readable RTX from within gdb?
- References: <001a01c1ce5b$1801c700$5637f380@maths.nottingham.ac.uk>
>>>>> "Tom" == Tom Womack <tom@womack.net> writes:
Tom> What commands do I have to use in gdb (presumably calling functions in
Tom> cc1plus) to display the RTL in a human-readable format?
call debug_rtx (pat)