| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compile with cygwin (32-bit) | Ferdinand Postema | 2009-11-14 | 1 | -7/+9 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -14/+14 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -113/+113 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 1 | -20/+20 |
* | image_t -> struct image | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | trace_t -> struct trace | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | breakpoint_t -> struct breakpoint | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | target_event_action_t -> struct target_event_action | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | target_timer_callback_t -> struct target_timer_callback | Zachary T Welch | 2009-11-13 | 1 | -10/+10 |
* | target_event_callback_t -> struct target_event_callback | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -9/+9 |
* | reg_arch_type_t -> struct reg_arch_type | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | watchpoint_t -> struct watchpoint | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | add CMD_NAME macro for command handlers | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | use COMMAND_HELPER for command helper functions | Zachary T Welch | 2009-11-13 | 1 | -5/+4 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -25/+23 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 1 | -1/+1 |
* | target: MMU-aware init for memory read/write | David Brownell | 2009-11-10 | 1 | -23/+42 |
* | Target: minor cleanup | David Brownell | 2009-11-10 | 1 | -9/+21 |
* | Target: fix bad error messages | David Brownell | 2009-11-10 | 1 | -7/+10 |
* | target.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -103/+127 |
* | Revert "target: add target->type->has_mmu fn" | David Brownell | 2009-11-09 | 1 | -33/+5 |
* | finish removing deprecated/obsolete commands | David Brownell | 2009-11-09 | 1 | -4/+4 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 1 | -53/+30 |
* | target: don't swap MMU/no-MMU work areas | David Brownell | 2009-11-06 | 1 | -16/+17 |
* | Improve target.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -88/+36 |
* | target: fix ordering of arguments to mcr and mrc commands | Øyvind Harboe | 2009-11-05 | 1 | -7/+7 |
* | target: check args to mrc/mcr. | Øyvind Harboe | 2009-11-05 | 1 | -0/+24 |
* | target: Only register mrc mcr commands when one of the targets support them. | Øyvind Harboe | 2009-11-05 | 1 | -3/+11 |
* | watchpoint_add() cleanup | David Brownell | 2009-11-05 | 1 | -1/+2 |
* | target: add target->type->has_mmu fn. | Øyvind Harboe | 2009-11-05 | 1 | -5/+33 |
* | Make default implementation of mdw/mmw phys return error 'not implemented' | Øyvind Harboe | 2009-11-05 | 1 | -2/+14 |
* | target: require working area for physical/virtual addresses to be specified | Øyvind Harboe | 2009-11-03 | 1 | -6/+24 |
* | Remove debug output that could cause compile warnings. | Øyvind Harboe | 2009-10-23 | 1 | -2/+0 |
* | mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman... | Øyvind Harboe | 2009-10-23 | 1 | -7/+155 |
* | have "reg" command print cache names too | David Brownell | 2009-10-22 | 1 | -0/+2 |
* | Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo... | Øyvind Harboe | 2009-10-21 | 1 | -10/+65 |
* | Do not replace virt2phys with the default one if it was assigned | Yauheni Kaliuta | 2009-10-13 | 1 | -1/+0 |
* | Propagate error from assert, deassert and halt on tcl target object. | Øyvind Harboe | 2009-10-13 | 1 | -5/+9 |
* | If halt times out, stop GDB. Allows e.g. manual reset via monitor commands. | Øyvind Harboe | 2009-10-12 | 1 | -2/+37 |
* | prevent abort via polling during jtag_reset | David Brownell | 2009-10-08 | 1 | -9/+8 |
* | Stop GDB when polling fails, srst assert or powerdropout is detected | Øyvind Harboe | 2009-10-08 | 1 | -2/+16 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 1 | -1/+1 |