aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2011-05-26 20:39:01 +0000
committerJim Ingham <jingham@apple.com>2011-05-26 20:39:01 +0000
commit46fbc60f637fa143bcd70833963691d15a1395ba (patch)
tree584d6866fb162185573996db843654e5e38dfb4f /lldb/source/Commands/CommandObjectBreakpoint.cpp
parent077964a03cd82f1edec4ab6379a0c67fcea3eecd (diff)
downloadllvm-46fbc60f637fa143bcd70833963691d15a1395ba.zip
llvm-46fbc60f637fa143bcd70833963691d15a1395ba.tar.gz
llvm-46fbc60f637fa143bcd70833963691d15a1395ba.tar.bz2
regexp-break -> _regexp-break in command string.
llvm-svn: 132141
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectBreakpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp
index 9dd532b..de83d9f 100644
--- a/lldb/source/Commands/CommandObjectBreakpoint.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp
@@ -518,7 +518,7 @@ CommandObjectBreakpointSet::Execute
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;