[all-commits] [llvm/llvm-project] ef6817: [lldb] Break out long help for 'frame var'
Dave Lee via All-commits
all-commits at lists.llvm.org
Wed Jan 5 18:48:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef6817f9329ce16dae33e64e2534a52647f089b0
https://github.com/llvm/llvm-project/commit/ef6817f9329ce16dae33e64e2534a52647f089b0
Author: Dave Lee <davelee.com at gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M lldb/source/Commands/CommandObjectFrame.cpp
Log Message:
-----------
[lldb] Break out long help for 'frame var'
The current help for `frame variable` is somewhat long. Its length, combined
with the few aliases (`var`, `v`, and `vo`) can make the output of `apropos`
redundant and noisy.
This separates out the details into a separate long help.
Differential Revision: https://reviews.llvm.org/D116708
More information about the All-commits
mailing list