aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
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
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13trace_t -> struct traceZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13target_event_action_t -> struct target_event_actionZachary T Welch
2009-11-13target_timer_callback_t -> struct target_timer_callbackZachary T Welch
2009-11-13target_event_callback_t -> struct target_event_callbackZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13reg_arch_type_t -> struct reg_arch_typeZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13fileio_t -> struct fileioZachary T Welch
2009-11-13add CMD_NAME macro for command handlersZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-10target: MMU-aware init for memory read/writeDavid Brownell
2009-11-10Target: minor cleanupDavid Brownell
2009-11-10Target: fix bad error messagesDavid Brownell
2009-11-09target.c: remove useless declarationsZachary T Welch
2009-11-09Revert "target: add target->type->has_mmu fn"David Brownell
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-09Overhaul time support APIZachary T Welch
2009-11-06target: don't swap MMU/no-MMU work areasDavid Brownell
2009-11-05Improve target.c command argument parsing.Zachary T Welch
2009-11-05target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe
2009-11-05target: check args to mrc/mcr.Øyvind Harboe
2009-11-05target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe
2009-11-05watchpoint_add() cleanupDavid Brownell
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe
2009-11-05Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe
2009-10-23Remove debug output that could cause compile warnings.Øyvind Harboe
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe
2009-10-22have "reg" command print cache names tooDavid Brownell
2009-10-21Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe
2009-10-13Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta