summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-12-04 00:07:24 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-12-04 00:07:24 +0000
commitf10af38ba59a58e5d682456405db19e408eb2866 (patch)
tree579f776d5a016532c1f4faf664b515c60fb2334c /lldb
parent6b5d5b5c3b0125791e5f19862a70064bb91026a0 (diff)
downloadbcm5719-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.py2
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"
OpenPOWER on IntegriCloud