summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* command_context_t -> struct command_contextZachary T Welch2009-11-1345-96/+96
* target_t -> struct targetZachary T Welch2009-11-1360-972/+970
* reg_t -> struct regZachary T Welch2009-11-1327-152/+152
* target_type_t -> struct target_typeZachary T Welch2009-11-1317-41/+38
* improve mips32_pracc_contextZachary T Welch2009-11-131-5/+6
* image_t -> struct imageZachary T Welch2009-11-137-39/+39
* armv4_5_common_t -> struct armZachary T Welch2009-11-1311-47/+47
* etm_context_t -> struct etm_contextZachary T Welch2009-11-138-47/+47
* etb_t -> struct etbZachary T Welch2009-11-133-15/+15
* trace_t -> struct traceZachary T Welch2009-11-134-8/+8
* image_elf_t -> struct image_elfZachary T Welch2009-11-132-7/+7
* cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparatorZachary T Welch2009-11-132-8/+8
* cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparatorZachary T Welch2009-11-132-7/+7
* cortex_a8_wrp_t -> struct cortex_a8_wrpZachary T Welch2009-11-132-4/+4
* cortex_a8_brp_t -> struct cortex_a8_brpZachary T Welch2009-11-132-6/+6
* breakpoint_t -> struct breakpointZachary T Welch2009-11-1313-76/+76
* xscale_trace_t -> struct xscale_traceZachary T Welch2009-11-131-3/+3
* xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch2009-11-132-4/+4
* target_event_action_t -> struct target_event_actionZachary T Welch2009-11-132-9/+6
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-138-73/+73
* arm9tdmi_vector_t -> struct arm9tdmi_vectorZachary T Welch2009-11-132-4/+4