| Commit message (Expand) | Author | Age | Files | Lines |
* | target: add debug_reason_name() | David Brownell | 2009-12-07 | 1 | -2/+2 |
* | change #include "types.h" to <helper/types.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "jim.h" to <helper/jim.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | do not extern 'interp' from command.c | Zachary T Welch | 2009-11-30 | 1 | -1/+0 |
* | target: avoid using interp global variable | Zachary T Welch | 2009-11-30 | 1 | -0/+1 |
* | target: remove unused TARGET_EVENT_OLD_* symbols | David Brownell | 2009-11-28 | 1 | -2/+0 |
* | target: groundwork for "reset-assert" event | David Brownell | 2009-11-27 | 1 | -1/+4 |
* | target: create and use target_name() | David Brownell | 2009-11-25 | 1 | -0/+6 |
* | target: target_get_name() --> target_type_name() | David Brownell | 2009-11-25 | 1 | -2/+3 |
* | move container_of to types.h | Zachary T Welch | 2009-11-16 | 1 | -13/+0 |
* | target: less implicit inclusion of "command.h" | David Brownell | 2009-11-16 | 1 | -3/+3 |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 1 | -1/+2 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -1/+2 |
* | target: make "examined" flag be per-target | David Brownell | 2009-11-15 | 1 | -8/+24 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -56/+54 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 1 | -5/+2 |
* | trace_t -> struct trace | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | 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 | -6/+3 |
* | debug_msg_receiver_t -> struct debug_msg_receiver | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target_timer_callback_t -> struct target_timer_callback | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | target_event_callback_t -> struct target_event_callback | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target.h: remove extern keyword and wrap | Zachary T Welch | 2009-11-09 | 1 | -53/+72 |
* | target: provide container_of() | David Brownell | 2009-11-05 | 1 | -0/+15 |
* | target: require working area for physical/virtual addresses to be specified | Øyvind Harboe | 2009-11-03 | 1 | -3/+5 |
* | mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman... | Øyvind Harboe | 2009-10-23 | 1 | -1/+1 |
* | Defined target_write_memory() to be able to handle implementing breakpoints f... | Øyvind Harboe | 2009-10-21 | 1 | -0/+24 |
* | If halt times out, stop GDB. Allows e.g. manual reset via monitor commands. | Øyvind Harboe | 2009-10-12 | 1 | -0/+2 |
* | Stop GDB when polling fails, srst assert or powerdropout is detected | Øyvind Harboe | 2009-10-08 | 1 | -2/+8 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 1 | -2/+1 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 1 | -1/+9 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -27/+27 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -4/+4 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -14/+14 |
* | Improve in-source documentation that was causing Doxygen warnings. | zwelch | 2009-06-03 | 1 | -3/+3 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 1 | -157/+1 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 1 | -2/+7 |