[Lldb-commits] [lldb] [lldb] Support stepping through C++ thunks (PR #127419)
Levente Mészáros via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 17 08:13:13 PST 2025
levy wrote:
I'm the one who recently added an example reproducing the #43413 issue. I compiled this PR version of lldb and related tools and tested it against the simple reproduction I added to the issue, and also with our complex project where I first faced this issue. In both cases lldb works as expected with this patch.
Thank you very much!
https://github.com/llvm/llvm-project/pull/127419
More information about the lldb-commits
mailing list