[LLDB] Fixes summary formatter for libc++ map allowing modification of contained...
authorPavel Kosov <kpdev42@gmail.com>
Wed, 25 Jan 2023 07:48:04 +0000 (10:48 +0300)
committerPavel Kosov <kpdev42@gmail.com>
Wed, 25 Jan 2023 07:48:04 +0000 (10:48 +0300)
commit92f0e4ccafacb61f7de93e7ef5bd4beb02047086
tree3427157f92371f57215fc7e72faf9645a387bea5
parentf3e2f26378400dbc785691ec38158ef4019208f8
[LLDB] Fixes summary formatter for libc++ map allowing modification of contained value

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D140624
lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
lldb/test/API/python_api/value/change_values/libcxx/map/Makefile [new file with mode: 0644]
lldb/test/API/python_api/value/change_values/libcxx/map/TestChangeValue.py [new file with mode: 0644]
lldb/test/API/python_api/value/change_values/libcxx/map/main.cpp [new file with mode: 0644]