[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:50:33 PDT 2024
https://github.com/jasonmolenda approved this pull request.
Ah wait, it's because x86_64 functions on entry have the CFA == $rsp+8, right. So you add 16 to rsp and now the CFA is $rsp-8. This is good to merge. Do you have access to do that yourself?
https://github.com/llvm/llvm-project/pull/94852
More information about the lldb-commits
mailing list