aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)Author
2010-02-09target: add todo in target_write_memory() about alignmentØyvind Harboe
2010-01-13target: add check_reset hookØyvind Harboe
2009-12-13target: further shrink Jim-awarenessDavid Brownell
2009-12-08target: remove needless "extern"sDavid Brownell
2009-12-07target: add debug_reason_name()David Brownell
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30target: avoid using interp global variableZachary T Welch
2009-11-28target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell
2009-11-25target: create and use target_name()David Brownell
2009-11-25target: target_get_name() --> target_type_name()David Brownell
2009-11-16move container_of to types.hZachary T Welch
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
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-13trace_t -> struct traceZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13target_event_action_t -> struct target_event_actionZachary T Welch
2009-11-13debug_msg_receiver_t -> struct debug_msg_receiverZachary T Welch
2009-11-13target_timer_callback_t -> struct target_timer_callbackZachary T Welch
2009-11-13target_event_callback_t -> struct target_event_callbackZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary 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-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-09target.h: remove extern keyword and wrapZachary T Welch
2009-11-05target: provide container_of()David Brownell
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe
2009-10-21Defined target_write_memory() to be able to handle implementing breakpoints f...Øyvind Harboe
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-28Refactor code, create target_state_name()duane
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch