[Lldb-commits] [lldb] [lldb] Add repeat commands documentation (PR #194923)

via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 30 09:57:45 PDT 2026


================
@@ -0,0 +1,147 @@
+Repeat Commands
+===============
+
+In LLDB's command line interface, pressing Enter (an empty command) repeats the
----------------
jimingham wrote:

This is really orthogonal to repeat commands anyway, since this and "source list" and some other commands keep a "cursor" internally which they manage when you run the COMMAND without an argument (as opposed to running the repeat command).

Since that's really a convention internal to the command rather than a CommandInterpreter thing, it should be documented in the command help for that command.

https://github.com/llvm/llvm-project/pull/194923


More information about the lldb-commits mailing list