aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja1-0/+15
2011-08-12target: add helper functions to get/set u16 or u32 array from/to bufferStefan Mahr1-0/+5
2011-04-28smp : infra for smp minimum supportMichel Jaouen1-2/+30
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)1-0/+6
2011-04-01types: write memory now uses constØyvind Harboe1-3/+3
2011-03-31target: add -dbgbase option to target configurationØyvind Harboe1-0/+5
2011-03-17Fix a bunch of typos.Uwe Hermann1-2/+2
2011-02-0324bit buffer supportMathias K1-0/+2
2011-01-31Add '-coreid' target option to support multiple cores per TAP.Aaron Carroll1-0/+1
2011-01-04target: change working area free data typeSpencer Oliver1-1/+1
2010-11-09target: document that target_poll() will report and clear sticky errorsØyvind Harboe1-0/+12
2010-05-04target: clean up target memory allocation error messagesØyvind Harboe1-0/+8
2010-04-10TARGET: review unused symbolsAntonio Borneo1-1/+0
2010-04-10TARGET: review scope of functionsAntonio Borneo1-15/+0
2010-04-04target: are we running algorithm code?David Brownell1-0/+8
2010-02-09target: add todo in target_write_memory() about alignmentØyvind Harboe1-2/+13
2010-01-13target: add check_reset hookØyvind Harboe1-1/+3
2009-12-13target: further shrink Jim-awarenessDavid Brownell1-2/+1
2009-12-08target: remove needless "extern"sDavid Brownell1-10/+0
2009-12-07target: add debug_reason_name()David Brownell1-2/+2
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch1-1/+1
2009-11-30do not extern 'interp' from command.cZachary T Welch1-1/+0
2009-11-30target: avoid using interp global variableZachary T Welch1-0/+1
2009-11-28target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell1-2/+0
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell1-1/+4
2009-11-25target: create and use target_name()David Brownell1-0/+6
2009-11-25target: target_get_name() --> target_type_name()David Brownell1-2/+3
2009-11-16move container_of to types.hZachary T Welch1-13/+0
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-3/+3
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-1/+2
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-1/+2
2009-11-15target: make "examined" flag be per-targetDavid Brownell1-8/+24
2009-11-13command_context_t -> struct command_contextZachary T Welch1-6/+6
2009-11-13target_t -> struct targetZachary T Welch1-56/+54
2009-11-13reg_t -> struct regZachary T Welch1-2/+2
2009-11-13target_type_t -> struct target_typeZachary T Welch1-5/+2
2009-11-13trace_t -> struct traceZachary T Welch1-2/+2
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-3/+3
2009-11-13target_event_action_t -> struct target_event_actionZachary T Welch1-6/+3
2009-11-13debug_msg_receiver_t -> struct debug_msg_receiverZachary T Welch1-1/+1
2009-11-13target_timer_callback_t -> struct target_timer_callbackZachary T Welch1-4/+4
2009-11-13target_event_callback_t -> struct target_event_callbackZachary T Welch1-4/+4
2009-11-13working_area_t -> struct working_areaZachary T Welch1-8/+8
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-1/+1
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-3/+3
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-09target.h: remove extern keyword and wrapZachary T Welch1-53/+72