[Lldb-commits] [PATCH] D51162: [PDB] Restore AST from PDB symbols
    Zachary Turner via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Aug 31 08:29:40 PDT 2018
    
    
  
zturner added a comment.
I think in clang they have a method to dump the AST.  Could we add something like that to `lldb-test`?  We're using the `symbols` subcommand, maybe it would be worth it to add a `--dump-ast` flag to that subcommand?  That seems like a generally useful testing feature.
https://reviews.llvm.org/D51162
    
    
More information about the lldb-commits
mailing list