aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
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
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-17ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell
2009-11-17ARM7TDMI: remove now-needless "struct arm7tdmi"David Brownell
2009-11-17target: remove some more duplicate includesDavid Brownell
2009-11-16ARMv7-A: no exit() callsDavid Brownell
2009-11-16Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell
2009-11-16XScale: fewere exit() callsDavid Brownell
2009-11-16MIPS: no exit() callsDavid Brownell
2009-11-16ARMv7-M: no exit() callsDavid Brownell
2009-11-16ARMv4/ARMv5: no exit() callsDavid Brownell
2009-11-16ARM11: fewer exit() callsDavid Brownell
2009-11-16Cortex-M3: don't exit()David Brownell
2009-11-16ARMv7A: use standard disassemblerDavid Brownell