summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - fix a regression when using cortex_m3 emulated dcc channelntfreak2009-09-011-10/+19
* David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe2009-08-251-12/+16
* David Brownell <david-b@pacbell.net> Clean up some Cortex-M3 reset handling.oharboe2009-08-191-17/+39
* David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and...oharboe2009-08-181-3/+78
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-44/+59
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-30/+17
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-18/+31
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-2/+51
* Magnus Lundin Thc cortex_m3_poll function does not identify that a target is...oharboe2009-07-121-9/+12
* Refactor code, create target_state_name()duane2009-06-281-5/+5
* Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane2009-06-271-6/+30
* Remove whitespace that occurs before ')'.zwelch2009-06-231-12/+12
* Remove whitespace that occurs after '('.zwelch2009-06-231-5/+5
* - Fixes '[|]' whitespacezwelch2009-06-231-4/+4
* - Fixes '=' whitespacezwelch2009-06-231-4/+4
* - Fixes '<<' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'while(' with 'while ('.zwelch2009-06-231-2/+2