Files
llvm/lldb/source/Core
Adrian Prantl 54c955b828 Change the return type of ValueObject::CalculateNumChildren to uint32_t.
In the end this value comes from TypeSystem::GetNumChildren which
returns a uint32_t, so ValueObject should be consistent with that.
2024-03-07 10:55:02 -08:00
..