Mention the --all-files option in the -p help string.
authorJim Ingham <jingham@apple.com>
Tue, 9 Feb 2016 18:53:49 +0000 (18:53 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 9 Feb 2016 18:53:49 +0000 (18:53 +0000)
llvm-svn: 260247

lldb/source/Commands/CommandObjectBreakpoint.cpp

index bb59e1f..640cece 100644 (file)
@@ -820,7 +820,8 @@ CommandObjectBreakpointSet::CommandOptions::g_option_table[] =
     { LLDB_OPT_SET_9, true, "source-pattern-regexp", 'p', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeRegularExpression,
         "Set the breakpoint by specifying a regular expression which is matched against the source text in a source file or files "
         "specified with the -f option.  The -f option can be specified more than once.  "
-        "If no source files are specified, uses the current \"default source file\"" },
+        "If no source files are specified, uses the current \"default source file\".  "
+        "If you want to match against all source files, pass the \"--all-files\" option." },
 
     { LLDB_OPT_SET_9, false, "all-files", 'A', OptionParser::eNoArgument,   NULL, NULL, 0, eArgTypeNone,
         "All files are searched for source pattern matches." },