[Lldb-commits] [lldb] Summarize std::string's when created from data. (PR #89110)

via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 17 12:24:55 PDT 2024


jimingham wrote:

Most of this change makes sense.  However, you are assuming that if the address type of a ValueObject is Host, its children are necessarily going to be in the target.  But there's actually an API that answers that question: ValueObject::GetAddressTypeOfChildren. You should consult that rather than assuming the children live in the target.

https://github.com/llvm/llvm-project/pull/89110


More information about the lldb-commits mailing list