[Lldb-commits] [PATCH] D12636: Fix the handling of FPR offsets in Linux arm/aarch64 register contexts

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 7 02:45:26 PDT 2015


tberghammer added a comment.

I prefer to keep it this way because there is no canonical register layout we can rely on so putting them just next to each other would be just an arbitrary layout what might break in the future. If we want the offsets to make sense, then on arm/aarch64 the best approach would be to store the offset from the beginning of the given register set because it will make sense on its own and with the data returned by ptrace.


http://reviews.llvm.org/D12636





More information about the lldb-commits mailing list