summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-5/+4
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-25/+23
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* target: MMU-aware init for memory read/writeDavid Brownell2009-11-101-23/+42
* Target: minor cleanupDavid Brownell2009-11-101-9/+21
* Target: fix bad error messagesDavid Brownell2009-11-101-7/+10
* target.c: remove useless declarationsZachary T Welch2009-11-091-103/+127
* Revert "target: add target->type->has_mmu fn"David Brownell2009-11-091-33/+5
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-091-4/+4
* Overhaul time support APIZachary T Welch2009-11-091-53/+30
* target: don't swap MMU/no-MMU work areasDavid Brownell2009-11-061-16/+17
* Improve target.c command argument parsing.Zachary T Welch2009-11-051-88/+36
* target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe2009-11-051-7/+7
* target: check args to mrc/mcr.Øyvind Harboe2009-11-051-0/+24
* target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe2009-11-051-3/+11