[Lldb-commits] [PATCH] D15886: [LLDB][MIPS32]Merge emulation of similar instructions
Bhushan Attarde via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 5 02:32:31 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.
Herald added a subscriber: dsanders.
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/D15886
Files:
source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15886.43970.patch
Type: text/x-patch
Size: 101914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160105/4f174ae6/attachment-0001.bin>
More information about the lldb-commits
mailing list