search for: 9d6fbeb0

Displaying 2 results from an estimated 2 matches for "9d6fbeb0".

2013 Mar 06
0
[LLVMdev] embedding trace functions to generate variable values
...___ > LLVM 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/20130306/9d6fbeb0/attachment.html>
2013 Mar 06
3
[LLVMdev] embedding trace functions to generate variable values
Hi, This is my first post on this forum so please use soft batons (-; I'm wondering if there is feature already in LLVM or clang to embed variable tracing instructions in the compiled output, so that on execution of the program, a dump of various variables values over time is generated. It's a little like the old unix program ctrace[1], but using LLVM, instead of rewriting C