[Lldb-commits] [lldb] [lldb][AArch64] Fix expression evaluation with Guarded Control Stacks (PR #123918)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 22 02:01:23 PST 2025
DavidSpickett wrote:
The first commit of this is https://github.com/llvm/llvm-project/pull/123720.
I'm putting this up now because that previous PR is pretty straightforward, it's just adding registers. But this is the one that needs the most thought. So if you like, you can tackle them in one session while it's fresh in your mind.
What I have implemented here should match what I have described in https://github.com/llvm/llvm-project/pull/117860.
https://github.com/llvm/llvm-project/pull/123918
More information about the lldb-commits
mailing list