[Lldb-commits] [PATCH] D114008: Draft PR for the deque, stack, queue lldb data formatters
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 26 06:48:25 PST 2021
labath added a comment.
You need to construct issue appropriately nested ValueCheck objects. Something like this:
children.insert(0,ValueCheck(children=[ValueCheck(value=i), ValueCheck(value=i+1), ValueCheck(i + 2)])
If that doesn't work then that's probably a bug in the ValueCheck matching implementation, as it was definitely written with that mind.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114008/new/
https://reviews.llvm.org/D114008
More information about the lldb-commits
mailing list