[llvm-branch-commits] [lldb] [lldb][NFC] Rename forward_branch_offset to branch_offset in UnwindAssemblyInstEmulation (PR #169631)

Felipe de Azevedo Piovezan via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Nov 26 03:21:24 PST 2025


================
@@ -152,7 +152,7 @@ class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly {
   bool m_curr_row_modified;
   // The instruction is branching forward with the given offset. 0 value means
   // no branching.
-  uint32_t m_forward_branch_offset;
+  uint32_t m_branch_offset = 0;
----------------
felipepiovezan wrote:

Yes! Sorry, I am trying `git spr` for the first time to create stacked branches. I've just updated the PR message with all 4 commits in the series.

https://github.com/llvm/llvm-project/pull/169631


More information about the llvm-branch-commits mailing list