[Lldb-commits] [lldb] r179623 - Remove a debug print statement that I left in.

Greg Clayton gclayton at apple.com
Tue Apr 16 13:56:13 PDT 2013


Author: gclayton
Date: Tue Apr 16 15:56:13 2013
New Revision: 179623

URL: http://llvm.org/viewvc/llvm-project?rev=179623&view=rev
Log:
Remove a debug print statement that I left in.


Modified:
    lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp

Modified: lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp?rev=179623&r1=179622&r2=179623&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp (original)
+++ lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp Tue Apr 16 15:56:13 2013
@@ -195,8 +195,6 @@ OperatingSystemPython::UpdateThreadList
     {
         ThreadList core_thread_list(new_thread_list);
 
-        threads_list.Dump(); // REMOVE THIS
-
         uint32_t i;
         const uint32_t num_threads = threads_list.GetSize();
         for (i=0; i<num_threads; ++i)





More information about the lldb-commits mailing list