Fixes to the Objective-C V2 runtime:
authorSean Callanan <scallanan@apple.com>
Sat, 27 Oct 2012 01:51:44 +0000 (01:51 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 27 Oct 2012 01:51:44 +0000 (01:51 +0000)
commitcd6ce2ff3113ec70d24d3013a24bb379f1455ccf
tree2c4818c332fb990c521367ef2ae6325a8347013e
parentc5f9943a60112a634c0bb10dfad1c17c75601488
Fixes to the Objective-C V2 runtime:

- Only read the statically-defined isa table in the
  shared cache once.  Only the dynamically-constructed
  isa table can change.

- Ignore the statically-defined isa table if its
  version isn't what we expect.

llvm-svn: 166856
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h