[all-commits] [llvm/llvm-project] d16087: [lldb] Add --gdb-format flag to dwim-print
Dave Lee via All-commits
all-commits at lists.llvm.org
Wed Feb 8 19:16:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d160873c03aedfcd201851829aa423cc10ef593a
https://github.com/llvm/llvm-project/commit/d160873c03aedfcd201851829aa423cc10ef593a
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M lldb/source/Commands/CommandObjectDWIMPrint.cpp
M lldb/source/Commands/CommandObjectDWIMPrint.h
M lldb/test/API/commands/dwim-print/TestDWIMPrint.py
Log Message:
-----------
[lldb] Add --gdb-format flag to dwim-print
Add support for the `--gdb-format`/`-G` flag to `dwim-print`.
The gdb-format flag allows users to alias `p` to `dwim-print`.
Differential Revision: https://reviews.llvm.org/D141425
More information about the All-commits
mailing list