fw/openocd
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-15 David BrownellARM11: use now-generic memory utils
2009-11-15 David BrownellARM11: fixup method table
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-15 David Brownelltarget: make "examined" flag be per-target
2009-11-15 Zachary T Welcharm-jtag-ew,jlink: switch to COMMAND_HANDLER
2009-11-15 Zachary T Welchrlink: fix overzealous sed
2009-11-15 Zachary T Welchremove unused arm_jtag_buf_to_* helpers
2009-11-15 Zachary T Welchremove unused buf_to_u32_handler
2009-11-15 Zachary T Welchstruct scan_field_s -> struct scan_field
2009-11-15 Krzysztof DziubaFix for md* commands, similar to mw*.
2009-11-14 David Brownelllpc2900.h -- remove from Makefile.am too
2009-11-14 David Brownellflash: remove needless lpc2900.h header
2009-11-14 David Brownellremove annoying $URL$ startup message
2009-11-14 Dean GlazeskiInvalid command syntax errors with MWW.
2009-11-14 Zachary T Welchadd openocd.h for top-level declarations
2009-11-14 Ferdinand Postemacompile with cygwin (32-bit)
2009-11-14 David BrownellARM11: ETM + ETB support
2009-11-14 David BrownellARM11: revert etmr/etmw commands
2009-11-14 David BrownelliMX2* + ETB targets: hook up ETM and ETB
2009-11-14 David BrownellARM7/ARM9: use shared examine() method
2009-11-14 David BrownellETM: simplify ETM initialization code paths
2009-11-14 David BrownellARM11: switch to new "arm" base type
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
2009-11-13 David Brownelltarget.cfg: label ETBs correctly
2009-11-13 David BrownellARM7/9: rm arm7_9_get_arch_pointers()
2009-11-13 Zachary T Welchupdate developer manual for new types
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchremove rlink structure typedefs
2009-11-13 Zachary T Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchnand_device_t -> struct nand_device
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchimprove mips32_pracc_context
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welchetm_context_t -> struct etm_context
2009-11-13 Zachary T Welchetb_t -> struct etb
2009-11-13 Zachary T Welchtrace_t -> struct trace
2009-11-13 Zachary T Welchimage_elf_t -> struct image_elf
2009-11-13 Zachary T Welchcortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comp...
2009-11-13 Zachary T Welchcortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparator
2009-11-13 Zachary T Welchcortex_a8_wrp_t -> struct cortex_a8_wrp
2009-11-13 Zachary T Welchcortex_a8_brp_t -> struct cortex_a8_brp
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchxscale_trace_t -> struct xscale_trace
2009-11-13 Zachary T Welchxscale_trace_entry_t -> struct xscale_trace_entry
2009-11-13 Zachary T Welchtarget_event_action_t -> struct target_event_action
2009-11-13 Zachary T Welcharm_instruction_t -> struct arm_instruction
2009-11-13 Zachary T Welcharm9tdmi_vector_t -> struct arm9tdmi_vector
2009-11-13 Zachary T Welchxscale_reg_t -> struct xscale_reg
2009-11-13 Zachary T Welchxscale_common_t -> struct xscale_common
2009-11-13 Zachary T Welchxscale_trace_data_t -> struct xscale_trace_data
2009-11-13 Zachary T Welchtrace_point_t -> struct trace_point
2009-11-13 Zachary T Welchdebug_msg_receiver_t -> struct debug_msg_receiver
2009-11-13 Zachary T Welchtarget_timer_callback_t -> struct target_timer_callback
2009-11-13 Zachary T Welchtarget_event_callback_t -> struct target_event_callback
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welchreg_arch_type_t -> struct reg_arch_type
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchbitfield_desc_t -> struct bitfield_desc
2009-11-13 Zachary T Welchoocd_trace_t -> struct oocd_trace
2009-11-13 Zachary T Welchmips_m4k_common_t -> struct mips_m4k_common
2009-11-13 Zachary T Welchmips_ejtag_t -> struct mips_ejtag
2009-11-13 Zachary T Welchmips32_core_reg_t -> struct mips32_core_reg
2009-11-13 Zachary T Welchmips32_common_t -> struct mips32_common
2009-11-13 Zachary T Welchmips32_comparator_t -> struct mips32_comparator
2009-11-13 Zachary T Welchimage_mot_t -> struct image_mot
2009-11-13 Zachary T Welchimage_memory_t -> struct image_memory
2009-11-13 Zachary T Welchimage_ihex_t -> struct image_ihex
2009-11-13 Zachary T Welchimage_binary_t -> struct image_binary
2009-11-13 Zachary T Welchimage_section_t -> struct image_section
2009-11-13 Zachary T Welchetmv1_trace_data_t -> struct etmv1_trace_data
2009-11-13 Zachary T Welchetm_capture_driver_t -> struct etm_capture_driver
2009-11-13 Zachary T Welchetm_reg_t -> struct etm_reg
2009-11-13 Zachary T Welchetb_reg_t -> struct etb_reg
2009-11-13 Zachary T Welchembeddedice_reg_t -> struct embeddedice_reg
2009-11-13 Zachary T Welchcortex_m3_common_t -> struct cortex_m3_common
2009-11-13 Zachary T Welchcortex_a8_common_t -> struct cortex_a8_common
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welchavr_common_t -> struct avr_common
2009-11-13 Zachary T Welchmcu_jtag_t -> struct mcu_jtag
2009-11-13 Zachary T Welcharmv7m_core_reg_t -> struct armv7m_core_reg
2009-11-13 Zachary T Welcharmv7m_algorithm_t -> struct armv7m_algorithm
2009-11-13 Zachary T Welcharmv7m_common_t -> struct armv7m_common
2009-11-13 Zachary T Welcharmv7a_core_reg_t -> struct armv7a_core_reg
2009-11-13 Zachary T Welcharmv7a_algorithm_t -> struct armv7a_algorithm
2009-11-13 Zachary T Welcharmv7a_common_t -> struct armv7a_common
2009-11-13 Zachary T Welcharmv4_5_mmu_common_t -> struct armv4_5_mmu_common
2009-11-13 Zachary T Welcharmv4_5_cache_common_t -> struct armv4_5_cache_common
2009-11-13 Zachary T Welcharmv4_5_cachesize_t -> struct armv4_5_cachesize
2009-11-13 Zachary T Welcharmv4_5_core_reg_t -> struct armv4_5_core_reg
2009-11-13 Zachary T Welcharmv4_5_algorithm_t -> struct armv4_5_algorithm
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm_load_store_multiple_instr_t -> struct arm_load_stor...
2009-11-13 Zachary T Welcharm_load_store_instr_t -> struct arm_load_store_instr
2009-11-13 Zachary T Welcharm_data_proc_instr_t -> struct arm_data_proc_instr
2009-11-13 Zachary T Welcharm_b_bl_bx_blx_instr_t -> struct arm_b_bl_bx_blx_instr
next