Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | target: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -104/+201 | |
* | oocd_trace: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -10/+32 | |
* | etm_dummy: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -7/+20 | |
* | etm: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -37/+89 | |
* | etb: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+20 | |
* | cortex_m3: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -19/+36 | |
* | cortex_a8: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+25 | |
* | armv7m: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -28/+48 | |
* | armv7a: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -27/+48 | |
* | armv4_5: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -18/+34 | |
* | arm9tdmi: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -12/+21 | |
* | arm966e: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -12/+23 | |
* | arm926ejs: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -14/+22 | |
* | arm920t: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -27/+47 | |
* | arm7_9_common: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -20/+37 | |
* | arm720t: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -15/+23 | |
* | arm11: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -35/+62 | |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 20 | -114/+114 | |
* | improve startup tcl scripts | Zachary T Welch | 2009-11-24 | 1 | -15/+3 | |
* | Cortex-A8: avoid DSCR reads | David Brownell | 2009-11-24 | 1 | -48/+103 | |
* | Cortex-A8: hook up DPM | David Brownell | 2009-11-24 | 1 | -323/+35 | |
* | Cortex-A8: implement DPM | David Brownell | 2009-11-24 | 4 | -9/+176 | |
* | Cortex-A8: minor cleanup | David Brownell | 2009-11-24 | 2 | -26/+35 | |
* | ARM11: remove old R0..R15/CPSR code | David Brownell | 2009-11-24 | 2 | -196/+74 | |
* | ARM11: use standard run_algorithm() | David Brownell | 2009-11-24 | 1 | -172/+5 | |
* | ARM11: use standard single step simulation | David Brownell | 2009-11-24 | 1 | -97/+31 | |
* | ARM11: partial support for standard ARM register interfaces. | David Brownell | 2009-11-24 | 1 | -35/+31 | |
* | ARM11: remove register "history" debug stuff | David Brownell | 2009-11-24 | 2 | -59/+0 | |
* | ARM11: implement provider for new DPM interface | David Brownell | 2009-11-24 | 3 | -0/+80 | |
* | ARM: new DPM interface | David Brownell | 2009-11-24 | 5 | -0/+625 | |
* | target: cope with *any* error setting a breakpoint | David Brownell | 2009-11-24 | 1 | -26/+24 | |
* | mips: fix gaffe when removing dynamic array allocation | Jerry Ling | 2009-11-24 | 1 | -3/+3 | |
* | arm926ejs: retire cp15 commands, handled by mrc/mcr. | Øyvind Harboe | 2009-11-23 | 1 | -66/+0 | |
* | ARM11: remove unused state and exports | David Brownell | 2009-11-22 | 4 | -32/+25 | |
* | ARM11: macro cleanup | David Brownell | 2009-11-22 | 2 | -72/+39 | |
* | mips: remove dynamic arrays - reduces stack usage | Øyvind Harboe | 2009-11-22 | 1 | -5/+15 | |
* | mips: use const for code sequences | Øyvind Harboe | 2009-11-22 | 2 | -13/+13 | |
* | arm11: do not use dynamic arrays | Øyvind Harboe | 2009-11-22 | 1 | -3/+6 | |
* | arm926ejs: fix warnings | Øyvind Harboe | 2009-11-22 | 1 | -2/+2 | |
* | ARM: use arm_reg_current() | David Brownell | 2009-11-22 | 3 | -61/+74 | |
* | ARM11: remove needless string format #ifdeffery | David Brownell | 2009-11-22 | 3 | -21/+22 | |
* | target: make register flags "bool" | David Brownell | 2009-11-22 | 1 | -2/+2 | |
* | ARM: remove 'armv4_5_common_s' migration #define | David Brownell | 2009-11-22 | 12 | -56/+53 | |
* | target: reduce stack usage | Øyvind Harboe | 2009-11-22 | 1 | -6/+20 | |
* | embedded: do not allocate large temporary structures on stack | Øyvind Harboe | 2009-11-22 | 1 | -6/+61 | |
* | embedded: save stack | Øyvind Harboe | 2009-11-22 | 1 | -9/+15 | |
* | ARM: arm_set_cpsr() handles T and J bits | David Brownell | 2009-11-22 | 7 | -79/+52 | |
* | ARM: define two register utilities | David Brownell | 2009-11-22 | 8 | -48/+122 | |
* | ARM: simplify CPSR handling | David Brownell | 2009-11-22 | 11 | -87/+103 | |
* | ARM11: remove disabled register hooks | David Brownell | 2009-11-22 | 2 | -93/+3 |