[Lldb-commits] [lldb] Add the ability to get a C++ vtable ValueObject from another ValueObj… (PR #67599)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 27 14:42:56 PDT 2023
jeffreytan81 wrote:
Looks good in general to me.
Several scenarios to test:
* Make sure command works when the vtable symbol can be found but the vtable exists in another binary which do not have any symbols/debug info (which we have seen failure from lldb before)
* Is vtable pointer guarantee to be in the first pointer of object?
* Can we test this during multiple inheritance? Should we print multiple vtables?
* Test in coredump to make sure it works
https://github.com/llvm/llvm-project/pull/67599
More information about the lldb-commits
mailing list