summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: restore behavior from 0.3.1 for srst_asserted and power_restoreØyvind Harboe2010-02-011-13/+23
* target: print reason why GDB haltsØyvind Harboe2010-01-211-0/+10
* target: Fixed format problem for mdhEdgar Grimberg2010-01-211-1/+1
* target: add check_reset hookØyvind Harboe2010-01-131-0/+36
* *SVF: help/usage updatesDavid Brownell2010-01-081-1/+1
* target misc: help/usage updatesDavid Brownell2010-01-071-122/+155
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+1
* ARM7_9: Fix segfaultsAntonio Borneo2009-12-301-0/+5
* MinGW build fixesFreddie Chopin2009-12-281-1/+1
* target: add basic dsp563xx supportmkdorg@users.sourceforge.net2009-12-151-0/+2
* target: further shrink Jim-awarenessDavid Brownell2009-12-131-2/+3
* target: remove more exit() callsDavid Brownell2009-12-081-1/+2
* target: remove needless "extern"sDavid Brownell2009-12-081-5/+5
* target: add debug_reason_name()David Brownell2009-12-071-1/+14
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* fix 'target init' command registrationZachary T Welch2009-12-021-6/+6
* target: factor init to 'target init'Zachary T Welch2009-12-021-0/+23
* target: factor target_init() into piecesZachary T Welch2009-12-021-69/+84
* 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