summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: define two register utilitiesDavid Brownell2009-11-221-13/+83
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-12/+26
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-201-14/+33
* target: create/use register_cache_invalidate()David Brownell2009-11-191-16/+0
* ARM: remove per-register mallocDavid Brownell2009-11-191-1/+1
* ARM: streamline register initDavid Brownell2009-11-191-74/+88
* ARMv7-A: use standard ARM core statesDavid Brownell2009-11-191-1/+1
* ARM: rework "arm reg" output for new modeDavid Brownell2009-11-181-35/+113
* ARM: add a default full_context() methodDavid Brownell2009-11-181-3/+24
* ARM: setup "secure monitor mode" shadow regsDavid Brownell2009-11-181-19/+50
* ARM: add "core_type" field to "struct arm"David Brownell2009-11-181-0/+3
* ARM: add is_arm_mode()David Brownell2009-11-171-12/+23
* ARM: add arm_mode_name()David Brownell2009-11-171-7/+58
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-17/+28
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-14/+14
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-5/+5
* 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