|
From: Nicholas N. <nj...@cs...> - 2007-05-09 21:42:34
|
On Wed, 9 May 2007, Andreas S=E6bj=F8rnsen wrote: > Is a dot visualization tool available for the Valgrind IR or does such > a tool for Valgrind not make sense at all? I remember seeing you use > graphviz for the DDFG, but otherwise I can't think of seeing a > graphical representation of your IR (btw. zgrviewer is excellent for > visualizing dot graphs). IR is a list of trees, so you could visualise it with dot, but I don't thin= k=20 anyone has. > Is there any particular tools or techniques you use to more > efficiently understand the IR when you are developing a tool? Not really, as far as I know. Nick |