This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

can't use the ssa tree browser.


hi,

I've  cvs-ed  the   tree-ssa-20020619-branch  of  gcc,  configured  it
(../configure --prefix=$HOME/gcc-ssa/gcc/target \
               --enable-languages=c,c++)

Compilation was  OK. I removed the -02  flag, and keept the  -g in the
makefile. 

I can launch gdb cc1plus, put breakpoints, step through the code, ... 

Now,   I   want   to   use   the   tree-browser   described   here   :
http://gcc.gnu.org/projects/tree-ssa/tree-browser.html. 

When I type the suggested command, I get
(gdb) p browse_tree (current_function_decl)
No symbol "browse_tree" in current context.
(gdb)

the file  tree-browser.o exists.  Do I have  to load it  explicitely ?
(I've tried
(gdb) load tree-browser.o
You can't do that when your target is `child'
(gdb)
)

Any idea about what I'm doint wrong ? 

Thanks,

-- 
Matthieu


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