Re: Tree Browser

2010-06-01 Thread Eric Fisher
Hi, Try using gcc-vcg-plugin to browse tree and cfg during debug gcc. It's just an initial version for now. Any suggestions will be appreciated. :-) http://code.google.com/p/gcc-vcg-plugin/ Thanks, Eric Fisher

Re: Tree Browser

2010-05-14 Thread Diego Novillo
On Fri, May 14, 2010 at 07:18, Richard Guenther wrote: > It probably also can be re-implemented as gdb python script? Really? Wicked. I like that. Diego.

Re: Tree Browser

2010-05-14 Thread Richard Guenther
On Thu, May 13, 2010 at 11:45 PM, Diego Novillo wrote: > On 5/4/10 15:11 , Wolfgang kaifler wrote: > >> (gdb) p browse_tree (current_function_decl) >> No symbol "browse_tree" in current context. >> (gdb) >> >> What i'm doing wrong? Any ideas? > > The tree browser code has bitrotted to the point th

Re: Tree Browser

2010-05-13 Thread Diego Novillo
On 5/4/10 15:11 , Wolfgang kaifler wrote: > (gdb) p browse_tree (current_function_decl) > No symbol "browse_tree" in current context. > (gdb) > > What i'm doing wrong? Any ideas? The tree browser code has bitrotted to the point that I think it should be removed, unfortunately. It's a great cand