| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -72/+72 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -12/+12 |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | image_t -> struct image | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | breakpoint_t -> struct breakpoint | Zachary T Welch | 2009-11-13 | 1 | -11/+11 |
* | xscale_trace_entry_t -> struct xscale_trace_entry | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_instruction_t -> struct arm_instruction | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | xscale_reg_t -> struct xscale_reg | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | xscale_common_t -> struct xscale_common | Zachary T Welch | 2009-11-13 | 1 | -52/+52 |
* | xscale_trace_data_t -> struct xscale_trace_data | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | 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 | -6/+6 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | 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 | -7/+7 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -30/+12 |
* | XScale uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -187/+118 |
* | Improve xscale command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+2 |
* | Improve xscale command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -12/+12 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 1 | -7/+0 |
* | xscale: always reload handler after reset | David Brownell | 2009-10-25 | 1 | -17/+11 |
* | xscale: better fix for debug_handler.bin | David Brownell | 2009-10-16 | 1 | -2/+13 |
* | xscale: stackframe corruption bugfix | David Brownell | 2009-10-13 | 1 | -36/+18 |
* | simplify XScale debug handler installation | David Brownell | 2009-10-12 | 1 | -41/+38 |
* | more xscale cleanup (mostly removing JTAG hooks) | David Brownell | 2009-10-12 | 1 | -71/+58 |
* | xscale_load_ic cleanup | David Brownell | 2009-10-11 | 1 | -16/+16 |
* | xscale.c cleanup | David Brownell | 2009-10-11 | 1 | -186/+197 |
* | xscale bugfix to handler loading | David Brownell | 2009-10-11 | 1 | -2/+2 |
* | xscale minor cleanup | David Brownell | 2009-10-11 | 1 | -43/+31 |
* | - fix build warnings | ntfreak | 2009-08-25 | 1 | -2/+2 |
* | Michael Schwingen <rincewind@discworld.dascon.de> The attached patch adds a "... | oharboe | 2009-08-25 | 1 | -0/+63 |
* | 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 | -2/+2 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -12/+12 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -39/+39 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '>=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -33/+33 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -9/+9 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -22/+22 |
* | fix jtag_add_callback() args. The first argument is nothing special, it's jus... | oharboe | 2009-06-19 | 1 | -2/+3 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -74/+74 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -58/+58 |