ADIv5: use new DAP ops for AP read/write
[fw/openocd] / src / target / cortex_m3.c
2010-03-03 David BrownellADIv5: use new DAP ops for AP read/write
2010-03-03 David BrownellADIv5: use new dap_run() operation
2010-02-28 Spencer Oliversemihosting: add armv7m semihosting support
2010-02-28 Spencer OliverCortexM3: move disassemble cmd to arm cmd group
2010-02-21 David BrownellADIv5: remove ATOMIC/COMPOSITE interface mode
2010-02-21 David BrownellADIv5 clean up AP selection and register caching
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David BrownellARMv7-M: start using "struct arm"
2010-01-29 David BrownellADIv5: cleanup, rename swjdp_transaction_endcheck()
2010-01-27 David BrownellCortex-M3: report lockup, and recover
2010-01-20 Spencer OliverBUILD: remove cygwin gcc 3.4.4 build warnings
2010-01-20 Spencer OliverARMV7M: handle bkpt instruction on resume/step
2010-01-13 David BrownellCortex-M3: improved core exception handling
2010-01-08 David BrownellARMv7: help/usage updates
2010-01-02 David BrownellCortex-M3: minor breakpoint cleanup
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-21 David BrownellCortex-M3: cleanup
2009-12-08 David Brownelltarget: move 'extern' decls to *.h files
2009-12-07 David BrownellARM: list number of HW breakpoints/watchpoints
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-11-28 David BrownellCortex-M3: don't chain "struct arm" commands
2009-11-28 David Brownelltarget: uplevel add_{break,watch}point() error checks
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welchcortex_m3: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
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 BrownellCortex-M3: don't exit()
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 "breakpoint.h"
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 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 Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welcharm_instruction_t -> struct arm_instruction
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchcortex_m3_common_t -> struct cortex_m3_common
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welcharmv7m_common_t -> struct armv7m_common
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchchange argv to args in command handlers
2009-11-09 David BrownellRevert "target: add target->type->has_mmu fn"
2009-11-08 David BrownellCortex-M3: fix (debug) message priority
2009-11-06 David BrownellCortex-M3: use the new inheritance/nesting scheme
2009-11-06 Zachary T WelchImprove cortex_m3 command argument parsing.
2009-11-05 David Brownellwatchpoint_add() cleanup
2009-11-05 David BrownellCortex-M3: expose most DWT registers
2009-11-05 David BrownellCortex-M3: minor cleanup
2009-11-05 David BrownellCortex-M3: DWT cleanup/fixes
2009-11-05 Øyvind Harboetarget: add target->type->has_mmu fn.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-11-05 Øyvind Harboedebug interface: get rid of unused pre_debug fn
2009-10-28 David BrownellCortex-M3: remove exports and forward decls
2009-09-01 ntfreak- fix a regression when using cortex_m3 emulated dcc...
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> Tweak disassembly...
2009-08-19 oharboeDavid Brownell <david-b@pacbell.net> Clean up some...
2009-08-18 oharboeDavid Brownell <david-b@pacbell.net> Add "cortex_m3...
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-16 zwelchMagnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ...
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-12 oharboeMagnus Lundin Thc cortex_m3_poll function does not...
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-27 duaneAdd Breakpoint/Watchpoint unique ID to help debug hardw...
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-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-09 zwelchEncapsulate the jtag_trst and jtag_srst variables:
2009-06-04 ntfreak- add support for different TAR autotincrement sizes...
2009-06-02 ntfreak- change signature for adi_jtag_dp_scan and adi_jtag_dp...
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
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 wrappers for target->type->examined:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
next