[Lldb-commits] [lldb] [lldb] Add repeat commands documentation (PR #194923)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 30 01:53:36 PDT 2026
================
@@ -0,0 +1,147 @@
+Repeat Commands
+===============
+
+In LLDB's command line interface, pressing Enter (an empty command) repeats the
----------------
DavidSpickett wrote:
You can also type just the name of the command, but I don't think it's worth mentioning. Enter is way more convenient.
https://github.com/llvm/llvm-project/pull/194923
More information about the lldb-commits
mailing list