aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_disassembler.h
AgeCommit message (Expand)Author
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-03-09target/arm_disassembler: add exception related disassemblypierre Kuo
2013-06-05update files to correct FSF addressSpencer Oliver
2012-05-21build: add helper/types.h to config.hSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch
2009-11-13arm_load_store_multiple_instr_t -> struct arm_load_store_multiple_instrZachary T Welch
2009-11-13arm_load_store_instr_t -> struct arm_load_store_instrZachary T Welch
2009-11-13arm_data_proc_instr_t -> struct arm_data_proc_instrZachary T Welch
2009-11-13arm_b_bl_bx_blx_instr_t -> struct arm_b_bl_bx_blx_instrZachary T Welch
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch
2009-07-15David Brownell <david-b@pacbell.net>:zwelch
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath
2007-05-29- split fileio handling into fileio part and image handlingdrath
2007-03-28- merged XScale branch back into trunkdrath
2006-06-16- keep additional information for decoded instructionsdrath
2006-06-12- the 'help' command now takes an optional argument to display help only on a...drath