| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | target: avoid using interp global variable | Zachary T Welch | 2009-11-30 | 2 | -9/+11 |
| * | XScale: clean up full_context() (#2) | David Brownell | 2009-11-29 | 1 | -37/+28 |
| * | XScale: clean up full_context() (#1) | David Brownell | 2009-11-29 | 1 | -17/+32 |
| * | XScale: debug entry uses new register mapping | David Brownell | 2009-11-29 | 1 | -9/+10 |
| * | XScale: initial PXA3xx support | Marek Vasut | 2009-11-29 | 2 | -11/+39 |
| * | ARM11: fix warning on cygwin | David Brownell | 2009-11-29 | 1 | -9/+22 |
| * | Cortex-M3: don't chain "struct arm" commands | David Brownell | 2009-11-28 | 1 | -3/+0 |
| * | add more stub handlers to testee target | Zachary T Welch | 2009-11-28 | 1 | -2/+22 |
| * | explode tcl_target_func into many handlers | Zachary T Welch | 2009-11-28 | 1 | -386/+520 |
| * | split jim_target into multiple handlers | Zachary T Welch | 2009-11-28 | 1 | -109/+137 |
| * | ARM11: fix warning on amd64 | David Brownell | 2009-11-28 | 1 | -1/+4 |
| * | ARM11: fix dbgtap JTAG_DEBUG | David Brownell | 2009-11-28 | 1 | -2/+2 |
| * | target: uplevel add_{break,watch}point() error checks | David Brownell | 2009-11-28 | 6 | -38/+23 |
| * | target: remove unused TARGET_EVENT_OLD_* symbols | David Brownell | 2009-11-28 | 1 | -2/+0 |
| * | Cortex-A8: support "reset-assert" event | David Brownell | 2009-11-27 | 1 | -5/+28 |
| * | target: groundwork for "reset-assert" event | David Brownell | 2009-11-27 | 2 | -3/+21 |
| * | ARM11: write_memory() avoids increment check | David Brownell | 2009-11-27 | 1 | -9/+19 |
| * | XScale: add stub {read,write}_phys routines | David Brownell | 2009-11-26 | 1 | -0/+20 |
| * | target: create and use target_name() | David Brownell | 2009-11-25 | 4 | -19/+29 |
| * | target: target_get_name() --> target_type_name() | David Brownell | 2009-11-25 | 6 | -15/+24 |
| * | ARM: minor armv4/armv5 cleanup | David Brownell | 2009-11-25 | 1 | -1/+12 |
| * | ARM: comment tweaks in ADIv5 | David Brownell | 2009-11-25 | 1 | -2/+5 |
| * | ARM7/9: shrink run_algorithm_inner() lines | David Brownell | 2009-11-25 | 1 | -2/+10 |
| * | use ARRAY_SIZE macro | Zachary T Welch | 2009-11-25 | 5 | -24/+24 |
| * | add 'testee' target type | Zachary T Welch | 2009-11-25 | 3 | -1/+52 |
| * | add jim_handler to command_registration | Zachary T Welch | 2009-11-24 | 1 | -23/+45 |
| * | remove register_commands from etm_capture_driver | Zachary T Welch | 2009-11-24 | 5 | -31/+17 |
| * | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 31 | -149/+89 |
| * | xscale: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -20/+104 |
| * | trace: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -10/+29 |
| * | target_request: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+21 |
| * | target: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -103/+200 |
| * | 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 |
