summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
Commit message (Expand)AuthorAgeFilesLines
* ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell2010-01-291-4/+4
* Cortex-M3: report lockup, and recoverDavid Brownell2010-01-271-0/+15
* BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver2010-01-201-2/+2
* ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver2010-01-201-2/+23
* Cortex-M3: improved core exception handlingDavid Brownell2010-01-131-21/+24
* ARMv7: help/usage updatesDavid Brownell2010-01-071-6/+6
* Cortex-M3: minor breakpoint cleanupDavid Brownell2010-01-021-12/+25
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+1
* Cortex-M3: cleanupDavid Brownell2009-12-201-45/+111
* target: move 'extern' decls to *.h filesDavid Brownell2009-12-081-5/+0
* ARM: list number of HW breakpoints/watchpointsDavid Brownell2009-12-071-0/+6
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-1/+2
* Cortex-M3: don't chain "struct arm" commandsDavid Brownell2009-11-281-3/+0
* target: uplevel add_{break,watch}point() error checksDavid Brownell2009-11-281-7/+0
* remove target_type register_command callbackZachary T Welch2009-11-241-7/+7
* cortex_m3: use register_commands()Zachary T Welch2009-11-241-19/+36
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-4/+4
* target: create/use register_cache_invalidate()David Brownell2009-11-191-5/+6
* use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2009-11-181-12/+5
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-0/+3
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-12/+15
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-8/+8
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-7/+7
* target: simplify register get/set opsDavid Brownell2009-11-171-6/+5
* Cortex-M3: don't exit()David Brownell2009-11-161-24/+10
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-5/+2
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* target_t -> struct targetZachary T Welch2009-11-131-45/+45
* reg_t -> struct regZachary T Welch2009-11-131-4/+4
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparatorZachary T Welch2009-11-131-5/+5
* cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparatorZachary T Welch2009-11-131-4/+4
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-9/+9
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-1/+1
* cortex_m3_common_t -> struct cortex_m3_commonZachary T Welch2009-11-131-26/+26
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-5/+5
* armv7m_common_t -> struct armv7m_commonZachary T Welch2009-11-131-12/+12
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-21/+21
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-9/+3
* change argv to args in command handlersZachary T Welch2009-11-111-5/+5
* Revert "target: add target->type->has_mmu fn"David Brownell2009-11-091-7/+0
* Cortex-M3: fix (debug) message priorityDavid Brownell2009-11-081-1/+1
* Cortex-M3: use the new inheritance/nesting schemeDavid Brownell2009-11-051-104/+88
* Improve cortex_m3 command argument parsing.Zachary T Welch2009-11-051-6/+2