Re: a gcc plugin to show cfg graphically when debug gcc

2010-03-02 Thread Martin Jambor
Hi, On Thu, Feb 25, 2010 at 11:48:44AM +0100, Richard Guenther wrote: > I've been using the attached in debug sessions a lot (and I have > similar patch for the cgraph). I'd be interested in that, can you post it as well? I meant to write something like that for myself a few times but in the en

Re: a gcc plugin to show cfg graphically when debug gcc

2010-02-25 Thread Richard Guenther
On Thu, Feb 25, 2010 at 8:48 AM, Eric Fisher wrote: > Hi, > > I just wrote a little gcc plugin, which can be used to show GIMPLE cfg > graphically when debug gcc. Currently, it's still a very initial > version. It, >  * transfers tree dump into vcg file, >  * then invokes vcgview (or aisee etc.) t

a gcc plugin to show cfg graphically when debug gcc

2010-02-24 Thread Eric Fisher
Hi, I just wrote a little gcc plugin, which can be used to show GIMPLE cfg graphically when debug gcc. Currently, it's still a very initial version. It, * transfers tree dump into vcg file, * then invokes vcgview (or aisee etc.) to show the graph. I would like to improve it to support both tr