summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: simplify ARMv7-A register handlingDavid Brownell2009-11-183-188/+50
* ARM: setup "secure monitor mode" shadow regsDavid Brownell2009-11-182-21/+53
* ARM: add "core_type" field to "struct arm"David Brownell2009-11-184-5/+31
* split startup.tcl file across modulesZachary T Welch2009-11-182-1/+168
* fix regression in md/mw commandsZachary T Welch2009-11-181-4/+2
* jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.Øyvind Harboe2009-11-181-11/+10
* ARM: add is_arm_mode()David Brownell2009-11-176-40/+39
* ARM: add arm_mode_name()David Brownell2009-11-179-30/+75
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-178-106/+39
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-1720-364/+367
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-1720-189/+189
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-1719-120/+120
* target: simplify register get/set opsDavid Brownell2009-11-1713-127/+60
* ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell2009-11-179-72/+45
* ARM7TDMI: remove now-needless "struct arm7tdmi"David Brownell2009-11-174-29/+21
* target: remove some more duplicate includesDavid Brownell2009-11-174-4/+1
* ARMv7-A: no exit() callsDavid Brownell2009-11-162-4/+3
* Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell2009-11-161-31/+16
* XScale: fewere exit() callsDavid Brownell2009-11-161-4/+4
* MIPS: no exit() callsDavid Brownell2009-11-162-7/+5
* ARMv7-M: no exit() callsDavid Brownell2009-11-161-4/+4
* ARMv4/ARMv5: no exit() callsDavid Brownell2009-11-161-6/+8
* ARM11: fewer exit() callsDavid Brownell2009-11-161-4/+6
* Cortex-M3: don't exit()David Brownell2009-11-161-24/+10
* ARMv7A: use standard disassemblerDavid Brownell2009-11-161-83/+0
* ARM11: register (most) standard ARM commandsDavid Brownell2009-11-162-1/+10
* ARM: "armv4_5" command prefix becomes "arm"David Brownell2009-11-161-9/+9
* fileio: improve API typesZachary T Welch2009-11-165-15/+15
* struct fileio: improve member typesZachary T Welch2009-11-161-1/+1
* ARM: standard disassembler uses Thumb2 entryDavid Brownell2009-11-162-38/+38
* target: don't include "log.h" from "armv4_5.h"David Brownell2009-11-162-1/+1
* ARM: move mode functions out of headerDavid Brownell2009-11-162-40/+56
* target: less implicit inclusion of "etm.h"David Brownell2009-11-169-2/+13
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-168-44/+32
* armv7m: make core reg read/write use unsignedZachary T Welch2009-11-162-6/+6
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-164-8/+8
* move container_of to types.hZachary T Welch2009-11-161-13/+0
* #include "target.h" less wildlyDavid Brownell2009-11-169-6/+7
* target: no implicit #includes of "register.h"David Brownell2009-11-1627-10/+21
* target: less implicit inclusion of "command.h"David Brownell2009-11-165-7/+3
* target: don't implicitly include "algorithm.h"David Brownell2009-11-166-3/+6
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-1611-2/+11
* ARM11: use now-generic memory utilsDavid Brownell2009-11-151-11/+2
* ARM11: fixup method tableDavid Brownell2009-11-152-47/+43
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-1515-178/+209