aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
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
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell
2009-11-22target: reduce stack usageØyvind Harboe
2009-11-22embedded: do not allocate large temporary structures on stackØyvind Harboe
2009-11-22embedded: save stackØyvind Harboe
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell
2009-11-22ARM: define two register utilitiesDavid Brownell
2009-11-22ARM: simplify CPSR handlingDavid Brownell
2009-11-22ARM11: remove disabled register hooksDavid Brownell
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell
2009-11-20ARM7/ARM9: remove old "debug commands"David Brownell
2009-11-19Cortex-A8: better context restoreDavid Brownell
2009-11-19Cortex-A8: mode supportDavid Brownell
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-19ARM: remove per-register mallocDavid Brownell
2009-11-19ARM: streamline register initDavid Brownell
2009-11-19Cortex-A8: parts of examine() run just onceDavid Brownell
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell
2009-11-19ARMv7-A: use standard ARM core_mode symbolsDavid Brownell
2009-11-18remove fast command and jim_global_longZachary T Welch
2009-11-18add handle_command_parse_bool command helperZachary T Welch
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch
2009-11-18ARM: rework "arm reg" output for new modeDavid Brownell
2009-11-18Cortex-A8: xPSR handling updatesDavid Brownell
2009-11-18ARM: add a default full_context() methodDavid Brownell
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell
2009-11-18split startup.tcl file across modulesZachary T Welch
2009-11-18fix regression in md/mw commandsZachary T Welch
2009-11-18jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.Øyvind Harboe
2009-11-17ARM: add is_arm_mode()David Brownell
2009-11-17ARM: add arm_mode_name()David Brownell
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch