summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
Commit message (Expand)AuthorAgeFilesLines
...
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* target: simplify register get/set opsDavid Brownell2009-11-171-8/+6
* ARMv4/ARMv5: no exit() callsDavid Brownell2009-11-161-6/+8
* ARM11: register (most) standard ARM commandsDavid Brownell2009-11-161-1/+8
* ARM: "armv4_5" command prefix becomes "arm"David Brownell2009-11-161-9/+9
* ARM: standard disassembler uses Thumb2 entryDavid Brownell2009-11-161-36/+32
* ARM: move mode functions out of headerDavid Brownell2009-11-161-2/+52
* target: less implicit inclusion of "etm.h"David Brownell2009-11-161-0/+1
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-2/+2
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-0/+170
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-20/+14
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-13/+13
* reg_t -> struct regZachary T Welch2009-11-131-9/+9
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-2/+2
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* bitfield_desc_t -> struct bitfield_descZachary T Welch2009-11-131-1/+1
* armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch2009-11-131-4/+4
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-1/+1
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-2/+2
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-2/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-5/+3
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-051-9/+9
* Improve armv4_5 command argument parsing.Zachary T Welch2009-11-051-2/+2
* David Brownell <david-b@pacbell.net> oharboe2009-09-091-4/+17
* David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe2009-08-251-16/+39
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-3/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-6/+10
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-9/+9
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-3/+3
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-1/+1
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-12/+1
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-10/+10
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* Slight improvement in run_algorithm register restore.mlu2009-04-031-4/+9
* Fix handling of thumb disassembly in armv4_5 disassemble. Courtesy of Adam D...kc8apf2009-01-191-5/+19
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+0
* more robust error reporting for DCCoharboe2008-10-161-0/+3