aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-28Cortex-M3: don't chain "struct arm" commandsDavid Brownell1-3/+0
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell1-7/+0
2009-11-24remove target_type register_command callbackZachary T Welch1-7/+7
2009-11-24cortex_m3: use register_commands()Zachary T Welch1-19/+36
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-4/+4
2009-11-19target: create/use register_cache_invalidate()David Brownell1-5/+6
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch1-12/+5
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-0/+3
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-12/+15
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-8/+8
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-7/+7
2009-11-17target: simplify register get/set opsDavid Brownell1-6/+5
2009-11-16Cortex-M3: don't exit()David Brownell1-24/+10
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-5/+2
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13target_t -> struct targetZachary T Welch1-45/+45
2009-11-13reg_t -> struct regZachary T Welch1-4/+4
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparatorZachary T Welch1-5/+5
2009-11-13cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparatorZachary T Welch1-4/+4
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-9/+9
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-1/+1
2009-11-13cortex_m3_common_t -> struct cortex_m3_commonZachary T Welch1-26/+26
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-5/+5
2009-11-13armv7m_common_t -> struct armv7m_commonZachary T Welch1-12/+12
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-21/+21
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-9/+3
2009-11-11change argv to args in command handlersZachary T Welch1-5/+5
2009-11-09Revert "target: add target->type->has_mmu fn"David Brownell1-7/+0
2009-11-08Cortex-M3: fix (debug) message priorityDavid Brownell1-1/+1
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell1-104/+88
2009-11-05Improve cortex_m3 command argument parsing.Zachary T Welch1-6/+2
2009-11-05watchpoint_add() cleanupDavid Brownell1-1/+1
2009-11-05Cortex-M3: expose most DWT registersDavid Brownell1-21/+142
2009-11-05Cortex-M3: minor cleanupDavid Brownell1-10/+4
2009-11-05Cortex-M3: DWT cleanup/fixesDavid Brownell1-56/+115
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe1-0/+7
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-6/+0
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe1-3/+0
2009-10-28Cortex-M3: remove exports and forward declsDavid Brownell1-161/+144
2009-09-01- fix a regression when using cortex_m3 emulated dcc channelntfreak1-10/+19
2009-08-25David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe1-12/+16
2009-08-19David Brownell <david-b@pacbell.net> Clean up some Cortex-M3 reset handling.oharboe1-17/+39
2009-08-18David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and...oharboe1-3/+78