[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 Oct 4 14:31:31 PDT 2023
jimingham wrote:
The other bit that we mentioned in the course of this review was showing invalid vtables. You still have the code that just makes an error in the child creation if you can't look up the value that a vtable slot is pointing to. It would be better to make the child and report that it looks bogus somehow.
https://github.com/llvm/llvm-project/pull/67599
More information about the lldb-commits
mailing list