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

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 12 02:46:21 PDT 2026


charles-zablit wrote:

I wonder if the code was incorrect on 32 bit windows before. The method was already returning a `ULONG_PTR`: https://github.com/llvm/llvm-project/blob/1ef2f3b98b130bb99ecd412094de44dda89bd392/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp#L324

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


More information about the lldb-commits mailing list