summaryrefslogtreecommitdiff
path: root/src/target/target_type.h
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-5/+5
* target: allow targets to override memory alignmentMathias K2011-03-171-0/+6
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* jim tests: use installedØyvind Harboe2010-10-291-0/+1
* arm7/9: fix "reset run + halt"Øyvind Harboe2010-08-091-1/+12
* simplify and unconfuse target_run_algorithm()David Brownell2010-04-041-2/+0
* target: add check_reset hookØyvind Harboe2010-01-131-0/+7
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* target: "mcr" and "mrc" are ARM-specificDavid Brownell2009-12-011-5/+0
* target: uplevel add_{break,watch}point() error checksDavid Brownell2009-11-281-3/+9
* target: target_get_name() --> target_type_name()David Brownell2009-11-251-1/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-1/+1
* target: make "examined" flag be per-targetDavid Brownell2009-11-151-14/+20
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-36/+36
* reg_t -> struct regZachary T Welch2009-11-131-1/+1
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-2/+2
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-2/+2
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-2/+2
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-2/+2
* Revert "target: add target->type->has_mmu fn"David Brownell2009-11-091-8/+0
* target: add target->type->has_mmu fn.Øyvind Harboe2009-11-051-0/+8
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-1/+0
* mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe2009-10-231-1/+6
* Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe2009-10-211-0/+19
* Add missing copyright header to target_type.h.zwelch2009-07-011-0/+25
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-3/+3
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-13/+13
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-6/+6
* Final step in isolating target_type_s structure:zwelch2009-05-311-0/+163