use COMMAND_REGISTER macro
[fw/openocd] / src / target / arm11.c
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-24 David BrownellARM11: remove old R0..R15/CPSR code
2009-11-24 David BrownellARM11: use standard run_algorithm()
2009-11-24 David BrownellARM11: use standard single step simulation
2009-11-24 David BrownellARM11: partial support for standard ARM register interf...
2009-11-24 David BrownellARM11: remove register "history" debug stuff
2009-11-22 David BrownellARM11: remove unused state and exports
2009-11-22 David BrownellARM11: macro cleanup
2009-11-22 David BrownellARM11: remove needless string format #ifdeffery
2009-11-22 David BrownellARM11: remove disabled register hooks
2009-11-18 Zachary T Welchadd handle_command_parse_bool command helper
2009-11-18 David BrownellARM: add "core_type" field to "struct arm"
2009-11-18 David BrownellARM: add is_arm_mode()
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-17 David Brownelltarget: remove some more duplicate includes
2009-11-17 David BrownellARM11: fewer exit() calls
2009-11-17 David BrownellARM11: register (most) standard ARM commands
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: don't implicitly include "algorithm.h"
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 Brownelltarget: make "examined" flag be per-target
2009-11-14 David BrownellARM11: ETM + ETB support
2009-11-14 David BrownellARM11: revert etmr/etmw commands
2009-11-14 David BrownellARM11: switch to new "arm" base type
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
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 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 Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
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 Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
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-10 Michael Bruckarm11: add etmr/etmw registers to access ETM via DBGTAP...
2009-11-10 Øyvind HarboeARM11: remove old mrc/mcr commands
2009-11-08 Zachary T WelchAdd private header for ARM11 internals.
2009-11-08 Zachary T WelchARM11: remove exports and forward decls
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 Zachary T WelchFix arm11 vcr command parsing.
2009-11-06 Zachary T WelchImprove arm11 command argument parsing.
2009-11-05 Øyvind Harboearm11: check if target is halted before executing mrc...
2009-11-05 Øyvind HarboeARM11: added mrc/mcr support to arm11 code.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-10-15 David Brownellportability updates
2009-10-14 Øyvind HarboeWork in progress on arm11 reset. Assert srst.
2009-10-13 Yauheni KaliutaCleanup: nuke trailling whitespaces
2009-10-13 Øyvind HarboeDelete commented out code. Add a bit of error checking.
2009-10-12 Øyvind HarboeMore error propagation fixes.
2009-10-12 Øyvind Harboearm11 burst writes are now only enabled for writes...
2009-10-12 Øyvind HarboeRetire arm11 no_increment. Intended for future expansio...
2009-10-12 Øyvind HarboePropagate wDTR/rDTR failure immediately, otherwise...
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-10-09 Øyvind HarboeARM11 error checking
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellbuildfix
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 oharboeadd timeouts and fix syntax error handling of mrc/mcr...
2009-10-07 oharboeadd timeouts and fix syntax error handling of mrc/mcr...
2009-09-29 dbrownellARM11 command handling fixes
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-08-28 oharboeadded arm11 timeout error messages
2009-08-27 oharboearm11 hardware step using simulation + breakpoint....
2009-08-27 oharboearm11 single stepping wip - at least we know the next...
2009-08-27 oharboearm11 single stepping wip
2009-08-06 zwelchmichal smulski <michal.smulski@ooma.com>:
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd target_get_name wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-18 oharboeMichael Bruck <mbruck@digenius.de> ARM11 cleanup stale...
next