arm_jtag_t -> struct arm_jtag
[fw/openocd] / src / target /
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
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-13 Zachary T Welchswjdp_reg_t -> struct swjdp_reg
2009-11-13 Zachary T Welcharm9tdmi_common_t -> struct arm9tdmi_common
2009-11-13 Zachary T Welcharm966e_common_t -> struct arm966e_common
2009-11-13 Zachary T Welcharm926ejs_common_t -> struct arm926ejs_common
2009-11-13 Zachary T Welcharm920t_tlb_entry_t -> struct arm920t_tlb_entry
2009-11-13 Zachary T Welcharm920t_cache_line_t -> struct arm920t_cache_line
2009-11-13 Zachary T Welcharm7tdmi_common_t -> struct arm7tdmi_common
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welcharm720t_common_t -> struct arm720t_common
2009-11-13 Zachary T Welcharm11_sc7_action_t -> struct arm11_sc7_action
2009-11-13 Zachary T Welcharm11_reg_state_t -> struct arm11_reg_state
2009-11-13 Zachary T Welcharm11_common_t -> struct arm11_common
2009-11-13 Zachary T Welcharm11_reg_defs_t -> struct arm11_reg_defs
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-13 Zachary T Welcharm920t_common_t -> struct arm920t_common
2009-11-13 Zachary T Welcharm11_register_history_t -> struct arm11_register_history
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchremove accidental artifact
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchs3c24xx: use COMMAND_HANDLER with command helper
2009-11-13 Zachary T Welcharm_adi,armv7[am]: use COMMAND_HELPER for helpers
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 David BrownellCortex-A8: fix indent
2009-11-13 David BrownellETM: start support for ETMv2+
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-12 David BrownellETM: use new toplevel ETM handle
2009-11-12 David BrownellETM: update port drivers
2009-11-12 David BrownellETM: update arm[79]tdmi_examine()
2009-11-12 David BrownellARM: start generalized base type
2009-11-11 Zachary T Welchremove more useless declarations
2009-11-11 Zachary T Welchcortex_a8: remove declarations, use static keyword
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-11 Zachary T Welchchange argv to args in command handlers
2009-11-11 Zachary T Welchmakefiles: improve build order
2009-11-11 David BrownellETM cleanup
2009-11-11 Zachary T Welchfix bug in ARM720: bugfix
2009-11-11 David BrownellARM720: bugfix
2009-11-10 David Brownelltarget: MMU-aware init for memory read/write
2009-11-10 Michael Bruckarm11: add etmr/etmw registers to access ETM via DBGTAP...
2009-11-10 Øyvind HarboeARM11: remove old mrc/mcr commands
2009-11-10 David BrownellTarget: minor cleanup
2009-11-10 David BrownellARM920: implement basic MMU ops
2009-11-10 David BrownellARM720: implement basic MMU ops
2009-11-10 David BrownellTarget: fix bad error messages
2009-11-10 Zachary T Welchsvf,xsvf,arm7_9_common: trim forard declarations
2009-11-10 Zachary T Welchtarget.c: remove useless declarations
2009-11-09 David BrownellRevert "target: add target->type->has_mmu fn"
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-11-09 Zachary T Welchtarget.h: remove extern keyword and wrap
2009-11-09 David BrownellEmbeddedICE: minor cleanups
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-08 Zachary T WelchAdd private header for ARM11 internals.
2009-11-08 Zachary T WelchARM11: remove exports and forward decls
2009-11-08 David BrownellARM: minor simulator cleanup
2009-11-08 David BrownellCortex-M3: fix (debug) message priority
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 David Brownelltarget: don't swap MMU/no-MMU work areas
2009-11-06 Zachary T WelchFix arm11 vcr command parsing.
2009-11-06 David BrownellARM: shrink offsets
2009-11-06 David BrownellARM: other code uses the new inheritance/nesting scheme
2009-11-06 David BrownellCortex-A8: use the new inheritance/nesting scheme
2009-11-06 David BrownellARM7TDMI uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM720 uses the new inheritance/nesting scheme
2009-11-06 David BrownellXScale uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM9TDMI uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM966 uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM926 uses the new inheritance/nesting scheme
2009-11-06 David BrownellFA526 uses the new inheritance/nesting scheme
2009-11-06 David BrownellARM920 uses the new inheritance/nesting scheme
2009-11-06 David BrownellCortex-M3: use the new inheritance/nesting scheme
2009-11-06 David Brownelltarget: provide container_of()
2009-11-06 David BrownellARM7TDMI: remove forward decls
2009-11-06 David BrownellARM720: remove exports and forward decls
2009-11-06 David BrownellFA526: remove exports and forward decls
2009-11-06 David BrownellARM9TDMI: remove forward decls
2009-11-06 David BrownellARM966: remove exports and forward decls
2009-11-06 David BrownellARM926: more cleanup
2009-11-06 David BrownellARM920: remove exports and forward decls
2009-11-06 Zachary T WelchImprove ETM tracemode update command.
2009-11-06 Zachary T WelchImprove etm command argument parsing.
2009-11-06 Zachary T WelchImprove trace command argument parsing.
2009-11-06 Zachary T WelchImprove arm_adi_v5 command argument parsing.
2009-11-06 Zachary T WelchImprove cortex_m3 command argument parsing.
2009-11-06 Zachary T WelchImprove xscale command argument parsing.
2009-11-06 Zachary T WelchImprove arm11 command argument parsing.
2009-11-06 Zachary T WelchImprove arm966e command argument parsing.
2009-11-06 Zachary T WelchImprove arm926ejs command argument parsing.
next