target_t -> struct target
[fw/openocd] / src / target / target_type.h
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-09 David BrownellRevert "target: add target->type->has_mmu fn"
2009-11-05 Øyvind Harboetarget: add target->type->has_mmu fn.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-10-23 Øyvind Harboemcr/mrc interface work. Implemented for arm926ejs and...
2009-10-21 Øyvind HarboeAdded target_read/write_phys_memory() fn's. mdX/mwX...
2009-07-01 zwelchAdd missing copyright header to target_type.h.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-31 zwelchFinal step in isolating target_type_s structure: