aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-11-24Cortex-A8: implement DPMDavid Brownell4-9/+176
2009-11-24Cortex-A8: minor cleanupDavid Brownell2-26/+35
2009-11-24ARM11: remove old R0..R15/CPSR codeDavid Brownell2-196/+74
2009-11-24ARM11: use standard run_algorithm()David Brownell1-172/+5
2009-11-24ARM11: use standard single step simulationDavid Brownell1-97/+31
2009-11-24ARM11: partial support for standard ARM register interfaces.David Brownell1-35/+31
2009-11-24ARM11: remove register "history" debug stuffDavid Brownell2-59/+0
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell3-0/+80
2009-11-24ARM: new DPM interfaceDavid Brownell5-0/+625
2009-11-24target: cope with *any* error setting a breakpointDavid Brownell1-26/+24
2009-11-24mips: fix gaffe when removing dynamic array allocationJerry Ling1-3/+3
2009-11-23arm926ejs: retire cp15 commands, handled by mrc/mcr.Øyvind Harboe1-66/+0
2009-11-22ARM11: remove unused state and exportsDavid Brownell4-32/+25
2009-11-22ARM11: macro cleanupDavid Brownell2-72/+39
2009-11-22mips: remove dynamic arrays - reduces stack usageØyvind Harboe1-5/+15
2009-11-22mips: use const for code sequencesØyvind Harboe2-13/+13
2009-11-22arm11: do not use dynamic arraysØyvind Harboe1-3/+6
2009-11-22arm926ejs: fix warningsØyvind Harboe1-2/+2
2009-11-22ARM: use arm_reg_current()David Brownell3-61/+74
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell3-21/+22
2009-11-22target: make register flags "bool"David Brownell1-2/+2
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell12-56/+53
2009-11-22target: reduce stack usageØyvind Harboe1-6/+20
2009-11-22embedded: do not allocate large temporary structures on stackØyvind Harboe1-6/+61
2009-11-22embedded: save stackØyvind Harboe1-9/+15
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell7-79/+52
2009-11-22ARM: define two register utilitiesDavid Brownell8-48/+122
2009-11-22ARM: simplify CPSR handlingDavid Brownell11-87/+103
2009-11-22ARM11: remove disabled register hooksDavid Brownell2-93/+3
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell8-73/+83
2009-11-20ARM7/ARM9: remove old "debug commands"David Brownell1-130/+0
2009-11-19Cortex-A8: better context restoreDavid Brownell1-13/+67
2009-11-19Cortex-A8: mode supportDavid Brownell1-30/+116
2009-11-19target: create/use register_cache_invalidate()David Brownell14-77/+47
2009-11-19ARM: remove per-register mallocDavid Brownell2-1/+2
2009-11-19ARM: streamline register initDavid Brownell1-74/+88
2009-11-19Cortex-A8: parts of examine() run just onceDavid Brownell1-4/+15
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell5-31/+43
2009-11-19ARMv7-A: use standard ARM core_mode symbolsDavid Brownell2-16/+3
2009-11-18remove fast command and jim_global_longZachary T Welch1-2/+2
2009-11-18add handle_command_parse_bool command helperZachary T Welch1-45/+10
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch3-96/+31
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2-26/+10
2009-11-18ARM: rework "arm reg" output for new modeDavid Brownell1-35/+113
2009-11-18Cortex-A8: xPSR handling updatesDavid Brownell1-17/+20
2009-11-18ARM: add a default full_context() methodDavid Brownell2-12/+27
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell3-188/+50
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell2-21/+53
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell4-5/+31
2009-11-18split startup.tcl file across modulesZachary T Welch2-1/+168