[Lldb-commits] [PATCH] D16051: [LLDB][MIPS] Merge emulation of similar instructions for MIPS64

Bhushan Attarde via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 11 01:37:48 PST 2016


bhushan created this revision.
bhushan added a reviewer: clayborg.
bhushan added subscribers: lldb-commits, nitesh.jain, mohit.bhakkad, sagar, jaydeep.
bhushan set the repository for this revision to rL LLVM.

Currently there is a separate emulation function for each branch instruction, however the emulation logic is almost identical for many of these instructions.
This patch merges emulation of similar instructions into a single function (wherever possible) to remove code duplication.

Repository:
  rL LLVM

http://reviews.llvm.org/D16051

Files:
  source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16051.44440.patch
Type: text/x-patch
Size: 77138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160111/a38f85f1/attachment-0001.bin>


More information about the lldb-commits mailing list