search for: 6d3949e8

Displaying 2 results from an estimated 2 matches for "6d3949e8".

2013 Mar 06
0
[LLVMdev] embedding trace functions to generate variable values
On 3/6/13 4:39 AM, Vardhan Varma wrote: > > 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. > >
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