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
/
arm7_9_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target: remove more exit() calls
David Brownell
2009-12-08
1
-8
/
+0
*
target: move 'extern' decls to *.h files
David Brownell
2009-12-08
1
-8
/
+0
*
ARM: use <target/arm.h> not armv4_5.h
David Brownell
2009-12-07
1
-0
/
+1
*
ARM: rename some generic routines
David Brownell
2009-12-07
1
-1
/
+2
*
ARM semihosting: use breakpoint on ARM7
Nicolas Pitre
2009-12-04
1
-7
/
+9
*
ARM: rename armv4_5_algorithm as arm_algorithm
David Brownell
2009-12-04
1
-1
/
+1
*
ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
David Brownell
2009-12-04
1
-1
/
+1
*
ARM: rename armv4_5_mode_* AS arm_mode_*
David Brownell
2009-12-04
1
-3
/
+3
*
ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
David Brownell
2009-12-04
1
-17
/
+17
*
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
David Brownell
2009-12-04
1
-15
/
+15
*
ARM: remove semihosting globals
David Brownell
2009-12-04
1
-6
/
+16
*
basic ARM semihosting support
Nicolas Pitre
2009-12-03
1
-0
/
+44
*
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
target: uplevel add_{break,watch}point() error checks
David Brownell
2009-11-28
1
-12
/
+0
*
ARM7/9: shrink run_algorithm_inner() lines
David Brownell
2009-11-25
1
-2
/
+10
*
remove target_type register_command callback
Zachary T Welch
2009-11-24
1
-8
/
+7
*
arm7_9_common: use register_commands()
Zachary T Welch
2009-11-24
1
-20
/
+37
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-4
/
+4
*
ARM: use arm_reg_current()
David Brownell
2009-11-22
1
-19
/
+26
*
ARM: remove 'armv4_5_common_s' migration #define
David Brownell
2009-11-22
1
-11
/
+11
*
ARM: arm_set_cpsr() handles T and J bits
David Brownell
2009-11-22
1
-11
/
+21
*
ARM: define two register utilities
David Brownell
2009-11-22
1
-10
/
+8
*
ARM: simplify CPSR handling
David Brownell
2009-11-22
1
-22
/
+37
*
ARM: pass 'struct reg *' to register r/w routines
David Brownell
2009-11-20
1
-24
/
+18
*
ARM7/ARM9: remove old "debug commands"
David Brownell
2009-11-20
1
-130
/
+0
*
target: create/use register_cache_invalidate()
David Brownell
2009-11-19
1
-7
/
+4
*
remove fast command and jim_global_long
Zachary T Welch
2009-11-18
1
-2
/
+2
*
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
2009-11-18
1
-42
/
+3
*
ARM: add is_arm_mode()
David Brownell
2009-11-17
1
-16
/
+7
*
ARM: add arm_mode_name()
David Brownell
2009-11-17
1
-3
/
+8
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-24
/
+24
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-14
/
+14
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-6
/
+6
*
target: remove some more duplicate includes
David Brownell
2009-11-17
1
-1
/
+0
*
target: less implicit inclusion of "etm.h"
David Brownell
2009-11-16
1
-0
/
+1
*
target: no implicit #includes of "register.h"
David Brownell
2009-11-16
1
-0
/
+1
*
target: don't implicitly include "algorithm.h"
David Brownell
2009-11-16
1
-0
/
+1
*
target: don't implicitly include "breakpoint.h"
David Brownell
2009-11-16
1
-0
/
+1
*
ARM: memory utils aren't ARM7/ARM9 dependent
David Brownell
2009-11-15
1
-150
/
+0
*
ARM7/ARM9: use shared examine() method
David Brownell
2009-11-13
1
-2
/
+56
*
ARM7/9: rm arm7_9_get_arch_pointers()
David Brownell
2009-11-13
1
-63
/
+24
*
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
-1
/
+1
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-48
/
+48
*
reg_t -> struct reg
Zachary T Welch
2009-11-13
1
-14
/
+14
*
armv4_5_common_t -> struct arm
Zachary T Welch
2009-11-13
1
-8
/
+8
*
breakpoint_t -> struct breakpoint
Zachary T Welch
2009-11-13
1
-8
/
+8
*
working_area_t -> struct working_area
Zachary T Welch
2009-11-13
1
-2
/
+2
*
embeddedice_reg_t -> struct embeddedice_reg
Zachary T Welch
2009-11-13
1
-1
/
+1
*
watchpoint_t -> struct watchpoint
Zachary T Welch
2009-11-13
1
-5
/
+5
[next]