We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f11850 commit 6e8a5f3Copy full SHA for 6e8a5f3
lldb/source/Commands/Options.td
@@ -84,7 +84,7 @@ let Command = "breakpoint modify" in {
84
Desc<"Set the number of times this breakpoint is skipped before stopping.">;
85
def breakpoint_modify_one_shot : Option<"one-shot", "o">, Group<1>,
86
Arg<"Boolean">,
87
- 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.">;
88
def breakpoint_modify_thread_index : Option<"thread-index", "x">, Group<1>,
89
Arg<"ThreadIndex">, Desc<"The breakpoint stops only for the thread whose "
90
"index matches this argument.">;
0 commit comments