summaryrefslogtreecommitdiff
path: root/src/target/arm_disassembler.h
Commit message (Expand)AuthorAgeFilesLines
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-6/+6
* arm_load_store_multiple_instr_t -> struct arm_load_store_multiple_instrZachary T Welch2009-11-131-3/+3
* arm_load_store_instr_t -> struct arm_load_store_instrZachary T Welch2009-11-131-3/+3
* arm_data_proc_instr_t -> struct arm_data_proc_instrZachary T Welch2009-11-131-3/+3
* arm_b_bl_bx_blx_instr_t -> struct arm_b_bl_bx_blx_instrZachary T Welch2009-11-131-3/+3
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-4/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-0/+5
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-15/+15
* - Fixes '>>' whitespacezwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-7/+7
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-19/+19
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-0/+1
* - split fileio handling into fileio part and image handlingdrath2007-05-291-2/+3
* - merged XScale branch back into trunkdrath2007-03-281-17/+19
* - keep additional information for decoded instructionsdrath2006-06-161-3/+64
* - the 'help' command now takes an optional argument to display help only on a...drath2006-06-121-0/+138