aboutsummaryrefslogtreecommitdiff
path: root/src/target/target_type.h
AgeCommit message (Expand)Author
2009-11-15target: make "examined" flag be per-targetDavid Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-09Revert "target: add target->type->has_mmu fn"David Brownell
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe
2009-10-21Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe
2009-07-01Add missing copyright header to target_type.h.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-31Final step in isolating target_type_s structure:zwelch