[Lldb-commits] [PATCH] D92063: [LLDB] RegisterInfoPOSIX_arm64 remove unused bytes from g/G packet
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 26 01:56:13 PST 2020
mgorny added a comment.
I was referring to:
> Ideally offset calculation should look something like this: reg[index].byte_offset = reg[index - 1].byte_offset + reg[index - 1].byte_size.
I'm not saying this is wrong for the time being but IMO we should assume that we might need to have a non-obvious offset in the future.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92063/new/
https://reviews.llvm.org/D92063
More information about the lldb-commits
mailing list