Displaying 1 result from an estimated 1 matches for "injectvariableprintout".
Did you mean:
  injectvariableprintouts
  
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