summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* watchpoint_add() cleanupDavid Brownell2009-11-051-1/+1
* Cortex-M3: expose most DWT registersDavid Brownell2009-11-051-21/+142
* Cortex-M3: minor cleanupDavid Brownell2009-11-051-10/+4
* Cortex-M3: DWT cleanup/fixesDavid Brownell2009-11-051-56/+115
* target: add target->type->has_mmu fn.Øyvind Harboe2009-11-051-0/+7
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-6/+0
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-051-3/+0
* Cortex-M3: remove exports and forward declsDavid Brownell2009-10-281-161/+144