Upstream the calls to ABI::FixCodeAddress in the Objective-C language
runtime.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is all good of course, but I wonder if we should lift this into the type system and have functions returned a UnstrippedAddress type that you can only turn into an addr_t by calling FixCodeAddress.
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | ||
---|---|---|
2705 ↗ | (On Diff #382777) | Why not sink this into m_runtime.GetClassDescriptorFromISA? |