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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ARM: list number of HW breakpoints/watchpoints
David Brownell
2009-12-07
3
-0
/
+12
*
target: add debug_reason_name()
David Brownell
2009-12-07
5
-8
/
+19
*
ARM: don't clone arm_arch_state() code
David Brownell
2009-12-07
4
-33
/
+8
*
ARM: use <target/arm.h> not armv4_5.h
David Brownell
2009-12-07
18
-194
/
+225
*
ARM: rename some generic routines
David Brownell
2009-12-07
15
-32
/
+34
*
ARM: move opcode macros to <target/arm_opcodes.h>
David Brownell
2009-12-07
17
-247
/
+276
*
ARM: remove mrc_opcode(), use MRC() or MCR()
David Brownell
2009-12-07
3
-20
/
+32
*
ARM: disassemble two more v6+ instructions
David Brownell
2009-12-07
1
-12
/
+71
*
ARM DPM: don't write low bits of watchpoint value
David Brownell
2009-12-07
1
-1
/
+1
*
ARM semihosting: use breakpoint on ARM7
Nicolas Pitre
2009-12-04
1
-7
/
+9
*
ARM semihosting: work with both low and high vectors
Nicolas Pitre
2009-12-04
1
-6
/
+4
*
ARM: doc updates for main header
David Brownell
2009-12-04
1
-3
/
+11
*
ARM: rename armv4_5_build_reg_cache() as arm_*()
David Brownell
2009-12-04
6
-11
/
+10
*
ARM: rename armv4_5_algorithm as arm_algorithm
David Brownell
2009-12-04
3
-17
/
+17
*
ARM: misc generic cleanup
David Brownell
2009-12-04
4
-13
/
+28
*
ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
David Brownell
2009-12-04
4
-9
/
+9
*
ARM: switch target_to_armv4_5() to target_to_arm()
David Brownell
2009-12-04
8
-20
/
+18
*
ARM: rename armv4_5_state_* as arm_state_*
David Brownell
2009-12-04
12
-23
/
+23
*
ARM: rename armv4_5_mode_* AS arm_mode_*
David Brownell
2009-12-04
8
-39
/
+39
*
ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
David Brownell
2009-12-04
8
-131
/
+131
*
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
David Brownell
2009-12-04
10
-67
/
+67
*
ARM11: report watchpoint trigger insn
David Brownell
2009-12-04
1
-0
/
+18
*
ARM11: basic watchpoint support
David Brownell
2009-12-04
4
-9
/
+100
*
ARM11: tweak TAP ops and debugging
David Brownell
2009-12-04
2
-23
/
+61
*
ARM: semihosting entry cleanup
David Brownell
2009-12-04
1
-8
/
+39
*
ARM: remove semihosting globals
David Brownell
2009-12-04
5
-33
/
+48
*
target: cygwin build fixes
David Brownell
2009-12-04
2
-4
/
+10
*
basic ARM semihosting support
Nicolas Pitre
2009-12-03
4
-0
/
+516
*
doxygen: remove some warnings
David Brownell
2009-12-03
1
-0
/
+1
*
ARMv7-A: tweak arch_state()
David Brownell
2009-12-03
1
-10
/
+4
*
ARM DPM: share debug reason logic
David Brownell
2009-12-03
7
-100
/
+60
*
ARM11: use shared DSCR bit names
David Brownell
2009-12-03
3
-42
/
+24
*
ARM DPM: make DSCR bit defs sharable
David Brownell
2009-12-03
3
-33
/
+43
*
remove tertiary include paths
Zachary T Welch
2009-12-03
1
-4
/
+1
*
change #include "../hello.h" to "hello.h"
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "trace.h" to <target/trace.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "target.h" to <target/target.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "mips_ejtag.h" to <target/mips_ejtag.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "mips32_pracc.h" to <target/mips32_pracc.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "etm.h" to <target/etm.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "embeddedice.h" to <target/embeddedice.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "armv7m.h" to <target/armv7m.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "armv7a.h" to <target/armv7a.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
Zachary T Welch
2009-12-03
5
-5
/
+5
*
change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "armv4_5.h" to <target/armv4_5.h>
Zachary T Welch
2009-12-03
5
-5
/
+5
*
change #include "arm_jtag.h" to <target/arm_jtag.h>
Zachary T Welch
2009-12-03
3
-3
/
+3
*
change #include "arm_dpm.h" to <target/arm_dpm.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "arm9tdmi.h" to <target/arm9tdmi.h>
Zachary T Welch
2009-12-03
3
-3
/
+3
[prev]
[next]