DrSergei wrote: > Turns out this does not work with C++ pointer-to-member-functions. I'll need > to investigate and re-evaluate. I have no idea why this currently works.
Hi, my initial implementation was based on [CXXFunctionPointerSummaryProvider](https://github.com/llvm/llvm-project/blob/main/lldb/source/DataFormatters/CXXFunctionPointer.cpp#L27), maybe it will help you. You can find more details in that [PR](https://github.com/llvm/llvm-project/pull/186837). https://github.com/llvm/llvm-project/pull/201230 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
