[Lldb-commits] [PATCH] D67994: Modify lldb-test to print out ASTs from symbol file

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 2 10:24:51 PDT 2019


shafik updated this revision to Diff 222861.
shafik retitled this revision from "[WIP] Modify lldb-test to print out ASTs from symbol file" to "Modify lldb-test to print out ASTs from symbol file".
shafik added a comment.

- Updated approach based on comment
- Pushed clang ast manipulation into `ClangASTContext.cpp`
- Created a new option in lldb-test to keep the new functionality separate from the old use called `dumpClangAST`
- Cleaned up checking DWARF type by using `isType()`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67994/new/

https://reviews.llvm.org/D67994

Files:
  include/lldb/Symbol/ClangASTContext.h
  source/Core/Module.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Symbol/ClangASTContext.cpp
  tools/lldb-test/lldb-test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67994.222861.patch
Type: text/x-patch
Size: 7525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191002/ca599123/attachment.bin>


More information about the lldb-commits mailing list