[Lldb-commits] [PATCH] D152861: Clear non-addressable bits from fp/sp/lr/pc values in RegisterContextUnwind
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 14 00:57:58 PDT 2023
DavidSpickett accepted this revision.
DavidSpickett added a comment.
This revision is now accepted and ready to land.
I'm curious how you would end up with a signed PC value, but given this is unwind it could be a value from a previous frame that was signed when stored to the stack.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152861/new/
https://reviews.llvm.org/D152861
More information about the lldb-commits
mailing list