[Lldb-commits] [PATCH] D114008: Draft PR for the deque, stack, queue lldb data formatters

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 2 17:55:26 PST 2021


wallace updated this revision to Diff 391513.
wallace added a comment.

Fix the few issues in Danil's implementation


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114008

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114008.391513.patch
Type: text/x-patch
Size: 17304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211203/9f887cf9/attachment-0001.bin>


More information about the lldb-commits mailing list