[Lldb-commits] [lldb] r172641 - /lldb/trunk/examples/summaries/cocoa/objc_runtime.py

Enrico Granata egranata at apple.com
Wed Jan 16 11:41:57 PST 2013


Author: enrico
Date: Wed Jan 16 13:41:57 2013
New Revision: 172641

URL: http://llvm.org/viewvc/llvm-project?rev=172641&view=rev
Log:
Replacing reference to radar number with svn revision


Modified:
    lldb/trunk/examples/summaries/cocoa/objc_runtime.py

Modified: lldb/trunk/examples/summaries/cocoa/objc_runtime.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/summaries/cocoa/objc_runtime.py?rev=172641&r1=172640&r2=172641&view=diff
==============================================================================
--- lldb/trunk/examples/summaries/cocoa/objc_runtime.py (original)
+++ lldb/trunk/examples/summaries/cocoa/objc_runtime.py Wed Jan 16 13:41:57 2013
@@ -594,7 +594,7 @@
 		global isa_caches
 
 		process = valobj.GetTarget().GetProcess()
-		self.pid = process.GetUniqueID() # using the unique ID for added guarantees (<rdar://problem/13009943>)
+		self.pid = process.GetUniqueID() # using the unique ID for added guarantees (see svn revision 172628 for further details)
 
 		if runtime_version.look_for_key(self.pid):
 			self.runtime_version = runtime_version.get_value(self.pid)





More information about the lldb-commits mailing list