diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-11-16 00:25:28 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-11-16 00:25:28 +0000 |
commit | 40b48a1b924fb1f830421da315b5a6a5539a12a9 (patch) | |
tree | f499535011460cca7c22d99dc0a32856213a0eb2 | |
parent | fc0eb2a77b3b48f4f7f9338b158fa913cda0f774 (diff) |
Mention the lldb formatters in the clang wiki under debugging.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168118 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/hacking.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/hacking.html b/www/hacking.html index aa13b8d0eb..a1ff8d4efd 100644 --- a/www/hacking.html +++ b/www/hacking.html @@ -87,6 +87,10 @@ the <tt>isConstQualified()</tt>, for example, to get one of the qualifiers, and the <tt>getTypePtr()</tt> method to get the wrapped <tt>Type*</tt> which you can then dump.</li> + <li>For <a href="http://lldb.llvm.org"> <tt>LLDB</tt></a> users there are + data formatters for clang data structures in + <a href="http://llvm.org/svn/llvm-project/cfe/trunk/utils/ClangDataFormat.py"> + <tt>utils/ClangDataFormat.py</tt></a>.</li> </ul> <!--=====================================================================--> |