[Lldb-commits] [PATCH] D151292: lldb WIP/RFC: Adding support for address fixing on AArch64 with high and low memory addresses
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 2 07:18:57 PDT 2023
DavidSpickett added a comment.
> None of this should change behavior on linux, but if folks from the linux world have a comment or reaction to this change, I would be interested to hear opinions. I haven't done much testing beyond the one test corefile, and I still need to work out how the two values are communicated in corefiles & live debug, but those are trivial details on the core idea.
I primarily work with lldb in Linux userspace, so this isn't an issue. Also seems unlikely that the Linux kernel would decide to change it, but if it did the scheme implemented here looks fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151292/new/
https://reviews.llvm.org/D151292
More information about the lldb-commits
mailing list