[Lldb-commits] [lldb] [LLDB][NativePDB] Add local constant support (PR #180612)
Leonard Grey via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 11 10:24:15 PST 2026
speednoisemovement wrote:
> When playing around with MSVC, I couldn't get it to generate a pointer with a constant other than 0. But I think we should change [`GetIntegralTypeInfo`](https://github.com/llvm/llvm-project/blob/d80a7295726e4f1d401721155b64113a8ff5927a/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp#L77) to return the pointer size and unsigned instead of checking the pointee-type.
Makes sense! https://github.com/llvm/llvm-project/pull/180987
https://github.com/llvm/llvm-project/pull/180612
More information about the lldb-commits
mailing list