Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ARMv7-M: no exit() calls | David Brownell | 2009-11-16 | 1 | -4/+4 | |
* | ARMv4/ARMv5: no exit() calls | David Brownell | 2009-11-16 | 1 | -6/+8 | |
* | ARM11: fewer exit() calls | David Brownell | 2009-11-16 | 1 | -4/+6 | |
* | Cortex-M3: don't exit() | David Brownell | 2009-11-16 | 1 | -24/+10 | |
* | ARMv7A: use standard disassembler | David Brownell | 2009-11-16 | 1 | -83/+0 | |
* | ARM11: register (most) standard ARM commands | David Brownell | 2009-11-16 | 2 | -1/+10 | |
* | ARM: "armv4_5" command prefix becomes "arm" | David Brownell | 2009-11-16 | 1 | -9/+9 | |
* | fileio: improve API types | Zachary T Welch | 2009-11-16 | 5 | -15/+15 | |
* | struct fileio: improve member types | Zachary T Welch | 2009-11-16 | 1 | -1/+1 | |
* | ARM: standard disassembler uses Thumb2 entry | David Brownell | 2009-11-16 | 2 | -38/+38 | |
* | target: don't include "log.h" from "armv4_5.h" | David Brownell | 2009-11-16 | 2 | -1/+1 | |
* | ARM: move mode functions out of header | David Brownell | 2009-11-16 | 2 | -40/+56 | |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 9 | -2/+13 | |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 8 | -44/+32 | |
* | armv7m: make core reg read/write use unsigned | Zachary T Welch | 2009-11-16 | 2 | -6/+6 | |
* | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 4 | -8/+8 | |
* | move container_of to types.h | Zachary T Welch | 2009-11-16 | 1 | -13/+0 | |
* | #include "target.h" less wildly | David Brownell | 2009-11-16 | 9 | -6/+7 | |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 27 | -10/+21 | |
* | target: less implicit inclusion of "command.h" | David Brownell | 2009-11-16 | 5 | -7/+3 | |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 6 | -3/+6 | |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 11 | -2/+11 | |
* | ARM11: use now-generic memory utils | David Brownell | 2009-11-15 | 1 | -11/+2 | |
* | ARM11: fixup method table | David Brownell | 2009-11-15 | 2 | -47/+43 | |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 15 | -178/+209 | |
* | target: make "examined" flag be per-target | David Brownell | 2009-11-15 | 5 | -44/+53 | |
* | remove unused arm_jtag_buf_to_* helpers | Zachary T Welch | 2009-11-14 | 2 | -106/+0 | |
* | struct scan_field_s -> struct scan_field | Zachary T Welch | 2009-11-14 | 2 | -24/+24 | |
* | Fix for md* commands, similar to mw*. | Krzysztof Dziuba | 2009-11-14 | 1 | -1/+2 | |
* | Invalid command syntax errors with MWW. | Dean Glazeski | 2009-11-14 | 1 | -1/+2 | |
* | compile with cygwin (32-bit) | Ferdinand Postema | 2009-11-14 | 3 | -16/+25 | |
* | ARM11: ETM + ETB support | David Brownell | 2009-11-13 | 1 | -1/+15 | |
* | ARM11: revert etmr/etmw commands | David Brownell | 2009-11-13 | 3 | -165/+0 | |
* | ARM7/ARM9: use shared examine() method | David Brownell | 2009-11-13 | 12 | -84/+65 | |
* | ETM: simplify ETM initialization code paths | David Brownell | 2009-11-13 | 3 | -18/+14 | |
* | ARM11: switch to new "arm" base type | David Brownell | 2009-11-13 | 3 | -35/+39 | |
* | target: remove unused "bitfield" infrastructure | David Brownell | 2009-11-13 | 9 | -73/+78 | |
* | ARM7/9: rm arm7_9_get_arch_pointers() | David Brownell | 2009-11-13 | 2 | -64/+29 | |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 19 | -20/+20 | |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 45 | -96/+96 | |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 60 | -972/+970 | |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 27 | -152/+152 | |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 17 | -41/+38 | |
* | improve mips32_pracc_context | Zachary T Welch | 2009-11-13 | 1 | -5/+6 | |
* | image_t -> struct image | Zachary T Welch | 2009-11-13 | 7 | -39/+39 | |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 11 | -47/+47 | |
* | etm_context_t -> struct etm_context | Zachary T Welch | 2009-11-13 | 8 | -47/+47 | |
* | etb_t -> struct etb | Zachary T Welch | 2009-11-13 | 3 | -15/+15 | |
* | trace_t -> struct trace | Zachary T Welch | 2009-11-13 | 4 | -8/+8 | |
* | image_elf_t -> struct image_elf | Zachary T Welch | 2009-11-13 | 2 | -7/+7 |