[Lldb-commits] [PATCH] D78077: Fix bug in UnwindAssemblyInstEmulation with fp-using codegen and mid-function epilogues

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 14 03:09:17 PDT 2020


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

If you test worked, then there is something wrong with this test? See inline comment for copy and paste error



================
Comment at: lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp:146
+        m_inst_emulator_up->GetRegisterInfo(
+            eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP, ra_reg_info);
+
----------------
Is there a copy and paste error here?:

```
s/ra_reg_info/sp_reg_info/
```



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78077/new/

https://reviews.llvm.org/D78077





More information about the lldb-commits mailing list