From e1d29e464275663e4109fe564bbd5ea13f871599 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Wed, 16 Jan 2013 19:41:57 +0000 Subject: [PATCH] Replacing reference to radar number with svn revision llvm-svn: 172641 --- lldb/examples/summaries/cocoa/objc_runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/examples/summaries/cocoa/objc_runtime.py b/lldb/examples/summaries/cocoa/objc_runtime.py index 4f852ed..d67e861 100644 --- a/lldb/examples/summaries/cocoa/objc_runtime.py +++ b/lldb/examples/summaries/cocoa/objc_runtime.py @@ -594,7 +594,7 @@ class SystemParameters: global isa_caches process = valobj.GetTarget().GetProcess() - self.pid = process.GetUniqueID() # using the unique ID for added guarantees () + 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) -- 2.7.4