[cfe-dev] execution trace on Clang AST

Don Hinton via cfe-dev cfe-dev at lists.llvm.org
Thu May 9 11:59:38 PDT 2019


Hi Kihong:

I haven't used it yet, but have a look at https://llvm.org/docs/XRay.html and
see if that helps...

hth...
don

On Mon, May 6, 2019 at 8:27 AM Kihong Heo via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> Hi list,
>
> I am wondering if there is any method to extract execution traces or path
> conditions in Clang AST level. I want to run a binary with an input and
> observe which AST nodes are visited during the execution. I tried Sanitizer
> Coverage tool but it is quite hard to match LLVM bitcode and source code.
>
> It would be appreciated if you could give some idea.
>
> Thanks,
> Kihong
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190509/d3b79445/attachment.html>


More information about the cfe-dev mailing list