Fixing a potential issue where the NSIndexPath formatter could try to access stale...
authorEnrico Granata <egranata@apple.com>
Tue, 16 Jun 2015 20:48:49 +0000 (20:48 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 16 Jun 2015 20:48:49 +0000 (20:48 +0000)
commit7569f233302aab8da80f46963c3d2b09b3bc5bb7
treee88cb54067e3260e80b78382eef92de39aa90111
parent0fcc53f6d66cab66d326e667d9e7318acbb4ce03
Fixing a potential issue where the NSIndexPath formatter could try to access stale data

No test because I did not see this happen - it has been found by code inspection as a response to seeing crash logs about this

llvm-svn: 239851
lldb/source/DataFormatters/NSIndexPath.cpp