================
@@ -467,7 +465,7 @@ size_t UnwindAssemblyInstEmulation::WriteMemory(
m_pushed_regs[reg_num] = addr;
const int32_t offset = addr - m_initial_sp;
m_curr_row->SetRegisterLocationToAtCFAPlusOffset(reg_num, offset,
- cant_replace);
+ /*can_replace=*/true);
----------------
labath wrote:
This could be narrowed down so that it only overwrites the `<same>` rules, but
I'm not sure it's necessary given that lines 464&465 ensure that the register
can get pushed only once.
https://github.com/llvm/llvm-project/pull/91321
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits