[Lldb-commits] [lldb] [lldb] Skip the prologue before reading `this` when stepping into std::function (PR #209629)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 15 11:48:44 PDT 2026


https://github.com/jimingham commented:

This version is fine.  Getting the value from the argument passing register is more efficient, so it would be good to come back around and try that approach.
Except for error handling in the case (which I don't see how it would happen, but...) where you can't get the function start, this is fine.

https://github.com/llvm/llvm-project/pull/209629


More information about the lldb-commits mailing list