Displaying 2 results from an estimated 2 matches for "b5c25aae".
2012 Oct 18
0
[LLVMdev] Debugging LLVM IR with GDB
...guage it debugs, as long as it can follow
the debug info and the commands make sense (and this can be handled by
adding appropriate Python plugins).
Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121018/b5c25aae/attachment.html>
2012 Oct 17
5
[LLVMdev] Debugging LLVM IR with GDB
Hi all,
Has anybody debugged LLVM IR with GDB? I'm using dragonegg to transform
C into IR, then applying my optimizations. Passing "-g" to dragonegg
doesn't seem to work since it generates debug info for the C code, not
the IR. I really need GDB (lli doesn't solve my problems) in order to
debug multi-threaded and multi-process MPI code.
More clearly, if I have a file