aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-2/+2
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13fileio_t -> struct fileioZachary T Welch1-1/+1
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-3/+3
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-5/+5
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch1-5/+4
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-25/+23
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-10target: MMU-aware init for memory read/writeDavid Brownell1-23/+42
2009-11-10Target: minor cleanupDavid Brownell1-9/+21
2009-11-10Target: fix bad error messagesDavid Brownell1-7/+10
2009-11-09target.c: remove useless declarationsZachary T Welch1-103/+127
2009-11-09Revert "target: add target->type->has_mmu fn"David Brownell1-33/+5
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-4/+4
2009-11-09Overhaul time support APIZachary T Welch1-53/+30
2009-11-06target: don't swap MMU/no-MMU work areasDavid Brownell1-16/+17