From: Anna Zaks Date: Wed, 7 Dec 2011 19:04:27 +0000 (+0000) Subject: [analyzer] More www; document ProgramState->dump(). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b78229c10920f6df89601ea41f4a6f5be572f43d;p=clang [analyzer] More www; document ProgramState->dump(). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146049 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/checker_dev_manual.html b/www/analyzer/checker_dev_manual.html index 6fbc1683ae..4519ac8d93 100644 --- a/www/analyzer/checker_dev_manual.html +++ b/www/analyzer/checker_dev_manual.html @@ -317,6 +317,12 @@ execute:
  • +To see the ProgramState while debugging use the following command. +
    +(gdb) p State->dump() + +
  • +
  • To see clang::Expr while debugging use the following command. If you pass in a SourceManager object, it will also dump the corresponding line in the source code.