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
...
*
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
*
log: improve log_callback_fn signature
Zachary T Welch
2009-11-11
2
-3
/
+3
*
httpd: fix warnings, more robust error handling, improved MIME handling
Øyvind Harboe
2009-11-10
1
-6
/
+9
*
server: remove useless declarations
Zachary T Welch
2009-11-09
4
-52
/
+64
*
src/{server,pld,svf,xsvf}: remove 'extern' keyword
Zachary T Welch
2009-11-09
4
-11
/
+17
*
Update all server port command to use new helper.
Zachary T Welch
2009-11-05
3
-23
/
+5
*
Add server port command helper function.
Zachary T Welch
2009-11-05
2
-0
/
+23
*
Retired gdb_attach. gdb-detach event covers this functionality.
Øyvind Harboe
2009-10-13
1
-66
/
+3
*
If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.
Øyvind Harboe
2009-10-12
1
-1
/
+4
*
Stop debug session if halt fails
Øyvind Harboe
2009-10-09
1
-1
/
+6
*
Stop GDB when polling fails, srst assert or powerdropout is detected
Øyvind Harboe
2009-10-08
1
-1
/
+1
*
handle single threading
oharboe
2009-09-29
1
-14
/
+34
*
httpd smoketest info
oharboe
2009-09-29
1
-4
/
+19
*
When attaching GDB to OpenOCD, the target state is no longer affected.
oharboe
2009-09-24
2
-28
/
+68
*
Remove annoying end-of-line whitespace from most src/*
dbrownell
2009-09-21
1
-1
/
+1
*
fix bug when using 32 instead of 64 bit value in callback, caught by -Wall
oharboe
2009-09-15
1
-1
/
+1
*
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
2009-08-30
1
-4
/
+12
*
Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks
oharboe
2009-08-24
1
-0
/
+1
*
Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing comm...
oharboe
2009-08-21
1
-1
/
+1
[prev]
[next]