Greg Fitzgerald
2012-Nov-15 03:01 UTC
[LLVMdev] How step into TableGen-generated files from xcode?
I hope to make Xcode my primary debugging tool for LLVM, but there's just one quirk in an otherwise wonderfully working IDE. Using Xcode 4.5 with clang 3.0, I'm unable to set a breakpoint in any TableGen-generated .inc files. I notice Xcode doesn't do syntax highlighting either, despite explicitly setting the filetype in the "Identity and Type" window. I can see that I've built object files with the correct debug symbols: $ objdump --dwarf=decodedline lib/Target/ARM/LLVM.build/Debug/LLVMARMCodeGen.build/Objects-normal/x86_64/ARMCodeEmitter.o | grep "\.inc" Anyone else seeing this? Thanks, Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121114/a5b951bd/attachment.html>
Apparently Analagous Threads
- [LLVMdev] Troubles with clang and llvm libraries and simple Xcode project
- [LLVMdev] sys::getHostTriple failed to recognize ARM correctly
- [LLVMdev] Global variables on LLVM JIT on ARM (Android)
- [LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
- [LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)