| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add target_examine_one wrapper: | zwelch | 2009-05-31 | 1 | -0/+6 |
* | Add target breakpoint and watchpoint wrapper: | zwelch | 2009-05-31 | 1 | -0/+30 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 1 | -0/+11 |
* | Add target_step wrapper: | zwelch | 2009-05-31 | 1 | -0/+7 |
* | Add target_get_gdb_reg_list wrapper: | zwelch | 2009-05-31 | 1 | -1/+11 |
* | Add target_bulk_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -1/+15 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 1 | -0/+13 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -0/+15 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -0/+12 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -0/+13 |
* | Make nvp_target_event static; remove its external declaration. | zwelch | 2009-05-31 | 1 | -2/+0 |
* | Make target_buffer_get_uXX interfaces work with constant buffers. | zwelch | 2009-05-31 | 1 | -3/+3 |
* | Consolidate target selection code into single get_target() that handles both ... | kc8apf | 2009-05-18 | 1 | -1/+1 |
* | Audit and remove redundant uses of replacements.h in the tree. | zwelch | 2009-05-12 | 1 | -2/+0 |
* | Audit and eliminate redundant #include directives in core target files. | zwelch | 2009-05-11 | 1 | -6/+3 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -33/+30 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -1/+1 |
* | fix telnet async messages. retired telnet_async command - no user serviceable... | oharboe | 2008-11-05 | 1 | -32/+38 |
* | - remove build warnings | ntfreak | 2008-10-14 | 1 | -0/+1 |
* | Retired old reset code according to plan. | oharboe | 2008-10-13 | 1 | -1/+0 |
* | Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks... | oharboe | 2008-10-13 | 1 | -2/+2 |