[llvm-commits] [llvm-gcc-4.0] r40622 - in /llvm-gcc-4.0/trunk/gcc: llvm-backend.cpp llvm-convert.cpp llvm-internal.h llvm-types.cpp
Devang Patel
dpatel at apple.com
Tue Jul 31 14:16:20 PDT 2007
On Jul 31, 2007, at 10:49 AM, Christopher Lamb wrote:
>> What was the function decl in that case?
>
> How can I find/dump that? My GCC fu is weak.
>
On gdb prompt, debug_tree(t) or debug_generic_expr(t) etc.. There are
gdb macros in gdbinit.in in source tree that provides short hands for
these routines.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070731/45891598/attachment.html>
More information about the llvm-commits
mailing list