[Lldb-commits] [PATCH] D73148: [lldb/Value] Avoid reading more data than the host has available
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 30 18:05:48 PST 2020
vsk planned changes to this revision.
vsk added a comment.
Yikes, this version seems to break TestClassTemplateParameterPack.py (and probably other tests as well). Maybe we expect to be able to read past the end of the buffer inside of a ValueObjectChild, because the buffer for the next ValueObjectChild is supposed to be there?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73148/new/
https://reviews.llvm.org/D73148
More information about the lldb-commits
mailing list