[Lldb-commits] [PATCH] D113760: [formatters] Add a libstdcpp formatter for for unordered_map, unordered_set, unordered_multimap, unordered_multiset

Danil Stefaniuc via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 17 12:19:24 PST 2021


danilashtefan updated this revision to Diff 388012.
danilashtefan marked 9 inline comments as done.
danilashtefan added a comment.

All the above-mentioned is changed. Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113760

Files:
  lldb/examples/synthetic/gnu_libstdcpp.py
  lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered/Makefile
  lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered/TestDataFormatterGenericUnordered.py
  lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered/main.cpp
  lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/Makefile
  lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py
  lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113760.388012.patch
Type: text/x-patch
Size: 11404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211117/b1c89f82/attachment.bin>


More information about the lldb-commits mailing list