summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/thunk/Makefile
AgeCommit message (Collapse)Author
2025-02-17[lldb] Support stepping through C++ thunks (#127419)Jonas Devlieghere
This PR fixes LLDB stepping out, rather than stepping through a C++ thunk. The implementation is based on, and upstreams, the support for runtime thunks in the Swift fork. Fixes #43413