summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* watchpoint_add() cleanupDavid Brownell2009-11-051-1/+2
* target: add target->type->has_mmu fn.Øyvind Harboe2009-11-051-5/+33
* Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe2009-11-051-2/+14
* target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2009-11-031-6/+24
* Remove debug output that could cause compile warnings.Øyvind Harboe2009-10-231-2/+0
* mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe2009-10-231-7/+155
* have "reg" command print cache names tooDavid Brownell2009-10-221-0/+2
* Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe2009-10-211-10/+65
* Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta2009-10-131-1/+0
* Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe2009-10-131-5/+9
* If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2009-10-121-2/+37
* prevent abort via polling during jtag_resetDavid Brownell2009-10-081-9/+8
* Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2009-10-081-2/+16
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* Debug message updates:dbrownell2009-09-201-12/+1
* Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell2009-09-191-1/+2