[lldb] Fix typo in breakpoint set -r description
This commit is contained in:
parent
a5e0389b2a
commit
e327ea4a82
|
|
@ -157,7 +157,7 @@ let Command = "breakpoint set" in {
|
||||||
"multiple times tomake one breakpoint for multiple methods.">;
|
"multiple times tomake one breakpoint for multiple methods.">;
|
||||||
def breakpoint_set_func_regex : Option<"func-regex", "r">, Group<7>,
|
def breakpoint_set_func_regex : Option<"func-regex", "r">, Group<7>,
|
||||||
Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
|
Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
|
||||||
"name, evaluating a regular-expression to findthe function name(s).">;
|
"name, evaluating a regular-expression to find the function name(s).">;
|
||||||
def breakpoint_set_basename : Option<"basename", "b">, Group<8>,
|
def breakpoint_set_basename : Option<"basename", "b">, Group<8>,
|
||||||
Arg<"FunctionName">, Required, Completion<"Symbol">,
|
Arg<"FunctionName">, Required, Completion<"Symbol">,
|
||||||
Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"
|
Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue