[Lldb-commits] [PATCH] D141425: [lldb] Add --gdb-format flag to dwim-print
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 10 13:19:41 PST 2023
kastiglione created this revision.
kastiglione added reviewers: jingham, labath, aprantl.
Herald added a project: All.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Add support for the `--gdb-format`/`-G` flag to `dwim-print`.
The gdb-format flag allows users to alias `p` to `dwim-print`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141425
Files:
lldb/include/lldb/Interpreter/OptionGroupFormat.h
lldb/source/Commands/CommandObjectDWIMPrint.cpp
lldb/source/Commands/CommandObjectDWIMPrint.h
lldb/source/Interpreter/OptionGroupFormat.cpp
lldb/test/API/commands/dwim-print/TestDWIMPrint.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141425.487964.patch
Type: text/x-patch
Size: 10309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230110/a631852a/attachment.bin>
More information about the lldb-commits
mailing list