[Lldb-commits] [lldb] [lldb] Add a test for lea_rsp_pattern_p to x86 unwinder (NFC) (PR #94852)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 10 16:48:19 PDT 2024
jasonmolenda wrote:
Hi, thanks for the PR. I wrote the x86 unwinder but I don't work with the ISA very often any more, I'm a little confused. Shouldn't the sp offset after this instruction executes be 16? The test is testing for 8. I'm sure I've misunderstood the effects of the instruction.
https://github.com/llvm/llvm-project/pull/94852
More information about the lldb-commits
mailing list