[Lldb-commits] [PATCH] D145242: [lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for member-function pointers
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 7 03:10:32 PST 2023
labath added a comment.
You may want to check that pointers to virtual functions get printed here. In particular, that `0x00000000000000010000000000000000` (pointer to the first virtual function) does not get printed as `nullptr` or something like that (due to the truncation of the 128-bit value to zero).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145242/new/
https://reviews.llvm.org/D145242
More information about the lldb-commits
mailing list