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.
2 parents 0c5ba9d + b4c2aba commit 80bda8cCopy full SHA for 80bda8c
lldb/source/Commands/Options.td
@@ -152,7 +152,7 @@ let Command = "breakpoint set" in {
152
"multiple times tomake one breakpoint for multiple methods.">;
153
def breakpoint_set_func_regex : Option<"func-regex", "r">, Group<7>,
154
Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
155
- "name, evaluating a regular-expression to findthe function name(s).">;
+ "name, evaluating a regular-expression to find the function name(s).">;
156
def breakpoint_set_basename : Option<"basename", "b">, Group<8>,
157
Arg<"FunctionName">, Required, Completion<"Symbol">,
158
Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"
0 commit comments