[Lldb-commits] [lldb] [lldb] Implement DW_CFA_val_offset and DW_CFA_val_offset_sf (PR #150732)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 29 01:52:09 PDT 2025
labath wrote:
This looks better, though it makes me even more convinced that this could handled by extending the existing case rather than introducing a new one. The code you added to `ReadRegisterValueFromRegisterLocation` is basically a copy of the `eRegisterInRegister`, with the addition of the offset.
https://github.com/llvm/llvm-project/pull/150732
More information about the lldb-commits
mailing list