summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/bench.py
diff options
context:
space:
mode:
authorShafik Yaghmour <syaghmour@apple.com>2019-10-11 16:36:20 +0000
committerShafik Yaghmour <syaghmour@apple.com>2019-10-11 16:36:20 +0000
commit5f46982b452b685419629b23d530281df2298536 (patch)
tree93b776a3d53de0dc6cc0361ec86c71099f575e59 /lldb/packages/Python/lldbsuite/test/bench.py
parentadd0786dbaa8ca9c0b44b5eefcf700c15a0c8e44 (diff)
downloadbcm5719-llvm-5f46982b452b685419629b23d530281df2298536.tar.gz
bcm5719-llvm-5f46982b452b685419629b23d530281df2298536.zip
[lldb-test] Modify lldb-test to print out ASTs from symbol file
Summary: Currently when invoking lldb-test symbols -dump-ast it parses all the debug symbols and calls print(...) on the TranslationUnitDecl. While useful the TranslationUnitDecl::print(...) method gives us a higher level view then the dump from ASTDumper which is what we get when we invoke dump() on a specific AST node. The main motivation for this change is allow us to verify that the AST nodes we create when we parse DWARF. For example in order to verify we are correctly using DIFlagExportSymbols added by D66667 Differential Revision: https://reviews.llvm.org/D67994 llvm-svn: 374570
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/bench.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud