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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 4 13:58:21 PST 2024


clayborg wrote:

I would vote for `uint64_t` over `size_t` as `size_t` is 32 bits on 32 bit operating systems and we might be cross debugging to 64 bit systems that need `uint64_t`

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


More information about the lldb-commits mailing list