<rdar://problem/13339196>
authorEnrico Granata <egranata@apple.com>
Tue, 26 Mar 2013 21:44:13 +0000 (21:44 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 26 Mar 2013 21:44:13 +0000 (21:44 +0000)
commitb65b3030b6fcb05f5673790a5aebdf2fbb5f0c67
tree2fa0b8ebf9dbedb831fa2b47805346246e899f35
parent5a13d8dceac5bc6de161541d303927d415561f7f
<rdar://problem/13339196>

The algorithm to access an item in a __NSArrayM was not reacting properly to deletions
The fix is to use a smarter formula that accounts for items shifting and the resulting notion of offsets in the table

llvm-svn: 178076
lldb/source/DataFormatters/NSArray.cpp