aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
AgeCommit message (Expand)Author
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparatorZachary T Welch
2009-11-13cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparatorZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13cortex_m3_common_t -> struct cortex_m3_commonZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13armv7m_common_t -> struct armv7m_commonZachary T Welch
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13add CMD_NAME macro for command handlersZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11change argv to args in command handlersZachary T Welch
2009-11-09Revert "target: add target->type->has_mmu fn"David Brownell
2009-11-08Cortex-M3: fix (debug) message priorityDavid Brownell
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell
2009-11-05Improve cortex_m3 command argument parsing.Zachary T Welch
2009-11-05watchpoint_add() cleanupDavid Brownell
2009-11-05Cortex-M3: expose most DWT registersDavid Brownell
2009-11-05Cortex-M3: minor cleanupDavid Brownell
2009-11-05Cortex-M3: DWT cleanup/fixesDavid Brownell
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-10-28Cortex-M3: remove exports and forward declsDavid Brownell
2009-09-01- fix a regression when using cortex_m3 emulated dcc channelntfreak
2009-08-25David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe
2009-08-19David Brownell <david-b@pacbell.net> Clean up some Cortex-M3 reset handling.oharboe
2009-08-18David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and...oharboe
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch
2009-07-15David Brownell <david-b@pacbell.net>:zwelch
2009-07-12Magnus Lundin Thc cortex_m3_poll function does not identify that a target is...oharboe
2009-06-28Refactor code, create target_state_name()duane
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch