summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* 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
* target: make "examined" flag be per-targetDavid Brownell2009-11-155-44/+53
* remove unused arm_jtag_buf_to_* helpersZachary T Welch2009-11-142-106/+0
* struct scan_field_s -> struct scan_fieldZachary T Welch2009-11-142-24/+24
* Fix for md* commands, similar to mw*.Krzysztof Dziuba2009-11-141-1/+2
* Invalid command syntax errors with MWW.Dean Glazeski2009-11-141-1/+2
* compile with cygwin (32-bit)Ferdinand Postema2009-11-143-16/+25
* ARM11: ETM + ETB supportDavid Brownell2009-11-131-1/+15
* ARM11: revert etmr/etmw commandsDavid Brownell2009-11-133-165/+0
* ARM7/ARM9: use shared examine() methodDavid Brownell2009-11-1312-84/+65
* ETM: simplify ETM initialization code pathsDavid Brownell2009-11-133-18/+14
* ARM11: switch to new "arm" base typeDavid Brownell2009-11-133-35/+39
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-139-73/+78
* ARM7/9: rm arm7_9_get_arch_pointers()David Brownell2009-11-132-64/+29
* command_t -> struct commandZachary T Welch2009-11-1319-20/+20