aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-16target: less implicit inclusion of "command.h"David Brownell10-14/+3
2009-11-16target: don't implicitly include "algorithm.h"David Brownell16-5/+18
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell12-2/+12
2009-11-15ARM11: use now-generic memory utilsDavid Brownell1-11/+2
2009-11-15ARM11: fixup method tableDavid Brownell2-47/+43
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell15-178/+209
2009-11-15target: make "examined" flag be per-targetDavid Brownell5-44/+53
2009-11-15arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch2-29/+23
2009-11-15rlink: fix overzealous sedZachary T Welch1-5/+5
2009-11-14remove unused arm_jtag_buf_to_* helpersZachary T Welch2-106/+0
2009-11-14remove unused buf_to_u32_handlerZachary T Welch2-12/+0
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch4-27/+27
2009-11-14Fix for md* commands, similar to mw*.Krzysztof Dziuba1-1/+2
2009-11-14lpc2900.h -- remove from Makefile.am tooDavid Brownell1-1/+0
2009-11-14flash: remove needless lpc2900.h headerDavid Brownell2-29/+1
2009-11-14remove annoying $URL$ startup messageDavid Brownell1-17/+0
2009-11-14Invalid command syntax errors with MWW.Dean Glazeski1-1/+2
2009-11-14add openocd.h for top-level declarationsZachary T Welch6-5/+47
2009-11-14compile with cygwin (32-bit)Ferdinand Postema4-18/+27
2009-11-13ARM11: ETM + ETB supportDavid Brownell1-1/+15
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell3-165/+0
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell12-84/+65
2009-11-13ETM: simplify ETM initialization code pathsDavid Brownell3-18/+14
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell3-35/+39
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell9-73/+78
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David Brownell3-68/+32
2009-11-13command_t -> struct commandZachary T Welch44-72/+72
2009-11-13command_context_t -> struct command_contextZachary T Welch116-278/+278
2009-11-13remove rlink structure typedefsZachary T Welch3-19/+17
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch24-373/+373
2009-11-13nand_device_t -> struct nand_deviceZachary T Welch14-140/+140
2009-11-13target_t -> struct targetZachary T Welch99-1242/+1240
2009-11-13reg_t -> struct regZachary T Welch28-158/+158
2009-11-13target_type_t -> struct target_typeZachary T Welch18-42/+39
2009-11-13improve mips32_pracc_contextZachary T Welch1-5/+6
2009-11-13image_t -> struct imageZachary T Welch13-50/+50
2009-11-13armv4_5_common_t -> struct armZachary T Welch14-50/+50
2009-11-13etm_context_t -> struct etm_contextZachary T Welch8-47/+47
2009-11-13etb_t -> struct etbZachary T Welch3-15/+15
2009-11-13trace_t -> struct traceZachary T Welch4-8/+8
2009-11-13image_elf_t -> struct image_elfZachary T Welch2-7/+7
2009-11-13cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparatorZachary T Welch2-8/+8
2009-11-13cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparatorZachary T Welch2-7/+7
2009-11-13cortex_a8_wrp_t -> struct cortex_a8_wrpZachary T Welch2-4/+4
2009-11-13cortex_a8_brp_t -> struct cortex_a8_brpZachary T Welch2-6/+6
2009-11-13breakpoint_t -> struct breakpointZachary T Welch13-76/+76
2009-11-13xscale_trace_t -> struct xscale_traceZachary T Welch1-3/+3
2009-11-13xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch2-4/+4
2009-11-13target_event_action_t -> struct target_event_actionZachary T Welch2-9/+6
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch8-73/+73