aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-25add 'testee' target typeZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24remove register_commands from etm_capture_driverZachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24xscale: use register_commands()Zachary T Welch
2009-11-24trace: use register_commands()Zachary T Welch
2009-11-24target_request: use register_commands()Zachary T Welch
2009-11-24target: use register_commands()Zachary T Welch
2009-11-24oocd_trace: use register_commands()Zachary T Welch
2009-11-24etm_dummy: use register_commands()Zachary T Welch
2009-11-24etm: use register_commands()Zachary T Welch
2009-11-24etb: use register_commands()Zachary T Welch
2009-11-24cortex_m3: use register_commands()Zachary T Welch
2009-11-24cortex_a8: use register_commands()Zachary T Welch
2009-11-24armv7m: use register_commands()Zachary T Welch
2009-11-24armv7a: use register_commands()Zachary T Welch
2009-11-24armv4_5: use register_commands()Zachary T Welch
2009-11-24arm9tdmi: use register_commands()Zachary T Welch
2009-11-24arm966e: use register_commands()Zachary T Welch
2009-11-24arm926ejs: use register_commands()Zachary T Welch
2009-11-24arm920t: use register_commands()Zachary T Welch
2009-11-24arm7_9_common: use register_commands()Zachary T Welch
2009-11-24arm720t: use register_commands()Zachary T Welch
2009-11-24arm11: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24improve startup tcl scriptsZachary T Welch
2009-11-24Cortex-A8: avoid DSCR readsDavid Brownell
2009-11-24Cortex-A8: hook up DPMDavid Brownell
2009-11-24Cortex-A8: implement DPMDavid Brownell
2009-11-24Cortex-A8: minor cleanupDavid Brownell
2009-11-24ARM11: remove old R0..R15/CPSR codeDavid Brownell
2009-11-24ARM11: use standard run_algorithm()David Brownell
2009-11-24ARM11: use standard single step simulationDavid Brownell
2009-11-24ARM11: partial support for standard ARM register interfaces.David Brownell
2009-11-24ARM11: remove register "history" debug stuffDavid Brownell
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell
2009-11-24ARM: new DPM interfaceDavid Brownell
2009-11-24target: cope with *any* error setting a breakpointDavid Brownell
2009-11-24mips: fix gaffe when removing dynamic array allocationJerry Ling
2009-11-23arm926ejs: retire cp15 commands, handled by mrc/mcr.Øyvind Harboe
2009-11-22ARM11: remove unused state and exportsDavid Brownell
2009-11-22ARM11: macro cleanupDavid Brownell
2009-11-22mips: remove dynamic arrays - reduces stack usageØyvind Harboe
2009-11-22mips: use const for code sequencesØyvind Harboe
2009-11-22arm11: do not use dynamic arraysØyvind Harboe
2009-11-22arm926ejs: fix warningsØyvind Harboe
2009-11-22ARM: use arm_reg_current()David Brownell
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell
2009-11-22target: make register flags "bool"David Brownell