embedded dataflow tracking code?

Dennis Yurichev <dennis.yurichev@gmail.com>
Sat, 24 Jul 2010 12:21:01 -0700 (PDT)

          From comp.compilers

Related articles
embedded dataflow tracking code? dennis.yurichev@gmail.com (Dennis Yurichev) (2010-07-24)
Re: embedded dataflow tracking code? gneuner2@comcast.net (George Neuner) (2010-07-26)
Re: embedded dataflow tracking code? gene.ressler@gmail.com (Gene) (2010-07-26)
Re: embedded dataflow tracking code? dot@dotat.at (Tony Finch) (2010-07-27)
Re: embedded dataflow tracking code? walter@bytecraft.com (Walter Banks) (2010-07-30)
| List of all articles for this month |

From: Dennis Yurichev <dennis.yurichev@gmail.com>
Newsgroups: comp.compilers
Date: Sat, 24 Jul 2010 12:21:01 -0700 (PDT)
Organization: Compilers Central
Keywords: debug, question
Posted-Date: 26 Jul 2010 12:41:20 EDT

Hi.


I would like to load debugger, attach to working process, and at some
breakpoint, instead of numerical values in the CPU registers, I would
like to see genesis of each value like "result of f(arg1, arg2,arg3)
called at point X" or "result of comparison of values X and Y" and so
on.


Probably, compiler backend could embed some dataflow tracking code
between basic blocks and store information about all variables flow in
some separate data segment..


Are there any known attempts or projects or...?





Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.