index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
cortex_m3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target: uplevel add_{break,watch}point() error checks
David Brownell
2009-11-28
1
-7
/
+0
*
remove target_type register_command callback
Zachary T Welch
2009-11-24
1
-7
/
+7
*
cortex_m3: use register_commands()
Zachary T Welch
2009-11-24
1
-19
/
+36
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-4
/
+4
*
target: create/use register_cache_invalidate()
David Brownell
2009-11-19
1
-5
/
+6
*
use COMMAND_PARSE_ON_OFF where appropriate
Zachary T Welch
2009-11-18
1
-12
/
+5
*
ARM: only use one set of dummy FPA registers
David Brownell
2009-11-17
1
-0
/
+3
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-12
/
+15
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-8
/
+8
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-7
/
+7
*
target: simplify register get/set ops
David Brownell
2009-11-17
1
-6
/
+5
*
Cortex-M3: don't exit()
David Brownell
2009-11-16
1
-24
/
+10
*
move ARRAY_SIZE macro to types.h
Zachary T Welch
2009-11-16
1
-5
/
+2
*
target: no implicit #includes of "register.h"
David Brownell
2009-11-16
1
-0
/
+1
*
target: don't implicitly include "breakpoint.h"
David Brownell
2009-11-16
1
-0
/
+1
*
command_t -> struct command
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-3
/
+3
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-45
/
+45
*
reg_t -> struct reg
Zachary T Welch
2009-11-13
1
-4
/
+4
*
target_type_t -> struct target_type
Zachary T Welch
2009-11-13
1
-1
/
+1
*
cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparator
Zachary T Welch
2009-11-13
1
-5
/
+5
*
cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparator
Zachary T Welch
2009-11-13
1
-4
/
+4
*
breakpoint_t -> struct breakpoint
Zachary T Welch
2009-11-13
1
-9
/
+9
*
arm_instruction_t -> struct arm_instruction
Zachary T Welch
2009-11-13
1
-1
/
+1
*
reg_cache_t -> struct reg_cache
Zachary T Welch
2009-11-13
1
-1
/
+1
*
cortex_m3_common_t -> struct cortex_m3_common
Zachary T Welch
2009-11-13
1
-26
/
+26
*
watchpoint_t -> struct watchpoint
Zachary T Welch
2009-11-13
1
-5
/
+5
*
armv7m_common_t -> struct armv7m_common
Zachary T Welch
2009-11-13
1
-12
/
+12
*
swjdp_common_t -> struct swjdp_common
Zachary T Welch
2009-11-13
1
-21
/
+21
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-1
/
+1
*
add CMD_NAME macro for command handlers
Zachary T Welch
2009-11-13
1
-1
/
+1
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-9
/
+3
*
change argv to args in command handlers
Zachary T Welch
2009-11-11
1
-5
/
+5
*
Revert "target: add target->type->has_mmu fn"
David Brownell
2009-11-09
1
-7
/
+0
*
Cortex-M3: fix (debug) message priority
David Brownell
2009-11-08
1
-1
/
+1
*
Cortex-M3: use the new inheritance/nesting scheme
David Brownell
2009-11-05
1
-104
/
+88
*
Improve cortex_m3 command argument parsing.
Zachary T Welch
2009-11-05
1
-6
/
+2
*
watchpoint_add() cleanup
David Brownell
2009-11-05
1
-1
/
+1
*
Cortex-M3: expose most DWT registers
David Brownell
2009-11-05
1
-21
/
+142
*
Cortex-M3: minor cleanup
David Brownell
2009-11-05
1
-10
/
+4
*
Cortex-M3: DWT cleanup/fixes
David Brownell
2009-11-05
1
-56
/
+115
*
target: add target->type->has_mmu fn.
Øyvind Harboe
2009-11-05
1
-0
/
+7
*
target: remove unused interface fn that clutters code
Øyvind Harboe
2009-11-05
1
-6
/
+0
*
debug interface: get rid of unused pre_debug fn
Øyvind Harboe
2009-11-05
1
-3
/
+0
*
Cortex-M3: remove exports and forward decls
David Brownell
2009-10-28
1
-161
/
+144
*
- fix a regression when using cortex_m3 emulated dcc channel
ntfreak
2009-09-01
1
-10
/
+19
*
David Brownell <david-b@pacbell.net> Tweak disassembly commands:
oharboe
2009-08-25
1
-12
/
+16
*
David Brownell <david-b@pacbell.net> Clean up some Cortex-M3 reset handling.
oharboe
2009-08-19
1
-17
/
+39
*
David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and...
oharboe
2009-08-18
1
-3
/
+78
*
David Brownell <david-b@pacbell.net>:
ntfreak
2009-07-21
1
-44
/
+59
[next]