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
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove tertiary include paths
Zachary T Welch
2009-12-03
1
-4
/
+0
*
change #include "server.h" to <server/server.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "flash.h" to <flash/flash.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "target_request.h" to <target/target_request.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 "register.h" to <target/register.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "image.h" to <target/image.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "breakpoints.h" to <target/breakpoints.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
stubs: buildfix
David Brownell
2009-12-02
1
-0
/
+1
*
remove #if BUILD_HTTPD
Zachary T Welch
2009-12-02
2
-0
/
+33
*
remove #if logic for openocd_sleep_*lude
Zachary T Welch
2009-12-02
3
-0
/
+45
*
remove interp global variable!
Zachary T Welch
2009-11-30
1
-1
/
+1
*
do not extern 'interp' from command.c
Zachary T Welch
2009-11-30
5
-13
/
+20
*
move server_init() to openocd_main()
Zachary T Welch
2009-11-30
1
-1
/
+15
*
improve gdb_init() sequence
Zachary T Welch
2009-11-30
2
-34
/
+48
*
fix typos in source files
Uwe Hermann
2009-11-26
3
-8
/
+8
*
target: create and use target_name()
David Brownell
2009-11-25
1
-5
/
+5
*
target: target_get_name() --> target_type_name()
David Brownell
2009-11-25
1
-2
/
+2
*
httpd: use register_commands()
Zachary T Welch
2009-11-24
3
-15
/
+49
*
server: use register_commands
Zachary T Welch
2009-11-24
4
-45
/
+95
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
4
-10
/
+10
*
improve startup tcl scripts
Zachary T Welch
2009-11-24
1
-0
/
+2
*
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
2009-11-18
1
-42
/
+3
*
split startup.tcl file across modules
Zachary T Welch
2009-11-18
2
-0
/
+9
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
2
-2
/
+2
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
3
-15
/
+15
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
2
-7
/
+7
*
target: simplify register get/set ops
David Brownell
2009-11-17
1
-9
/
+2
*
rename CEIL as DIV_ROUND_UP
Zachary T Welch
2009-11-16
1
-11
/
+11
*
#include "target.h" less wildly
David Brownell
2009-11-16
2
-3
/
+1
*
target: don't implicitly include "breakpoint.h"
David Brownell
2009-11-16
1
-0
/
+1
*
add openocd.h for top-level declarations
Zachary T Welch
2009-11-14
2
-3
/
+2
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
8
-16
/
+16
*
flash_bank_t -> struct flash_bank
Zachary T Welch
2009-11-13
1
-7
/
+7
*
target_t -> struct target
Zachary T Welch
2009-11-13
2
-22
/
+22
*
reg_t -> struct reg
Zachary T Welch
2009-11-13
1
-6
/
+6
*
image_t -> struct image
Zachary T Welch
2009-11-13
2
-3
/
+3
*
reg_arch_type_t -> struct reg_arch_type
Zachary T Welch
2009-11-13
1
-2
/
+2
*
connection_t -> struct connection
Zachary T Welch
2009-11-13
5
-67
/
+67
*
telnet_connection_t -> struct telnet_connection
Zachary T Welch
2009-11-13
2
-10
/
+10
*
tcl_connection_t -> struct tcl_connection
Zachary T Welch
2009-11-13
1
-7
/
+7
*
service_t -> struct service
Zachary T Welch
2009-11-13
2
-14
/
+14
*
telnet_service_t -> struct telnet_service
Zachary T Welch
2009-11-13
2
-4
/
+4
*
gdb_service_t -> struct gdb_service
Zachary T Welch
2009-11-13
2
-10
/
+10
*
gdb_connection_t -> struct gdb_connection
Zachary T Welch
2009-11-13
2
-21
/
+21
*
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
2009-11-13
3
-3
/
+3
*
use COMMAND_HELPER for command helper functions
Zachary T Welch
2009-11-13
2
-4
/
+11
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
4
-14
/
+10
[prev]
[next]