summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* use COMMAND_REGISTER macroZachary T Welch2009-11-2420-114/+114
* improve startup tcl scriptsZachary T Welch2009-11-241-15/+3
* Cortex-A8: avoid DSCR readsDavid Brownell2009-11-241-48/+103
* Cortex-A8: hook up DPMDavid Brownell2009-11-241-323/+35
* Cortex-A8: implement DPMDavid Brownell2009-11-244-9/+176
* Cortex-A8: minor cleanupDavid Brownell2009-11-242-26/+35
* ARM11: remove old R0..R15/CPSR codeDavid Brownell2009-11-242-196/+74
* ARM11: use standard run_algorithm()David Brownell2009-11-241-172/+5
* ARM11: use standard single step simulationDavid Brownell2009-11-241-97/+31
* ARM11: partial support for standard ARM register interfaces.David Brownell2009-11-241-35/+31
* ARM11: remove register "history" debug stuffDavid Brownell2009-11-242-59/+0
* ARM11: implement provider for new DPM interfaceDavid Brownell2009-11-243-0/+80
* ARM: new DPM interfaceDavid Brownell2009-11-245-0/+625
* target: cope with *any* error setting a breakpointDavid Brownell2009-11-241-26/+24
* mips: fix gaffe when removing dynamic array allocationJerry Ling2009-11-241-3/+3
* arm926ejs: retire cp15 commands, handled by mrc/mcr.Øyvind Harboe2009-11-231-66/+0
* ARM11: remove unused state and exportsDavid Brownell2009-11-224-32/+25
* ARM11: macro cleanupDavid Brownell2009-11-222-72/+39
* mips: remove dynamic arrays - reduces stack usageØyvind Harboe2009-11-221-5/+15
* mips: use const for code sequencesØyvind Harboe2009-11-222-13/+13
* arm11: do not use dynamic arraysØyvind Harboe2009-11-221-3/+6
* arm926ejs: fix warningsØyvind Harboe2009-11-221-2/+2
* ARM: use arm_reg_current()David Brownell2009-11-223-61/+74
* ARM11: remove needless string format #ifdefferyDavid Brownell2009-11-223-21/+22
* target: make register flags "bool"David Brownell2009-11-221-2/+2
* ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell2009-11-2212-56/+53
* target: reduce stack usageØyvind Harboe2009-11-221-6/+20
* embedded: do not allocate large temporary structures on stackØyvind Harboe2009-11-221-6/+61
* embedded: save stackØyvind Harboe2009-11-221-9/+15
* ARM: arm_set_cpsr() handles T and J bitsDavid Brownell2009-11-227-79/+52
* ARM: define two register utilitiesDavid Brownell2009-11-228-48/+122
* ARM: simplify CPSR handlingDavid Brownell2009-11-2211-87/+103
* ARM11: remove disabled register hooksDavid Brownell2009-11-222-93/+3
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-208-73/+83
* ARM7/ARM9: remove old "debug commands"David Brownell2009-11-201-130/+0
* Cortex-A8: better context restoreDavid Brownell2009-11-191-13/+67
* Cortex-A8: mode supportDavid Brownell2009-11-191-30/+116
* target: create/use register_cache_invalidate()David Brownell2009-11-1914-77/+47
* ARM: remove per-register mallocDavid Brownell2009-11-192-1/+2
* ARM: streamline register initDavid Brownell2009-11-191-74/+88
* Cortex-A8: parts of examine() run just onceDavid Brownell2009-11-191-4/+15
* ARMv7-A: use standard ARM core statesDavid Brownell2009-11-195-31/+43
* ARMv7-A: use standard ARM core_mode symbolsDavid Brownell2009-11-192-16/+3
* remove fast command and jim_global_longZachary T Welch2009-11-181-2/+2
* add handle_command_parse_bool command helperZachary T Welch2009-11-181-45/+10
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-183-96/+31
* use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2009-11-182-26/+10
* ARM: rework "arm reg" output for new modeDavid Brownell2009-11-181-35/+113
* Cortex-A8: xPSR handling updatesDavid Brownell2009-11-181-17/+20
* ARM: add a default full_context() methodDavid Brownell2009-11-182-12/+27