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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to