[PATCH] D146595: [clang] Add clang trampoline_mangled_target attribute
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 27 11:09:47 PDT 2023
dblaikie added a comment.
I know this is a bit of a redirection/scope creep/etc - but I'd quite like to see a solution that is likely to be usable for the "std::function" problem (stepping into std::function should allow you to reach the underlying function - but lldb currently skips any call to a std-namespaced function, I think, so you step right over the whole op() call) that could also cover the Swift needs. Though perhaps they're just sufficiently different problems that there is no generalizing here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146595/new/
https://reviews.llvm.org/D146595
More information about the llvm-commits
mailing list