[Lldb-commits] [PATCH] D73517: [lldb] Delete ValueObject::GetBaseClassPath

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 30 16:50:46 PST 2020


xiaobai added inline comments.


================
Comment at: lldb/source/Core/ValueObject.cpp:2041
 
 void ValueObject::GetExpressionPath(Stream &s, bool qualify_cxx_base_classes,
                                     GetExpressionPathFormat epformat) {
----------------
labath wrote:
> Should we remove the `qualify_cxx_base_classes` argument as well, given that it no longer does anything ?
It seems that this is a part of the SBValue interface. I think we can remove it from ValueObject but SBValue will have to stick with it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73517





More information about the lldb-commits mailing list