aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2010-01-21target: Fixed format problem for mdhEdgar Grimberg
2010-01-13target: add check_reset hookØyvind Harboe
2010-01-08*SVF: help/usage updatesDavid Brownell
2010-01-07target misc: help/usage updatesDavid Brownell
2010-01-02streamline and document helptext mode displaysDavid Brownell
2009-12-30ARM7_9: Fix segfaultsAntonio Borneo
2009-12-28MinGW build fixesFreddie Chopin
2009-12-15target: add basic dsp563xx supportmkdorg@users.sourceforge.net
2009-12-13target: further shrink Jim-awarenessDavid Brownell
2009-12-08target: remove more exit() callsDavid Brownell
2009-12-08target: remove needless "extern"sDavid Brownell
2009-12-07target: add debug_reason_name()David Brownell
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-02fix 'target init' command registrationZachary T Welch
2009-12-02target: factor init to 'target init'Zachary T Welch
2009-12-02target: factor target_init() into piecesZachary T Welch
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30target: avoid using interp global variableZachary T Welch
2009-11-28explode tcl_target_func into many handlersZachary T Welch
2009-11-28split jim_target into multiple handlersZachary T Welch
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell
2009-11-25target: create and use target_name()David Brownell
2009-11-25target: target_get_name() --> target_type_name()David Brownell
2009-11-25add 'testee' target typeZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24target: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-22target: reduce stack usageØyvind Harboe
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch
2009-11-18fix regression in md/mw commandsZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-16fileio: improve API typesZachary T Welch
2009-11-16struct fileio: improve member typesZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-15target: make "examined" flag be per-targetDavid Brownell
2009-11-14Fix for md* commands, similar to mw*.Krzysztof Dziuba
2009-11-14Invalid command syntax errors with MWW.Dean Glazeski
2009-11-14compile with cygwin (32-bit)Ferdinand Postema
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch