summaryrefslogtreecommitdiff
path: root/src/target/target.h
Commit message (Expand)AuthorAgeFilesLines
* target: further shrink Jim-awarenessDavid Brownell2009-12-131-2/+1
* target: remove needless "extern"sDavid Brownell2009-12-081-10/+0
* target: add debug_reason_name()David Brownell2009-12-071-2/+2
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* change #include "jim.h" to <helper/jim.h>Zachary T Welch2009-12-031-1/+1
* do not extern 'interp' from command.cZachary T Welch2009-11-301-1/+0
* target: avoid using interp global variableZachary T Welch2009-11-301-0/+1
* target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell2009-11-281-2/+0
* target: groundwork for "reset-assert" eventDavid Brownell2009-11-271-1/+4
* target: create and use target_name()David Brownell2009-11-251-0/+6
* target: target_get_name() --> target_type_name()David Brownell2009-11-251-2/+3
* move container_of to types.hZachary T Welch2009-11-161-13/+0
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-3/+3
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-1/+2
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-1/+2
* target: make "examined" flag be per-targetDavid Brownell2009-11-151-8/+24
* command_context_t -> struct command_contextZachary T Welch2009-11-131-6/+6
* target_t -> struct targetZachary T Welch2009-11-131-56/+54
* reg_t -> struct regZachary T Welch2009-11-131-2/+2
* target_type_t -> struct target_typeZachary T Welch2009-11-131-5/+2
* trace_t -> struct traceZachary T Welch2009-11-131-2/+2
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-3/+3
* target_event_action_t -> struct target_event_actionZachary T Welch2009-11-131-6/+3
* debug_msg_receiver_t -> struct debug_msg_receiverZachary T Welch2009-11-131-1/+1
* target_timer_callback_t -> struct target_timer_callbackZachary T Welch2009-11-131-4/+4
* target_event_callback_t -> struct target_event_callbackZachary T Welch2009-11-131-4/+4
* working_area_t -> struct working_areaZachary T Welch2009-11-131-8/+8
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-1/+1
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-3/+3
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* target.h: remove extern keyword and wrapZachary T Welch2009-11-091-53/+72
* target: provide container_of()David Brownell2009-11-051-0/+15
* target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2009-11-031-3/+5
* mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe2009-10-231-1/+1
* Defined target_write_memory() to be able to handle implementing breakpoints f...Øyvind Harboe2009-10-211-0/+24
* If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2009-10-121-0/+2
* Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2009-10-081-2/+8
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2009-08-301-2/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Refactor code, create target_state_name()duane2009-06-281-1/+9
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-3/+3
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-27/+27
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-14/+14
* Improve in-source documentation that was causing Doxygen warnings.zwelch2009-06-031-3/+3