summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* target: -Wshdaow warning fixØyvind Harboe2010-06-151-5/+5
* target: fix retval gaffe in mwX commandsØyvind Harboe2010-06-141-1/+1
* verify: display up to 128 diff'sØyvind Harboe2010-06-081-11/+19
* Change kb/s to KiB/s in messages about kibibytesJon Povey2010-05-161-4/+4
* flash: stop caching protection stateØyvind Harboe2010-05-051-13/+0
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-051-14/+15
* target: clean up target memory allocation error messagesØyvind Harboe2010-05-041-3/+14
* TARGET: review unused symbolsAntonio Borneo2010-04-101-16/+0
* TARGET: review scope of functionsAntonio Borneo2010-04-101-14/+15
* Restore deleted '!' characterDavid Brownell2010-04-041-1/+1
* target: are we running algorithm code?David Brownell2010-04-041-1/+8
* simplify and unconfuse target_run_algorithm()David Brownell2010-04-041-17/+33
* target: fix poll offØyvind Harboe2010-03-251-0/+6
* gdb: long running "monitor mww" now works w/gdbØyvind Harboe2010-03-171-0/+2
* target: faster mww operationsØyvind Harboe2010-03-171-38/+77
* target: mdX/mwX on target were badly brokenØyvind Harboe2010-03-171-7/+14
* NOR: invalidate cached state on target resumeDavid Brownell2010-03-031-0/+9
* target_resume() doxygenDavid Brownell2010-03-021-3/+33
* 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