[Lldb-commits] [PATCH] D21064: [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions

Nitesh Jain via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 7 03:53:45 PDT 2016


nitesh.jain created this revision.
nitesh.jain added reviewers: clayborg, bhushan, jaydeep.
nitesh.jain added subscribers: slthakur, mohit.bhakkad, lldb-commits.
nitesh.jain set the repository for this revision to rL LLVM.
Herald added subscribers: sdardis, dsanders.

This patch contains 2 changes:
1. Corrected target address calculation of compact branch instructions to reflect changes in disassembler (http://reviews.llvm.org/D17540).
2. Added emulation for (missing) 'Addiu' instruction.

Repository:
  rL LLVM

http://reviews.llvm.org/D21064

Files:
  source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
  source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21064.59856.patch
Type: text/x-patch
Size: 7662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160607/adf2c460/attachment.bin>


More information about the lldb-commits mailing list