summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
...
* target: "mcr" and "mrc" are ARM-specificDavid Brownell2009-12-011-199/+0
* do not extern 'interp' from command.cZachary T Welch2009-11-301-4/+7
* target: avoid using interp global variableZachary T Welch2009-11-301-9/+10
* explode tcl_target_func into many handlersZachary T Welch2009-11-281-387/+521
* split jim_target into multiple handlersZachary T Welch2009-11-281-109/+137
* target: uplevel add_{break,watch}point() error checksDavid Brownell2009-11-281-0/+8
* target: groundwork for "reset-assert" eventDavid Brownell2009-11-271-2/+17
* target: create and use target_name()David Brownell2009-11-251-16/+19
* target: target_get_name() --> target_type_name()David Brownell2009-11-251-7/+11
* add 'testee' target typeZachary T Welch2009-11-251-0/+2
* add jim_handler to command_registrationZachary T Welch2009-11-241-23/+45
* remove target_type register_command callbackZachary T Welch2009-11-241-5/+7
* target: use register_commands()Zachary T Welch2009-11-241-104/+201
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-27/+27
* target: reduce stack usageØyvind Harboe2009-11-221-6/+20
* target: create/use register_cache_invalidate()David Brownell2009-11-191-4/+4
* use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2009-11-181-14/+5
* fix regression in md/mw commandsZachary T Welch2009-11-181-4/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-65/+65
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-58/+58
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-44/+44
* target: simplify register get/set opsDavid Brownell2009-11-171-4/+2
* fileio: improve API typesZachary T Welch2009-11-161-5/+5
* struct fileio: improve member typesZachary T Welch2009-11-161-1/+1
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-1/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* target: make "examined" flag be per-targetDavid Brownell2009-11-151-13/+6
* Fix for md* commands, similar to mw*.Krzysztof Dziuba2009-11-141-1/+2
* Invalid command syntax errors with MWW.Dean Glazeski2009-11-141-1/+2
* compile with cygwin (32-bit)Ferdinand Postema2009-11-141-7/+9
* command_context_t -> struct command_contextZachary T Welch2009-11-131-14/+14
* target_t -> struct targetZachary T Welch2009-11-131-113/+113
* reg_t -> struct regZachary T Welch2009-11-131-3/+3
* target_type_t -> struct target_typeZachary T Welch2009-11-131-20/+20
* image_t -> struct imageZachary T Welch2009-11-131-4/+4
* trace_t -> struct traceZachary T Welch2009-11-131-1/+1
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-3/+3
* target_event_action_t -> struct target_event_actionZachary T Welch2009-11-131-3/+3
* target_timer_callback_t -> struct target_timer_callbackZachary T Welch2009-11-131-10/+10
* target_event_callback_t -> struct target_event_callbackZachary T Welch2009-11-131-8/+8
* working_area_t -> struct working_areaZachary T Welch2009-11-131-9/+9
* reg_arch_type_t -> struct reg_arch_typeZachary T Welch2009-11-131-2/+2
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-3/+3
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-2/+2
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-2/+2
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* fileio_t -> struct fileioZachary T Welch2009-11-131-1/+1
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-3/+3
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-5/+5