[Lldb-commits] [lldb] r220011 - Don't enable the log here. It was just me debugging
Enrico Granata
egranata at apple.com
Thu Oct 16 18:09:06 PDT 2014
Author: enrico
Date: Thu Oct 16 20:09:06 2014
New Revision: 220011
URL: http://llvm.org/viewvc/llvm-project?rev=220011&view=rev
Log:
Don't enable the log here. It was just me debugging
Modified:
lldb/trunk/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py
Modified: lldb/trunk/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py?rev=220011&r1=220010&r2=220011&view=diff
==============================================================================
--- lldb/trunk/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py (original)
+++ lldb/trunk/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py Thu Oct 16 20:09:06 2014
@@ -126,7 +126,6 @@ class ObjCDynamicValueTestCase(TestBase)
# This test is not entirely related to the main thrust of this test case, but since we're here,
# try stepping into setProperty, and make sure we get into the version in Source:
- self.runCmd("log enable lldb step")
thread.StepInto()
threads = lldbutil.get_stopped_threads (process, lldb.eStopReasonPlanComplete)
More information about the lldb-commits
mailing list