forked from OSchip/llvm-project
Clean up wording in help for breakpoint --language option.
llvm-svn: 242866
This commit is contained in:
parent
c519c9b8da
commit
4112ab98ee
|
@ -812,7 +812,7 @@ CommandObjectBreakpointSet::CommandOptions::g_option_table[] =
|
|||
// "The breakpoint will only stop if an exception Object of this type is thrown. Can be repeated multiple times to stop for multiple object types" },
|
||||
|
||||
{ LLDB_OPT_EXPR_LANGUAGE, false, "language", 'L', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeLanguage,
|
||||
"Specifies the Language to use when interpreting the breakpoint's expression (note: currently only implemented for breakpoints identifiers). If not set the target.language setting is used." },
|
||||
"Specifies the Language to use when interpreting the breakpoint's expression (note: currently only implemented for setting breakpoints on identifiers). If not set the target.language setting is used." },
|
||||
|
||||
{ LLDB_OPT_SKIP_PROLOGUE, false, "skip-prologue", 'K', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeBoolean,
|
||||
"sKip the prologue if the breakpoint is at the beginning of a function. If not set the target.skip-prologue setting is used." },
|
||||
|
|
Loading…
Reference in New Issue