[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 13:04:10 PST 2021


danilashtefan updated this revision to Diff 388016.
danilashtefan added a comment.

Done!


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.388016.patch
Type: text/x-patch
Size: 11347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211117/68c43a52/attachment-0001.bin>


More information about the lldb-commits mailing list