From 40b48a1b924fb1f830421da315b5a6a5539a12a9 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 16 Nov 2012 00:25:28 +0000 Subject: [PATCH] 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 --- www/hacking.html | 4 ++++ 1 file changed, 4 insertions(+) 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 isConstQualified(), for example, to get one of the qualifiers, and the getTypePtr() method to get the wrapped Type* which you can then dump. +
  • For LLDB users there are + data formatters for clang data structures in + + utils/ClangDataFormat.py.
  • -- 2.50.1