[Lldb-commits] [PATCH] D102544: [lldb] Document ctrl-f for completing show-autosuggestion
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 14 18:14:23 PDT 2021
kastiglione created this revision.
kastiglione added a reviewer: jingham.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Document how to complete command line suggestions provided by `show-autosuggestion`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102544
Files:
lldb/source/Core/CoreProperties.td
Index: lldb/source/Core/CoreProperties.td
===================================================================
--- lldb/source/Core/CoreProperties.td
+++ lldb/source/Core/CoreProperties.td
@@ -138,5 +138,5 @@
def ShowAutosuggestion: Property<"show-autosuggestion", "Boolean">,
Global,
DefaultFalse,
- Desc<"If true, LLDB will show suggestions to complete the command the user typed.">;
+ Desc<"If true, LLDB will show suggestions to complete the command the user typed. Suggestions may be completed using Ctrl-F.">;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102544.345596.patch
Type: text/x-patch
Size: 537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210515/c4f9d253/attachment.bin>
More information about the lldb-commits
mailing list