[Lldb-commits] [lldb] [lldb][Windows] Use uint64 for GetExceptionArguments (PR #203485)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 12 02:48:11 PDT 2026


Nerixyz wrote:

> I wonder if the code was incorrect on 32 bit windows before. The method was already returning a `ULONG_PTR`:

On 32 bit, `ULONG_PTR` is a `unsigned long` (i.e. `uint32_t`), so I think this was incorrect before.


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


More information about the lldb-commits mailing list