[Lldb-commits] [lldb] r132141 - /lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp

Jim Ingham jingham at apple.com
Thu May 26 13:39:01 PDT 2011


Author: jingham
Date: Thu May 26 15:39:01 2011
New Revision: 132141

URL: http://llvm.org/viewvc/llvm-project?rev=132141&view=rev
Log:
regexp-break -> _regexp-break in command string.

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=132141&r1=132140&r2=132141&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp Thu May 26 15:39:01 2011
@@ -518,7 +518,7 @@
 CommandObjectMultiwordBreakpoint::CommandObjectMultiwordBreakpoint (CommandInterpreter &interpreter) :
     CommandObjectMultiword (interpreter, 
                             "breakpoint",
-                            "A set of commands for operating on breakpoints. Also see regexp-break.",
+                            "A set of commands for operating on breakpoints. Also see _regexp-break.",
                             "breakpoint <command> [<command-options>]")
 {
     bool status;





More information about the lldb-commits mailing list