Skip to content

Commit

Permalink
[analyzer] More www; document ProgramState->dump().
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146049 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AnnaZaks committed Dec 7, 2011
1 parent 22d4fb9 commit b78229c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/analyzer/checker_dev_manual.html
Expand Up @@ -317,6 +317,12 @@ <h2 id=commands>Useful Commands/Debugging Hints</h2>
</tt>
</li>
<li>
To see the <tt>ProgramState</tt> while debugging use the following command.
<br><tt>
(gdb) <b>p State->dump()</b>
</tt>
</li>
<li>
To see <tt>clang::Expr</tt> while debugging use the following command. If you
pass in a SourceManager object, it will also dump the corresponding line in the
source code.
Expand Down

0 comments on commit b78229c

Please sign in to comment.