[Lldb-commits] [lldb] 02286d9 - [lldb] Document ctrl-f for completing show-autosuggestion

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Mon May 17 12:52:31 PDT 2021


Author: Dave Lee
Date: 2021-05-17T12:52:20-07:00
New Revision: 02286d96dbb3862a7dc5f7a2481c1f763186b259

URL: https://github.com/llvm/llvm-project/commit/02286d96dbb3862a7dc5f7a2481c1f763186b259
DIFF: https://github.com/llvm/llvm-project/commit/02286d96dbb3862a7dc5f7a2481c1f763186b259.diff

LOG: [lldb] Document ctrl-f for completing show-autosuggestion

Document how to complete command line suggestions provided by `show-autosuggestion`.

Differential Revision: https://reviews.llvm.org/D102544

Added: 
    

Modified: 
    lldb/source/Core/CoreProperties.td

Removed: 
    


################################################################################
diff  --git a/lldb/source/Core/CoreProperties.td b/lldb/source/Core/CoreProperties.td
index ccd6f7b97a5f7..e488796604036 100644
--- a/lldb/source/Core/CoreProperties.td
+++ b/lldb/source/Core/CoreProperties.td
@@ -138,5 +138,5 @@ let Definition = "debugger" in {
   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 accepted using Ctrl-F.">;
 }


        


More information about the lldb-commits mailing list