[Lldb-commits] [lldb] r117140 - /lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py

Johnny Chen johnny.chen at apple.com
Fri Oct 22 13:08:56 PDT 2010


Author: johnny
Date: Fri Oct 22 15:08:56 2010
New Revision: 117140

URL: http://llvm.org/viewvc/llvm-project?rev=117140&view=rev
Log:
Comment out the debug statement for printing the SBBreakpoint object.

Modified:
    lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py

Modified: lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py?rev=117140&r1=117139&r2=117140&view=diff
==============================================================================
--- lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py (original)
+++ lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py Fri Oct 22 15:08:56 2010
@@ -83,7 +83,7 @@
 
         # Now create a breakpoint on main.c by name 'c'.
         breakpoint = target.BreakpointCreateByName('c', 'a.out')
-        print "breakpoint:", breakpoint
+        #print "breakpoint:", breakpoint
         self.assertTrue(breakpoint.IsValid() and
                         breakpoint.GetNumLocations() == 1,
                         VALID_BREAKPOINT)





More information about the lldb-commits mailing list