[Lldb-commits] [lldb] r175873 - Remove unintended comment.

Jason Molenda jmolenda at apple.com
Fri Feb 22 00:16:09 PST 2013


Author: jmolenda
Date: Fri Feb 22 02:16:09 2013
New Revision: 175873

URL: http://llvm.org/viewvc/llvm-project?rev=175873&view=rev
Log:
Remove unintended comment.

Modified:
    lldb/trunk/tools/debugserver/source/MacOSX/MachTask.cpp

Modified: lldb/trunk/tools/debugserver/source/MacOSX/MachTask.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/MacOSX/MachTask.cpp?rev=175873&r1=175872&r2=175873&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/MacOSX/MachTask.cpp (original)
+++ lldb/trunk/tools/debugserver/source/MacOSX/MachTask.cpp Fri Feb 22 02:16:09 2013
@@ -258,8 +258,6 @@ static void get_threads_profile_data(tas
 
             threads_id.push_back(tid);
             
-            // process->GetName (tid) should get the same thing - but this looks like it will save one
-            // duplicated thread_info call so leave it be.
             if (identifier_info.thread_handle != 0) {
                 struct proc_threadinfo proc_threadinfo;
                 int len = ::proc_pidinfo(pid, PROC_PIDTHREADINFO, identifier_info.thread_handle, &proc_threadinfo, PROC_PIDTHREADINFO_SIZE);





More information about the lldb-commits mailing list