[Lldb-commits] [PATCH] D25726: Improve the libstdc++ smart pointer formatters

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 18 06:48:17 PDT 2016


tberghammer created this revision.
tberghammer added reviewers: labath, granata.enrico.
tberghammer added a subscriber: lldb-commits.

Improve the libstdc++ smart pointer formatters

      

- Display the strong/weak count in the summary
- Display the pointed object as a synthetic member
- Create synthetic children for weak/strong count


https://reviews.llvm.org/D25726

Files:
  packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py
  source/Plugins/Language/CPlusPlus/LibStdcpp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25726.74992.patch
Type: text/x-patch
Size: 10332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161018/dc662f6c/attachment.bin>


More information about the lldb-commits mailing list