hi,<br><br>It seems that this is because llvm delete the graph file before graphviz program start. you can just comment the statements that delete this file, that work for me :P<br><br>best regards<br>--ether<br><br><div class="gmail_quote">
On Thu, Apr 1, 2010 at 4:14 PM, 章磊 <span dir="ltr"><<a href="mailto:ioripolo@gmail.com">ioripolo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br><br>I've been study clang for a while, and i found it's great to view some graph (while debugging code).<br>Usually i use gdb under emacs and call GRExprEngine::ViewGraph(false) when i need to see where the analysis goes.<br>
<br>But i found it's faster for me to debug clang in VS, because i can see "locals" much quickly and clearly.<br><br><br><br>Here comes the problems:<br><br>First, can i make the "-analyzer-viz-egraph-graphviz" or something like this happen on windows? If so, how?<br>
<br>Second, is there anything like "gdb call" in VS Debugging? Further, can i make GRExprEngine::ViewGraph(false) happen while debugging clang in VS?<br><br>I'll also appreciate it if there are any advice about debugging with gdb.<br>
<br>Thanks.<br clear="all"><font color="#888888"><br>-- <br>Best regards!<br><br>Lei Zhang<br>
</font><br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br>