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
*
#include "target.h" less wildly
David Brownell
2009-11-16
9
-6
/
+7
*
target: no implicit #includes of "register.h"
David Brownell
2009-11-16
27
-10
/
+21
*
target: less implicit inclusion of "command.h"
David Brownell
2009-11-16
5
-7
/
+3
*
target: don't implicitly include "algorithm.h"
David Brownell
2009-11-16
6
-3
/
+6
*
target: don't implicitly include "breakpoint.h"
David Brownell
2009-11-16
11
-2
/
+11
*
ARM11: use now-generic memory utils
David Brownell
2009-11-15
1
-11
/
+2
*
ARM11: fixup method table
David Brownell
2009-11-15
2
-47
/
+43
*
ARM: memory utils aren't ARM7/ARM9 dependent
David Brownell
2009-11-15
15
-178
/
+209
*
target: make "examined" flag be per-target
David Brownell
2009-11-15
5
-44
/
+53
*
remove unused arm_jtag_buf_to_* helpers
Zachary T Welch
2009-11-14
2
-106
/
+0
*
struct scan_field_s -> struct scan_field
Zachary T Welch
2009-11-14
2
-24
/
+24
*
Fix for md* commands, similar to mw*.
Krzysztof Dziuba
2009-11-14
1
-1
/
+2
*
Invalid command syntax errors with MWW.
Dean Glazeski
2009-11-14
1
-1
/
+2
*
compile with cygwin (32-bit)
Ferdinand Postema
2009-11-14
3
-16
/
+25
*
ARM11: ETM + ETB support
David Brownell
2009-11-13
1
-1
/
+15
*
ARM11: revert etmr/etmw commands
David Brownell
2009-11-13
3
-165
/
+0
*
ARM7/ARM9: use shared examine() method
David Brownell
2009-11-13
12
-84
/
+65
*
ETM: simplify ETM initialization code paths
David Brownell
2009-11-13
3
-18
/
+14
*
ARM11: switch to new "arm" base type
David Brownell
2009-11-13
3
-35
/
+39
*
target: remove unused "bitfield" infrastructure
David Brownell
2009-11-13
9
-73
/
+78
*
ARM7/9: rm arm7_9_get_arch_pointers()
David Brownell
2009-11-13
2
-64
/
+29
*
command_t -> struct command
Zachary T Welch
2009-11-13
19
-20
/
+20
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
45
-96
/
+96
*
target_t -> struct target
Zachary T Welch
2009-11-13
60
-972
/
+970
*
reg_t -> struct reg
Zachary T Welch
2009-11-13
27
-152
/
+152
*
target_type_t -> struct target_type
Zachary T Welch
2009-11-13
17
-41
/
+38
*
improve mips32_pracc_context
Zachary T Welch
2009-11-13
1
-5
/
+6
*
image_t -> struct image
Zachary T Welch
2009-11-13
7
-39
/
+39
*
armv4_5_common_t -> struct arm
Zachary T Welch
2009-11-13
11
-47
/
+47
*
etm_context_t -> struct etm_context
Zachary T Welch
2009-11-13
8
-47
/
+47
*
etb_t -> struct etb
Zachary T Welch
2009-11-13
3
-15
/
+15
*
trace_t -> struct trace
Zachary T Welch
2009-11-13
4
-8
/
+8
*
image_elf_t -> struct image_elf
Zachary T Welch
2009-11-13
2
-7
/
+7
*
cortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comparator
Zachary T Welch
2009-11-13
2
-8
/
+8
*
cortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparator
Zachary T Welch
2009-11-13
2
-7
/
+7
*
cortex_a8_wrp_t -> struct cortex_a8_wrp
Zachary T Welch
2009-11-13
2
-4
/
+4
*
cortex_a8_brp_t -> struct cortex_a8_brp
Zachary T Welch
2009-11-13
2
-6
/
+6
*
breakpoint_t -> struct breakpoint
Zachary T Welch
2009-11-13
13
-76
/
+76
*
xscale_trace_t -> struct xscale_trace
Zachary T Welch
2009-11-13
1
-3
/
+3
*
xscale_trace_entry_t -> struct xscale_trace_entry
Zachary T Welch
2009-11-13
2
-4
/
+4
*
target_event_action_t -> struct target_event_action
Zachary T Welch
2009-11-13
2
-9
/
+6
*
arm_instruction_t -> struct arm_instruction
Zachary T Welch
2009-11-13
8
-73
/
+73
*
arm9tdmi_vector_t -> struct arm9tdmi_vector
Zachary T Welch
2009-11-13
2
-4
/
+4
*
xscale_reg_t -> struct xscale_reg
Zachary T Welch
2009-11-13
2
-8
/
+8
*
xscale_common_t -> struct xscale_common
Zachary T Welch
2009-11-13
2
-56
/
+56
*
xscale_trace_data_t -> struct xscale_trace_data
Zachary T Welch
2009-11-13
2
-10
/
+10
*
trace_point_t -> struct trace_point
Zachary T Welch
2009-11-13
2
-4
/
+4
*
debug_msg_receiver_t -> struct debug_msg_receiver
Zachary T Welch
2009-11-13
3
-13
/
+13
*
target_timer_callback_t -> struct target_timer_callback
Zachary T Welch
2009-11-13
2
-14
/
+14
*
target_event_callback_t -> struct target_event_callback
Zachary T Welch
2009-11-13
2
-12
/
+12
[next]