We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096ec4b commit 2189bcfCopy full SHA for 2189bcf
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
@@ -2509,8 +2509,8 @@ AppleObjCRuntimeV2::SharedCacheClassInfoExtractor::UpdateISAToDescriptorMap() {
2509
}
2510
} while (num_class_infos_read == max_num_classes_in_buffer);
2511
} else if (log) {
2512
- LLDB_LOGF(log, "Error writing function arguments.");
2513
- diagnostics.Dump(log);
+ LLDB_LOGF(log, "Error writing function arguments.");
+ diagnostics.Dump(log);
2514
2515
2516
LLDB_LOG(log, "Processed {0} Objective-C classes total from the shared cache",
0 commit comments