[Lldb-commits] [lldb] Avoid expression evaluation in libStdC++ std::vector<bool> synthetic children provider (PR #108414)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 12 15:28:41 PDT 2024
jimingham wrote:
> > It's funny that there is already a `ValueObject::CreateValueObjectFromBool()` function :-)
>
> The very thing I was worried about!
>
> Might be a good idea to put the general "don't do substantial implementations in SB API" principle in the "SBI API" doc page. I did a quick scan and didn't see anything that stated that.
I put up a PR for that:
https://github.com/llvm/llvm-project/pull/108462
https://github.com/llvm/llvm-project/pull/108414
More information about the lldb-commits
mailing list