aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_disassembler.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-13target: arm: disassembler: decode v6T2 ARM ISB instructionPaul Fertser1-0/+1
2018-01-13target: arm: disassembler: decode v6T2 ARM DSB instructionPaul Fertser1-0/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-03-09target/arm_disassembler: add exception related disassemblypierre Kuo1-0/+5
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-16/+9
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-6/+6
2009-11-13arm_load_store_multiple_instr_t -> struct arm_load_store_multiple_instrZachary T Welch1-3/+3
2009-11-13arm_load_store_instr_t -> struct arm_load_store_instrZachary T Welch1-3/+3
2009-11-13arm_data_proc_instr_t -> struct arm_data_proc_instrZachary T Welch1-3/+3
2009-11-13arm_b_bl_bx_blx_instr_t -> struct arm_b_bl_bx_blx_instrZachary T Welch1-3/+3
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-4/+6
2009-07-15David Brownell <david-b@pacbell.net>:zwelch1-0/+5
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-15/+15
2009-06-23- Fixes '>>' whitespacezwelch1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-7/+7
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-19/+19
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath1-0/+1
2007-05-29- split fileio handling into fileio part and image handlingdrath1-2/+3
2007-03-28- merged XScale branch back into trunkdrath1-17/+19
2006-06-16- keep additional information for decoded instructionsdrath1-3/+64
2006-06-12- the 'help' command now takes an optional argument to display help only on a...drath1-0/+138