summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/EmulateInstructionARM.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made the EmulateInstruction class into a plug-in interface and moved theGreg Clayton2011-02-011-1243/+0
* Add emulate_pop (loads multiple registers from the stack) entries to both theJohnny Chen2011-01-311-3/+138
* Add emulate_add_sp_imm entry to the g_thumb_opcodes table, which represents a...Johnny Chen2011-01-311-1/+70
* Add some comments to the emulate_* functions.Johnny Chen2011-01-311-1/+6
* Added the start of the plug-in interface to EmulateInstructionGreg Clayton2011-01-301-0/+39
* Add emulate_mov_low_high() entry to the g_thumb_opcodes table to capture movingJohnny Chen2011-01-291-3/+61
* Add emulate_mov_rd_sp() entries to the g_arm_opcodes and g_thumb_opcodes tables.Johnny Chen2011-01-281-3/+61
* Add emulate_sub_r7_ip_imm() (set frame pointer to some ip offset) and emulate...Johnny Chen2011-01-281-0/+112
* Should provide more useful context info for the emulate_ldr_rd_pc_rel() impl.Johnny Chen2011-01-281-10/+9
* Add emulate_ldr_rd_pc_rel entry to the g_thumb_opcodes table, which represents aJohnny Chen2011-01-271-4/+72
* Add emulate_add_sp_rm entry to the g_thumb_opcodes table, which represents an...Johnny Chen2011-01-271-10/+70
* Add emulate_add_rd_sp_imm (SP plus immediate) to the g_arm_opcodes and g_thum...Johnny Chen2011-01-271-28/+83
* Add emulate_vpush (stores multiple consecutive extension registers to the sta...Johnny Chen2011-01-261-3/+108
* Remove duplicated comments.Johnny Chen2011-01-261-2/+0
* Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h.Johnny Chen2011-01-261-0/+1
* Move the generic instruction bits manipulation routines into a newly created ...Johnny Chen2011-01-261-10/+10
* Add Encoding T1 entry of emulate_sub_sp_imm to the g_thumb_opcodes table.Johnny Chen2011-01-261-1/+8
* Add Encoding T2 & T3 entries of emulate_sub_sp_imm to the g_thumb_opcodes table.Johnny Chen2011-01-251-5/+18
* Add an entry to the g_arm_opcodes table named emulate_sub_sp_imm which corres...Johnny Chen2011-01-251-7/+65
* Variable renaming for better readability.Johnny Chen2011-01-251-12/+12
* Add an emulate-callback function emulate_str_rt_sp() to the g_arm_opcodes table.Johnny Chen2011-01-251-8/+87
* Use two opcode tables g_arm_opcodes and g_thumb_opcodes, instead of lumping a...Johnny Chen2011-01-241-5/+10
* Fix typo of encoding T2 (push) in the original ARM Architecture Reference Man...Johnny Chen2011-01-241-1/+1
* Add comment about using Encoding A1 push instruction to emulate the "stmfd sp...Johnny Chen2011-01-241-0/+3
* Make the assembler mnemonic lowercase.Johnny Chen2011-01-241-5/+5
* Add Encoding T1 of the PUSH instructions to the g_arm_opcodes table.Johnny Chen2011-01-241-1/+12
* Fix typo in the instruction descriptions for Encoding T2 and T3 of PUSH.Johnny Chen2011-01-241-2/+2
* Move some #define's to the ARMUtils.h header file.Johnny Chen2011-01-241-36/+0
* Add Encoding T2 & T3 of the PUSH instructions to the g_arm_opcodes table.Johnny Chen2011-01-241-9/+35
* Add an ARMUtils.h file to house utility functions for the ARM/Thumb Instructi...Johnny Chen2011-01-241-0/+2
* Add more descriptions to the g_arm_opcodes table entries.Johnny Chen2011-01-221-3/+5
* Pass along (ARMEncoding)encoding as the callback data, which allows us to abs...Johnny Chen2011-01-221-8/+20
* Untabify the file.Johnny Chen2011-01-211-5/+5
* Added the start of opcode emulation for ARM instructions. This class is designedGreg Clayton2011-01-211-0/+299
OpenPOWER on IntegriCloud