aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17target: simplify register get/set opsDavid Brownell1-8/+6
2009-11-16ARMv4/ARMv5: no exit() callsDavid Brownell1-6/+8
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell1-1/+8
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell1-9/+9
2009-11-16ARM: standard disassembler uses Thumb2 entryDavid Brownell1-36/+32
2009-11-16ARM: move mode functions out of headerDavid Brownell1-2/+52
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+1
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-2/+2
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-0/+170
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-20/+14
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-13/+13
2009-11-13reg_t -> struct regZachary T Welch1-9/+9
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-2/+2
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13bitfield_desc_t -> struct bitfield_descZachary T Welch1-1/+1
2009-11-13armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch1-4/+4
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch1-1/+1
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-2/+2
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-2/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-5/+3
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell1-9/+9
2009-11-05Improve armv4_5 command argument parsing.Zachary T Welch1-2/+2
2009-09-09David Brownell <david-b@pacbell.net> oharboe1-4/+17
2009-08-25David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe1-16/+39
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-3/+3
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-3/+3
2009-06-23- Fixes '!=' whitespacezwelch1-3/+3
2009-06-21C99 printf() -Werror fixesduane1-6/+10
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-9/+9
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-3/+3
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-12/+1
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe1-10/+10
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2009-04-03Slight improvement in run_algorithm register restore.mlu1-4/+9
2009-01-19Fix handling of thumb disassembly in armv4_5 disassemble. Courtesy of Adam D...kc8apf1-5/+19
2008-12-13- remove target specific variant and use target->variant memberntfreak1-2/+0
2008-10-16more robust error reporting for DCCoharboe1-0/+3
2008-10-14Laurentiu Cocanu - add error handlingoharboe1-8/+30