Displaying 2 results from an estimated 2 matches for "excutiion".
2016 May 04
2
llvm dynamic execution trace
...king on an LLVM project so I'm not quite
sure of what you're suggesting, please excuse my naivety.
To clarify there used to exist this
http://llvm.org/releases/1.0/docs/CommandGuide/lli.html where you could
type "lli -trace 'filename.bc' and you would get a dump of the dynamic
excutiion trace.
I need something like:
to record the execution (statement/instruction) trace of a program. For
example, a C program is like this:
1: sum = 0;
2: for(i = 0; i < 2; i++)
3: sum += i;
4: printf("%d", sum);
The execution trace would be something like 1->...
2016 May 04
2
llvm dynamic execution trace
hi everyone,
I'm trying to get something like the lli - trace functionality that has
been deprecated.
I need the same thing that the trace command was doing i. e. the dynamic
execution trace, any idea on what it has moved to if it still exists or
how to implement it?
Best Regards,
Ammar Naqvi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: