This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 9c957e6 Fix Linux build. new a7538b2 Add data formatter for libstdc++ shared_ptr and weak_ptr
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/DataFormatters/VectorIterator.h | 4 +- .../libstdcpp/{vector => smart_ptr}/Makefile | 0 .../smart_ptr/TestDataFormatterStdSmartPtr.py | 45 ++++++ .../libstdcpp/smart_ptr/main.cpp | 20 +++ .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 16 ++- source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 154 ++++++++++++++++++--- source/Plugins/Language/CPlusPlus/LibStdcpp.h | 7 +- 7 files changed, 221 insertions(+), 25 deletions(-) copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]