]> granicus.if.org Git - clang/commitdiff
[analyzer] More www; document ProgramState->dump().
authorAnna Zaks <ganna@apple.com>
Wed, 7 Dec 2011 19:04:27 +0000 (19:04 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 7 Dec 2011 19:04:27 +0000 (19:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146049 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/checker_dev_manual.html

index 6fbc1683ae2181ad1dcab6bfabf2e0b63d08c8e1..4519ac8d93fbe8cb231b4215607aadabaa9cb39c 100644 (file)
@@ -317,6 +317,12 @@ execute:
 </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.