[Lldb-commits] [PATCH] D31371: Stop calling ValueObject::SetName from synthetic child providers

Tamas Berghammer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 25 14:47:26 PDT 2017


tberghammer created this revision.

Calling ValueObject::SetName from a sythetic child provider would change
the underying value object used for the non-synthetic child as well what
is clearly unintentional.


https://reviews.llvm.org/D31371

Files:
  include/lldb/Core/ValueObject.h
  source/Core/ValueObject.cpp
  source/DataFormatters/VectorType.cpp
  source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
  source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
  source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31371.93058.patch
Type: text/x-patch
Size: 5450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170325/b68e8808/attachment.bin>


More information about the lldb-commits mailing list