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

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 25 17:02:14 PDT 2019


shafik marked an inline comment as done.
shafik added inline comments.


================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:3077
+          ParseType(sc, die, &type_is_new).get();
+          printf( "pubname: %s is_type = %d\n", die.GetPubname(), true);
+          break;
----------------
aprantl wrote:
> You also probably don't want to actually print anything here?
Apologies, I did not clean up all the these up.


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

https://reviews.llvm.org/D67994





More information about the lldb-commits mailing list