[Lldb-commits] [lldb] [lldb] Fix a typo in --one-shot description (NFC) (PR #155637)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 27 08:27:24 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Dave Lee (kastiglione)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/155637.diff
1 Files Affected:
- (modified) lldb/source/Commands/Options.td (+1-1)
``````````diff
diff --git a/lldb/source/Commands/Options.td b/lldb/source/Commands/Options.td
index 2aa0b10ac34e5..7bdd6cfcfcc92 100644
--- a/lldb/source/Commands/Options.td
+++ b/lldb/source/Commands/Options.td
@@ -84,7 +84,7 @@ let Command = "breakpoint modify" in {
Desc<"Set the number of times this breakpoint is skipped before stopping.">;
def breakpoint_modify_one_shot : Option<"one-shot", "o">, Group<1>,
Arg<"Boolean">,
- Desc<"The breakpoint is deleted the first time it stop causes a stop.">;
+ Desc<"The breakpoint is deleted the first time it causes a stop.">;
def breakpoint_modify_thread_index : Option<"thread-index", "x">, Group<1>,
Arg<"ThreadIndex">, Desc<"The breakpoint stops only for the thread whose "
"index matches this argument.">;
``````````
</details>
https://github.com/llvm/llvm-project/pull/155637
More information about the lldb-commits
mailing list