[Lldb-commits] [lldb] r120861 - /lldb/trunk/test/lldbtest.py
Johnny Chen
johnny.chen at apple.com
Fri Dec 3 16:07:24 PST 2010
Author: johnny
Date: Fri Dec 3 18:07:24 2010
New Revision: 120861
URL: http://llvm.org/viewvc/llvm-project?rev=120861&view=rev
Log:
Forgot to also check in this file along with the TestBreakpointConditions.py change.
Modified:
lldb/trunk/test/lldbtest.py
Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=120861&r1=120860&r2=120861&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Fri Dec 3 18:07:24 2010
@@ -141,6 +141,8 @@
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"
More information about the lldb-commits
mailing list