| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM: "armv4_5" command prefix becomes "arm" | David Brownell | 2009-11-16 | 1 | -9/+9 |
* | ARM: standard disassembler uses Thumb2 entry | David Brownell | 2009-11-16 | 1 | -36/+32 |
* | ARM: move mode functions out of header | David Brownell | 2009-11-16 | 1 | -2/+52 |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -2/+2 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 1 | -0/+170 |
* | target: remove unused "bitfield" infrastructure | David Brownell | 2009-11-13 | 1 | -20/+14 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -13/+13 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -9/+9 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | arm_instruction_t -> struct arm_instruction | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | bitfield_desc_t -> struct bitfield_desc | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv4_5_core_reg_t -> struct armv4_5_core_reg | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | armv4_5_algorithm_t -> struct armv4_5_algorithm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | 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 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -5/+3 |
* | ARM: other code uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -9/+9 |
* | Improve armv4_5 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-09 | 1 | -4/+17 |
* | David Brownell <david-b@pacbell.net> Tweak disassembly commands: | oharboe | 2009-08-25 | 1 | -16/+39 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -6/+10 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -9/+9 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -1/+1 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -3/+3 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -12/+1 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. | oharboe | 2009-05-10 | 1 | -10/+10 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -1/+1 |
* | Slight improvement in run_algorithm register restore. | mlu | 2009-04-03 | 1 | -4/+9 |
* | Fix handling of thumb disassembly in armv4_5 disassemble. Courtesy of Adam D... | kc8apf | 2009-01-19 | 1 | -5/+19 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -2/+0 |
* | more robust error reporting for DCC | oharboe | 2008-10-16 | 1 | -0/+3 |
* | Laurentiu Cocanu - add error handling | oharboe | 2008-10-14 | 1 | -8/+30 |
* | Fix problems with DCC downloads routine crashing silently. | oharboe | 2008-10-12 | 1 | -19/+35 |
* | Fixes SEGFAULT when setting registers from GDB. | oharboe | 2008-10-07 | 1 | -0/+3 |
* | GDB alive fixes for verify_image | oharboe | 2008-10-03 | 1 | -76/+79 |