[Lldb-commits] [PATCH] D73148: [lldb/Value] Avoid reading more data than the host has available
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 31 08:56:36 PST 2020
shafik added a comment.
In D73148#1850978 <https://reviews.llvm.org/D73148#1850978>, @vsk wrote:
> 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?
Or they could be real bugs?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73148/new/
https://reviews.llvm.org/D73148
More information about the lldb-commits
mailing list