Greg created a new API on SBProcess to get an ID that is guaranteed to be unique...
authorEnrico Granata <egranata@apple.com>
Wed, 16 Jan 2013 18:34:23 +0000 (18:34 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 16 Jan 2013 18:34:23 +0000 (18:34 +0000)
commitb5d9d630d87263766f71bcd3c3d9000b4dff4107
tree2c232ad3bb338947b549bc87a4f1d7152e962ecd
parentda4ba8718189d97f0af5d3b0f4ffbb6be7a1ce4c
Greg created a new API on SBProcess to get an ID that is guaranteed to be unique even in situations where underlying platforms would actually duplicate or hardcode PIDs

The Python data formatters use a per-process cache that was previously keying off the PID. Moving that to be based on this new notion of unique ID.

llvm-svn: 172633
lldb/examples/summaries/cocoa/objc_runtime.py