[LLVMdev] viewing CFG in debugging

Lu Zhao luzhao at cs.utah.edu
Sun Apr 13 19:28:08 PDT 2008


Hi,

I tried to view the CFG when debugging a pass by "gdb opt," but the gdb
does not have DAG.viewGraph function, which is indicated at
http://www.llvm.org/docs/ProgrammersManual.html#ViewGraph. Could anyone
tell me how to make DAG* functions available in gdb?

Thanks in advance.
Lu



More information about the llvm-dev mailing list