[all-commits] [llvm/llvm-project] 645764: [lldb] Add consistency between reading the dynamic...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Mar 26 15:19:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 645764f3aae83468ca6f9fbd403ab8cf03c91b5a
https://github.com/llvm/llvm-project/commit/645764f3aae83468ca6f9fbd403ab8cf03c91b5a
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-03-26 (Fri, 26 Mar 2021)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
Log Message:
-----------
[lldb] Add consistency between reading the dynamic and shared cache class info
This adds the consistency I promised in D99315 between how we read the
class info from the Objective-C runtime and the shared cache. (NFC)
Differential revision: https://reviews.llvm.org/D99446
More information about the All-commits
mailing list