Displaying 3 results from an estimated 3 matches for "abdc12b8".
2006 Apr 07
0
[LLVMdev] line number information
The debug intrinsics are intended for that. Please see:
http://llvm.org/docs/SourceLevelDebugging.html
for the details.
Please note that this is being worked on actively Jim Laskey at Apple.
He's working to get these intrinsics to generate DWARF output so that
LLVM generated code can be used with a debugger. However, the intrinsics
can be processed in whatever way you'd like via an LLVM
2006 Apr 07
3
[LLVMdev] line number information
Is there a way, using llvm, to relate LLVM instructions to the souce code
statements (or line numbers) that they were generated from. So if compile
some file test.c and get some binary test.bc can I relate statements in
test.bc with source code line numbers in test.c and if so how would I go
about doing that. Thanks for your time.
- John
-------------- next part --------------
An HTML attachment
2006 Apr 08
2
[LLVMdev] line number information
...Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060408/abdc12b8/attachment.html>