aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-02fix 'target init' command registrationZachary T Welch1-6/+6
2009-12-02target: factor init to 'target init'Zachary T Welch1-0/+23
2009-12-02target: factor target_init() into piecesZachary T Welch1-69/+84
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-199/+0
2009-11-30do not extern 'interp' from command.cZachary T Welch1-4/+7
2009-11-30target: avoid using interp global variableZachary T Welch1-9/+10
2009-11-28explode tcl_target_func into many handlersZachary T Welch1-387/+521
2009-11-28split jim_target into multiple handlersZachary T Welch1-109/+137
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell1-0/+8
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell1-2/+17
2009-11-25target: create and use target_name()David Brownell1-16/+19
2009-11-25target: target_get_name() --> target_type_name()David Brownell1-7/+11
2009-11-25add 'testee' target typeZachary T Welch1-0/+2
2009-11-24add jim_handler to command_registrationZachary T Welch1-23/+45
2009-11-24remove target_type register_command callbackZachary T Welch1-5/+7
2009-11-24target: use register_commands()Zachary T Welch1-104/+201
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-27/+27
2009-11-22target: reduce stack usageØyvind Harboe1-6/+20
2009-11-19target: create/use register_cache_invalidate()David Brownell1-4/+4
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch1-14/+5
2009-11-18fix regression in md/mw commandsZachary T Welch1-4/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-65/+65
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-58/+58
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-44/+44
2009-11-17target: simplify register get/set opsDavid Brownell1-4/+2
2009-11-16fileio: improve API typesZachary T Welch1-5/+5
2009-11-16struct fileio: improve member typesZachary T Welch1-1/+1
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-1/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-15target: make "examined" flag be per-targetDavid Brownell1-13/+6
2009-11-14Fix for md* commands, similar to mw*.Krzysztof Dziuba1-1/+2
2009-11-14Invalid command syntax errors with MWW.Dean Glazeski1-1/+2
2009-11-14compile with cygwin (32-bit)Ferdinand Postema1-7/+9
2009-11-13command_context_t -> struct command_contextZachary T Welch1-14/+14
2009-11-13target_t -> struct targetZachary T Welch1-113/+113
2009-11-13reg_t -> struct regZachary T Welch1-3/+3
2009-11-13target_type_t -> struct target_typeZachary T Welch1-20/+20
2009-11-13image_t -> struct imageZachary T Welch1-4/+4
2009-11-13trace_t -> struct traceZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-3/+3
2009-11-13target_event_action_t -> struct target_event_actionZachary T Welch1-3/+3
2009-11-13target_timer_callback_t -> struct target_timer_callbackZachary T Welch1-10/+10
2009-11-13target_event_callback_t -> struct target_event_callbackZachary T Welch1-8/+8
2009-11-13working_area_t -> struct working_areaZachary T Welch1-9/+9
2009-11-13reg_arch_type_t -> struct reg_arch_typeZachary T Welch1-2/+2
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-3/+3
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-2/+2