[Lldb-commits] [lldb] r125671 - /lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
Johnny Chen
johnny.chen at apple.com
Wed Feb 16 10:35:47 PST 2011
Author: johnny
Date: Wed Feb 16 12:35:47 2011
New Revision: 125671
URL: http://llvm.org/viewvc/llvm-project?rev=125671&view=rev
Log:
Add tagging for EmulateLDRRtRnImm().
Modified:
lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
Modified: lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h?rev=125671&r1=125670&r2=125671&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h (original)
+++ lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h Wed Feb 16 12:35:47 2011
@@ -376,6 +376,7 @@
bool
EmulateLDMIB (ARMEncoding encoding);
+ // A8.6.57 LDR (immediate, Thumb) -- Encoding T1
bool
EmulateLDRRtRnImm (ARMEncoding encoding);
More information about the lldb-commits
mailing list