Skip to content

Commit 9e29835

Browse files
authored
Merge pull request #3063 from apple/🍒/ganymede/71be4db05bbdcc8a9bbe01f54cf273b530327ec7
[lldb] Check for the mangled symbol name for objc_copyRealizedClassLi…
2 parents 82f13a2 + 68a5872 commit 9e29835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ AppleObjCRuntimeV2::AppleObjCRuntimeV2(Process *process,
499499
static const ConstString g_gdb_object_getClass("gdb_object_getClass");
500500
m_has_object_getClass = HasSymbol(g_gdb_object_getClass);
501501
static const ConstString g_objc_copyRealizedClassList(
502-
"objc_copyRealizedClassList_nolock");
502+
"_ZL33objc_copyRealizedClassList_nolockPj");
503503
m_has_objc_copyRealizedClassList = HasSymbol(g_objc_copyRealizedClassList);
504504

505505
RegisterObjCExceptionRecognizer(process);

0 commit comments

Comments
 (0)