[Lldb-commits] [lldb] [lldb-dap] Replace SBData::GetAddress with SBValue::GetValueAsAddress (PR #201230)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 3 07:08:54 PDT 2026
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
More information about the lldb-commits
mailing list