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

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to