clayborg added inline comments.
================
Comment at: lldb/source/Target/RegisterContextUnwind.cpp:90
// check if m_current_pc is valid
if (unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {
// yes - current offset can be used as is
----------------
Don't we want to subtract 1 here? Otherwise this function might return true
incorrectly if we actually need to subtract at least 1 from the PC
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124957/new/
https://reviews.llvm.org/D124957
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits