[Lldb-commits] [lldb] [lldb-dap] Add valueLocationReference for member function pointers (PR #186837)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 10 08:56:11 PDT 2026
================
----------------
da-viper wrote:
```suggestion
lldb::SBType type = v.GetType();
if (!(type.GetPointeeType().IsFunctionType() || type.IsMemberFunctionPointerType()))
```
It should achieve the same thing without a new API
https://github.com/llvm/llvm-project/pull/186837
More information about the lldb-commits
mailing list