[cfe-dev] Can I debug llvm source code by iMac Xcode?

gamma_chen gamma_chen at yahoo.com.tw
Sun Oct 21 00:54:01 PDT 2012


Hi,

I can build llvm3.1 source code by CMAKE first, which generate LLVM.xcodeproj. And then open it by iMac Xcode and build llvm project execution files, clang, llc, llvm-as, ... . But I don't know how to debug it on Xcode IDE since the menu "Product -- Test" is grey color (not enabled). I am writing a llvm backend for fun and used to debug it on linux by gdb -args llc ...  Now, I bought a iMac and don't know how to replace gdb with Xcode IDE. Is it possible to do debug "llc -march=mips ..." on Xcode which equivalent to "gdb -args llc ..." on linux terminal mode. I really hope to run IDE debug for llvm backend.

Best regards

Jonathan







More information about the cfe-dev mailing list