[Lldb-commits] [lldb] d09a21a - [lldb] Remove failures case from TestTaggedPointerCmd

2021-11-07 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-11-07T10:40:43-08:00 New Revision: d09a21a0b378675c7f69628ce7a9cd0d54dec1da URL: https://github.com/llvm/llvm-project/commit/d09a21a0b378675c7f69628ce7a9cd0d54dec1da DIFF: https://github.com/llvm/llvm-project/commit/d09a21a0b378675c7f69628ce7a9cd0d54dec1da.d

[Lldb-commits] [PATCH] D113362: [formatters] Add a libstdcpp formatter for forward_list and refactor list formatter

2021-11-07 Thread walter erquinigo via Phabricator via lldb-commits
wallace requested changes to this revision. wallace added a comment. This revision now requires changes to proceed. very good start! Comment at: lldb/examples/synthetic/gnu_libstdcpp.py:5-6 +FORWARD_LIST = "FORWARD_LIST" +LIST = "LIST" + remove this ===

[Lldb-commits] [PATCH] D113362: [formatters] Add a libstdcpp formatter for forward_list and refactor list formatter

2021-11-07 Thread Danil Stefaniuc via Phabricator via lldb-commits
danilashtefan added a comment. Hi Walter:) Please, could you advise what can I change/do more? As a next step, I will unify the tests across the libcxx and libstdcpp formatters. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113362/new/ https://rev

[Lldb-commits] [PATCH] D113362: Summary:

2021-11-07 Thread Danil Stefaniuc via Phabricator via lldb-commits
danilashtefan created this revision. danilashtefan requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D113362 Files: lldb/examples/synthetic/gnu_libstdcpp.py lldb/source/Plug