[Lldb-commits] [lldb] r141965 - /lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py

Johnny Chen johnny.chen at apple.com
Fri Oct 14 11:10:00 PDT 2011


Author: johnny
Date: Fri Oct 14 13:10:00 2011
New Revision: 141965

URL: http://llvm.org/viewvc/llvm-project?rev=141965&view=rev
Log:
Remove debug 'print watchpoint' statement.

Modified:
    lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py

Modified: lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py?rev=141965&r1=141964&r2=141965&view=diff
==============================================================================
--- lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py (original)
+++ lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py Fri Oct 14 13:10:00 2011
@@ -66,7 +66,6 @@
                                                value.GetType().GetPointeeType())
         # Watch for write to *g_char_ptr.
         watchpoint = target.WatchAddress(value.GetValueAsUnsigned(), 1, False, True)
-        print watchpoint
         self.assertTrue(value and watchpoint,
                         "Successfully found the pointer and set a watchpoint")
         self.DebugSBValue(value)





More information about the lldb-commits mailing list