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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
streamline and document helptext mode displays
David Brownell
2010-01-02
1
-1
/
+1
*
ARM7_9: Fix segfaults
Antonio Borneo
2009-12-30
1
-0
/
+5
*
MinGW build fixes
Freddie Chopin
2009-12-28
1
-1
/
+1
*
target: add basic dsp563xx support
mkdorg@users.sourceforge.net
2009-12-15
1
-0
/
+2
*
target: further shrink Jim-awareness
David Brownell
2009-12-13
1
-2
/
+3
*
target: remove more exit() calls
David Brownell
2009-12-08
1
-1
/
+2
*
target: remove needless "extern"s
David Brownell
2009-12-08
1
-5
/
+5
*
target: add debug_reason_name()
David Brownell
2009-12-07
1
-1
/
+14
*
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
fix 'target init' command registration
Zachary T Welch
2009-12-02
1
-6
/
+6
*
target: factor init to 'target init'
Zachary T Welch
2009-12-02
1
-0
/
+23
*
target: factor target_init() into pieces
Zachary T Welch
2009-12-02
1
-69
/
+84
*
target: "mcr" and "mrc" are ARM-specific
David Brownell
2009-12-01
1
-199
/
+0
*
do not extern 'interp' from command.c
Zachary T Welch
2009-11-30
1
-4
/
+7
*
target: avoid using interp global variable
Zachary T Welch
2009-11-30
1
-9
/
+10
*
explode tcl_target_func into many handlers
Zachary T Welch
2009-11-28
1
-387
/
+521
*
split jim_target into multiple handlers
Zachary T Welch
2009-11-28
1
-109
/
+137
*
target: uplevel add_{break,watch}point() error checks
David Brownell
2009-11-28
1
-0
/
+8
*
target: groundwork for "reset-assert" event
David Brownell
2009-11-27
1
-2
/
+17
*
target: create and use target_name()
David Brownell
2009-11-25
1
-16
/
+19
*
target: target_get_name() --> target_type_name()
David Brownell
2009-11-25
1
-7
/
+11
*
add 'testee' target type
Zachary T Welch
2009-11-25
1
-0
/
+2
*
add jim_handler to command_registration
Zachary T Welch
2009-11-24
1
-23
/
+45
*
remove target_type register_command callback
Zachary T Welch
2009-11-24
1
-5
/
+7
*
target: use register_commands()
Zachary T Welch
2009-11-24
1
-104
/
+201
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-27
/
+27
*
target: reduce stack usage
Øyvind Harboe
2009-11-22
1
-6
/
+20
*
target: create/use register_cache_invalidate()
David Brownell
2009-11-19
1
-4
/
+4
*
use COMMAND_PARSE_ON_OFF where appropriate
Zachary T Welch
2009-11-18
1
-14
/
+5
*
fix regression in md/mw commands
Zachary T Welch
2009-11-18
1
-4
/
+2
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-65
/
+65
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-58
/
+58
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-44
/
+44
*
target: simplify register get/set ops
David Brownell
2009-11-17
1
-4
/
+2
*
fileio: improve API types
Zachary T Welch
2009-11-16
1
-5
/
+5
*
struct fileio: improve member types
Zachary T Welch
2009-11-16
1
-1
/
+1
*
rename CEIL as DIV_ROUND_UP
Zachary T Welch
2009-11-16
1
-1
/
+1
*
target: don't implicitly include "breakpoint.h"
David Brownell
2009-11-16
1
-0
/
+1
*
target: make "examined" flag be per-target
David Brownell
2009-11-15
1
-13
/
+6
*
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
1
-7
/
+9
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-14
/
+14
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-113
/
+113
*
reg_t -> struct reg
Zachary T Welch
2009-11-13
1
-3
/
+3
*
target_type_t -> struct target_type
Zachary T Welch
2009-11-13
1
-20
/
+20
*
image_t -> struct image
Zachary T Welch
2009-11-13
1
-4
/
+4
*
trace_t -> struct trace
Zachary T Welch
2009-11-13
1
-1
/
+1
*
breakpoint_t -> struct breakpoint
Zachary T Welch
2009-11-13
1
-3
/
+3
[next]