summaryrefslogtreecommitdiff
path: root/src/target/target.h
Commit message (Expand)AuthorAgeFilesLines
* smp : infra for smp minimum supportMichel Jaouen2011-04-281-2/+30
* RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)2011-04-151-0/+6
* types: write memory now uses constØyvind Harboe2011-04-011-3/+3
* target: add -dbgbase option to target configurationØyvind Harboe2011-03-311-0/+5
* Fix a bunch of typos.Uwe Hermann2011-03-171-2/+2
* 24bit buffer supportMathias K2011-02-031-0/+2
* Add '-coreid' target option to support multiple cores per TAP.Aaron Carroll2011-01-311-0/+1
* target: change working area free data typeSpencer Oliver2011-01-041-1/+1
* target: document that target_poll() will report and clear sticky errorsØyvind Harboe2010-11-091-0/+12
* target: clean up target memory allocation error messagesØyvind Harboe2010-05-041-0/+8
* TARGET: review unused symbolsAntonio Borneo2010-04-101-1/+0
* TARGET: review scope of functionsAntonio Borneo2010-04-101-15/+0
* target: are we running algorithm code?David Brownell2010-04-041-0/+8
* target: add todo in target_write_memory() about alignmentØyvind Harboe2010-02-091-2/+13
* target: add check_reset hookØyvind Harboe2010-01-131-1/+3
* 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