The lack of classes in the hash table is not an error - it's very legitimately possible for a process to define no ObjC classes of its own. Discovered by debugging /bin/ls

llvm-svn: 277897
This commit is contained in:
Enrico Granata 2016-08-06 00:57:07 +00:00
parent 62a459603c
commit 0765abf772

View File

@ -1389,7 +1389,7 @@ AppleObjCRuntimeV2::UpdateISAToDescriptorMapDynamic(RemoteNXMapTable &hash_table
{
if (log)
log->Printf ("No dynamic classes found in gdb_objc_realized_classes.");
return DescriptorMapUpdateResult::Fail();
return DescriptorMapUpdateResult::Success(0);
}
// Make some types for our arguments