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
/
target.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
smp : infra for smp minimum support
Michel Jaouen
2011-04-28
1
-2
/
+30
*
RTOS Thread awareness support wip
Broadcom Corporation (Evan Hunter)
2011-04-15
1
-0
/
+6
*
types: write memory now uses const
Øyvind Harboe
2011-04-01
1
-3
/
+3
*
target: add -dbgbase option to target configuration
Øyvind Harboe
2011-03-31
1
-0
/
+5
*
Fix a bunch of typos.
Uwe Hermann
2011-03-17
1
-2
/
+2
*
24bit buffer support
Mathias K
2011-02-03
1
-0
/
+2
*
Add '-coreid' target option to support multiple cores per TAP.
Aaron Carroll
2011-01-31
1
-0
/
+1
*
target: change working area free data type
Spencer Oliver
2011-01-04
1
-1
/
+1
*
target: document that target_poll() will report and clear sticky errors
Øyvind Harboe
2010-11-09
1
-0
/
+12
*
target: clean up target memory allocation error messages
Øyvind Harboe
2010-05-04
1
-0
/
+8
*
TARGET: review unused symbols
Antonio Borneo
2010-04-10
1
-1
/
+0
*
TARGET: review scope of functions
Antonio Borneo
2010-04-10
1
-15
/
+0
*
target: are we running algorithm code?
David Brownell
2010-04-04
1
-0
/
+8
*
target: add todo in target_write_memory() about alignment
Øyvind Harboe
2010-02-09
1
-2
/
+13
*
target: add check_reset hook
Øyvind Harboe
2010-01-13
1
-1
/
+3
*
target: further shrink Jim-awareness
David Brownell
2009-12-13
1
-2
/
+1
*
target: remove needless "extern"s
David Brownell
2009-12-08
1
-10
/
+0
*
target: add debug_reason_name()
David Brownell
2009-12-07
1
-2
/
+2
*
change #include "types.h" to <helper/types.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "jim.h" to <helper/jim.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
do not extern 'interp' from command.c
Zachary T Welch
2009-11-30
1
-1
/
+0
*
target: avoid using interp global variable
Zachary T Welch
2009-11-30
1
-0
/
+1
*
target: remove unused TARGET_EVENT_OLD_* symbols
David Brownell
2009-11-28
1
-2
/
+0
*
target: groundwork for "reset-assert" event
David Brownell
2009-11-27
1
-1
/
+4
*
target: create and use target_name()
David Brownell
2009-11-25
1
-0
/
+6
*
target: target_get_name() --> target_type_name()
David Brownell
2009-11-25
1
-2
/
+3
*
move container_of to types.h
Zachary T Welch
2009-11-16
1
-13
/
+0
*
target: less implicit inclusion of "command.h"
David Brownell
2009-11-16
1
-3
/
+3
*
target: don't implicitly include "algorithm.h"
David Brownell
2009-11-16
1
-1
/
+2
*
target: don't implicitly include "breakpoint.h"
David Brownell
2009-11-16
1
-1
/
+2
*
target: make "examined" flag be per-target
David Brownell
2009-11-15
1
-8
/
+24
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-6
/
+6
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-56
/
+54
*
reg_t -> struct reg
Zachary T Welch
2009-11-13
1
-2
/
+2
*
target_type_t -> struct target_type
Zachary T Welch
2009-11-13
1
-5
/
+2
*
trace_t -> struct trace
Zachary T Welch
2009-11-13
1
-2
/
+2
*
breakpoint_t -> struct breakpoint
Zachary T Welch
2009-11-13
1
-3
/
+3
*
target_event_action_t -> struct target_event_action
Zachary T Welch
2009-11-13
1
-6
/
+3
*
debug_msg_receiver_t -> struct debug_msg_receiver
Zachary T Welch
2009-11-13
1
-1
/
+1
*
target_timer_callback_t -> struct target_timer_callback
Zachary T Welch
2009-11-13
1
-4
/
+4
*
target_event_callback_t -> struct target_event_callback
Zachary T Welch
2009-11-13
1
-4
/
+4
*
working_area_t -> struct working_area
Zachary T Welch
2009-11-13
1
-8
/
+8
*
reg_cache_t -> struct reg_cache
Zachary T Welch
2009-11-13
1
-1
/
+1
*
watchpoint_t -> struct watchpoint
Zachary T Welch
2009-11-13
1
-3
/
+3
*
reg_param_t -> struct reg_param
Zachary T Welch
2009-11-13
1
-1
/
+1
*
mem_param_t -> struct mem_param
Zachary T Welch
2009-11-13
1
-1
/
+1
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-1
/
+1
*
target.h: remove extern keyword and wrap
Zachary T Welch
2009-11-09
1
-53
/
+72
*
target: provide container_of()
David Brownell
2009-11-05
1
-0
/
+15
*
target: require working area for physical/virtual addresses to be specified
Øyvind Harboe
2009-11-03
1
-3
/
+5
[next]