[Lldb-commits] [PATCH] D141425: [lldb] Add --gdb-format flag to dwim-print
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 10 19:08:22 PST 2023
jingham added inline comments.
================
Comment at: lldb/source/Commands/CommandObjectDWIMPrint.cpp:61
+ // The numerous flags of `OptionGroupValueObjectDisplay` are not exposed by
+ // the `dwim-print` command. However its defaults are needed for dumping
----------------
Is this your long term plan? Even in a dwim print command, I will want to control the depth of structure/pointer traversal, and whether I see the raw or synthetic child version of the result, etc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141425/new/
https://reviews.llvm.org/D141425
More information about the lldb-commits
mailing list