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
*
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
*
mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...
Øyvind Harboe
2009-10-23
1
-1
/
+1
*
Defined target_write_memory() to be able to handle implementing breakpoints f...
Øyvind Harboe
2009-10-21
1
-0
/
+24
*
If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.
Øyvind Harboe
2009-10-12
1
-0
/
+2
*
Stop GDB when polling fails, srst assert or powerdropout is detected
Øyvind Harboe
2009-10-08
1
-2
/
+8
*
Remove annoying end-of-line whitespace from most src/*
dbrownell
2009-09-21
1
-1
/
+1
*
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
2009-08-30
1
-2
/
+1
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
Refactor code, create target_state_name()
duane
2009-06-28
1
-1
/
+9
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-2
/
+2
[next]