[Lldb-commits] [PATCH] D92063: [LLDB] RegisterInfoPOSIX_arm64 remove unused bytes from g/G packet
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 26 01:52:01 PST 2020
omjavaid added a comment.
In D92063#2417948 <https://reviews.llvm.org/D92063#2417948>, @mgorny wrote:
> I disagree. Since we're repeating gdb protocol, it would be nice to use offsets consistent with the gdb protocol, even if it means some extra padding. I do realize that this is broken right now and not trivially fixable but I don't think we should make things worse.
I dont understand your disagreement. If you look at the current update of this patch, this is exactly what we are doing i-e Making offsets consistent with GDB protocol.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92063/new/
https://reviews.llvm.org/D92063
More information about the lldb-commits
mailing list