[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:04:52 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.

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


More information about the lldb-commits mailing list