diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-12-04 00:07:24 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-04 00:07:24 +0000 |
| commit | f10af38ba59a58e5d682456405db19e408eb2866 (patch) | |
| tree | 579f776d5a016532c1f4faf664b515c60fb2334c /lldb | |
| parent | 6b5d5b5c3b0125791e5f19862a70064bb91026a0 (diff) | |
| download | bcm5719-llvm-f10af38ba59a58e5d682456405db19e408eb2866.tar.gz bcm5719-llvm-f10af38ba59a58e5d682456405db19e408eb2866.zip | |
Forgot to also check in this file along with the TestBreakpointConditions.py change.
llvm-svn: 120861
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/test/lldbtest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py index ffd016fdf2b..be54952e11d 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -141,6 +141,8 @@ BACKTRACE_DISPLAYED_CORRECTLY = "Backtrace displayed correctly" BREAKPOINT_CREATED = "Breakpoint created successfully" +BREAKPOINT_STATE_CORRECT = "Breakpoint state is correct" + BREAKPOINT_PENDING_CREATED = "Pending breakpoint created successfully" BREAKPOINT_HIT_ONCE = "Breakpoint resolved with hit cout = 1" |

