[Lldb-commits] [lldb] Change the return type of CalculateNumChildren to uint32_t. (PR #83501)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 4 17:52:28 PST 2024


adrian-prantl wrote:

So I reverted back to the state where I convert everything to int32_t. This way I don't have to touch the UINT32_MAX sentinels in this patch, which should be done separately and very carefully.

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


More information about the lldb-commits mailing list