[lldb] Increase the maximum number of classes we can read from shared cache
authorAlex Langford <alangford@apple.com>
Mon, 26 Jun 2023 21:21:48 +0000 (14:21 -0700)
committerAlex Langford <alangford@apple.com>
Mon, 26 Jun 2023 21:59:55 +0000 (14:59 -0700)
commit7ed3c2edf017840e0c7c358aa48d2d67d4b55dcb
treeaaae1695ba308bf309cec3ef2dd2c67f9c569f58
parentaaca8e2c3489652ebdf27712ab396984fa577c1e
[lldb] Increase the maximum number of classes we can read from shared cache

The shared cache has grown past the previously hardcoded limit. As a
temporary measure, I am increasing the hardcoded number of classes we
can expect to read from the shared cache. This is not a good long-term
solution.

Differential Revision: https://reviews.llvm.org/D153817
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp