[Lldb-commits] [lldb] [lldb] fix the "RegisterValue::SetValueFromData" method for 128-bit integer registers (PR #163646)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 17 00:20:30 PDT 2025
DavidSpickett wrote:
> Is this what you meant?
Yes, thanks.
> Why they did not scream when I changed the RegisterValue::SetValueFromData method?
I doubt this ever had coverage because no target ever tried this. Those unit tests look promising though, if we can set the type of the register value.
https://github.com/llvm/llvm-project/pull/163646
More information about the lldb-commits
mailing list