[Lldb-commits] [lldb] r175202 - One to many always's.

Jim Ingham jingham at apple.com
Thu Feb 14 11:30:35 PST 2013


Author: jingham
Date: Thu Feb 14 13:30:35 2013
New Revision: 175202

URL: http://llvm.org/viewvc/llvm-project?rev=175202&view=rev
Log:
One to many always's.

Modified:
    lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp

Modified: lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp?rev=175202&r1=175201&r2=175202&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp Thu Feb 14 13:30:35 2013
@@ -631,7 +631,7 @@ CommandObjectBreakpointSet::CommandOptio
     { LLDB_OPT_FILE, false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeFilename,
         "Specifies the source file in which to set this breakpoint.  "
         "Note, by default lldb only looks for files that are #included if they use the standard include file extensions.  "
-        "To set breakpoints on .c/.cpp/.m/.mm files that are #included, set target.inline-breakpoint-strategy always "
+        "To set breakpoints on .c/.cpp/.m/.mm files that are #included, set target.inline-breakpoint-strategy"
         " to \"always\"."},
 
     { LLDB_OPT_SET_1, true, "line", 'l', required_argument, NULL, 0, eArgTypeLineNum,





More information about the lldb-commits mailing list