labath added inline comments.

================
Comment at: lldb/source/Commands/CommandObjectTarget.cpp:2275
+        SymbolFile *sf = m->GetSymbolVendor()->GetSymbolFile();
+        sf->DumpClangAST();
+      }
----------------
The dump function should take the output stream from the `result` object, so 
the output ends up where it's expected to go. (`clang::DeclBase::dump` has an 
overload which takes a `raw_ostream`, and lldb streams have a `raw_ostream` 
accessor now).


https://reviews.llvm.org/D54072



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to