[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:22 PDT 2026
DavidSpickett wrote:
> It might be worth mentioning at the beginning that some commands explicitly disallow repeat execution (for instance process launch so you don't have to worry about accidentally triggering destructive operations.
:+1:
This also serves as an example of how to find out if any given command (or specific use of) will repeat. "just press enter and see what happens" is obvious to me but I've found that users overlook simple things like this sometimes.
https://github.com/llvm/llvm-project/pull/194923
More information about the lldb-commits
mailing list