diff options
author | Jim Ingham <jingham@apple.com> | 2011-05-26 20:39:01 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2011-05-26 20:39:01 +0000 |
commit | 46fbc60f637fa143bcd70833963691d15a1395ba (patch) | |
tree | 584d6866fb162185573996db843654e5e38dfb4f /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
parent | 077964a03cd82f1edec4ab6379a0c67fcea3eecd (diff) | |
download | llvm-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.cpp | 2 |
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; |