This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
can't use the ssa tree browser.
- From: Matthieu Moy <Matthieu dot Moy at imag dot fr>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 25 Mar 2003 10:38:33 +0100
- Subject: can't use the ssa tree browser.
- Organization: Verimag
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