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 a5e0389 commit e327ea4Copy full SHA for e327ea4
lldb/source/Commands/Options.td
@@ -157,7 +157,7 @@ let Command = "breakpoint set" in {
157
"multiple times tomake one breakpoint for multiple methods.">;
158
def breakpoint_set_func_regex : Option<"func-regex", "r">, Group<7>,
159
Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
160
- "name, evaluating a regular-expression to findthe function name(s).">;
+ "name, evaluating a regular-expression to find the function name(s).">;
161
def breakpoint_set_basename : Option<"basename", "b">, Group<8>,
162
Arg<"FunctionName">, Required, Completion<"Symbol">,
163
Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"
0 commit comments