[Lldb-commits] [PATCH] D138618: [LLDB] Enable 64 bit debug/type offset
Alexander Yermolovich via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 24 07:40:07 PST 2022
ayermolo added a comment.
In D138618#3948707 <https://reviews.llvm.org/D138618#3948707>, @labath wrote:
> I am puzzled by the OSO changes in the DIERef class. How do they tie in with the increase in the offset size? It seems like it should at best be a separate patch...
That part was more about having a consistent interface for setting and getting lldb::user_id_t to avoid bugs, and having implicit assumptions what bit layout looks like.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138618/new/
https://reviews.llvm.org/D138618
More information about the lldb-commits
mailing list