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
/
gdb_server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: fix occasional crash when flash probe failed
Øyvind Harboe
2010-11-15
1
-3
/
+7
*
gdb: improve error message when gdb connect fails
Øyvind Harboe
2010-11-11
1
-1
/
+1
*
build: remove warn_unused_result errors
Spencer Oliver
2010-10-05
1
-1
/
+1
*
gdbserver: fix gdb_port memory leak
Spencer Oliver
2010-10-04
1
-1
/
+3
*
pipes: add documentation for pipes
Øyvind Harboe
2010-10-01
1
-3
/
+7
*
server: add support for pipes
Øyvind Harboe
2010-10-01
1
-23
/
+3
*
server: specify port as a string
Øyvind Harboe
2010-10-01
1
-25
/
+32
*
server: read/write now goes through connection fn's
Øyvind Harboe
2010-10-01
1
-1
/
+1
*
server: split file descriptors in in/out fd's
Øyvind Harboe
2010-10-01
1
-14
/
+3
*
gdb: fix blank line at top
Øyvind Harboe
2010-09-26
1
-1
/
+0
*
gdbserver: incorrect memory map for multiple targets (bug #24)
sb-sf
2010-07-05
1
-2
/
+4
*
gdb-server: fix -Wshadow warning
Oyvind Harboe
2010-06-17
1
-7
/
+8
*
gdb: -Wshadow warning fixes
Øyvind Harboe
2010-06-16
1
-1
/
+0
*
gdb: clean up error handling in step/continue
Øyvind Harboe
2010-06-16
1
-5
/
+15
*
gdb-server: fix error reporting bugs
Øyvind Harboe
2010-06-08
1
-24
/
+9
*
gdbserver: gdb cmds returning failure on success
Spencer Oliver
2010-05-17
1
-9
/
+12
*
missing pointer's declaration when enable macro -D_DEBUG_GDB_IO_.
Jun Ma
2010-05-14
1
-0
/
+3
*
gdb: connect will now fail if flash autoprobe fails
Øyvind Harboe
2010-05-05
1
-3
/
+23
*
gdb_server: improved gdb load performance
Øyvind Harboe
2010-03-17
1
-8
/
+37
*
gdb_server: handle stepi/continue packet while target is running with more grace
Øyvind Harboe
2010-01-21
1
-9
/
+14
*
gdb_server: correctly report flash sector sizes
David Brownell
2010-01-20
1
-31
/
+46
*
gdb_server -- subroutinize memory map logic
David Brownell
2010-01-19
1
-107
/
+116
*
gdb_server -- symbol cleanup
David Brownell
2010-01-19
1
-61
/
+105
*
GDB: change gdb_breakpoint_override to COMMAND_ANY
Spencer Oliver
2010-01-14
1
-1
/
+1
*
NOR: add optional "flash erase_address" sector padding
David Brownell
2010-01-13
1
-3
/
+13
*
gdbserver: fix typo that broke read/write watchpoint
Øyvind Harboe
2010-01-13
1
-2
/
+8
*
Doxygen file comments
David Brownell
2010-01-11
1
-1
/
+10
*
src/server: usage/help/doc updates
David Brownell
2010-01-09
1
-15
/
+16
*
gdb: fix regression in gdb_port command
Øyvind Harboe
2010-01-05
1
-2
/
+3
*
streamline and document helptext mode displays
David Brownell
2010-01-02
1
-1
/
+2
*
cygwin 1.7 build fixes
David Brownell
2009-12-26
1
-1
/
+1
*
gdb_server: use more local variables in inner loop of fetching packetstiny re...
Øyvind Harboe
2009-12-11
1
-31
/
+73
*
gdb_server: make struct gdb_connection private
Øyvind Harboe
2009-12-11
1
-1
/
+20
*
remove flash.h from tree
Zachary T Welch
2009-12-04
1
-1
/
+1
*
fix regressions with GDB port numbers
Zachary T Welch
2009-12-03
1
-3
/
+11
*
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
1
-1
/
+1
*
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
*
improve gdb_init() sequence
Zachary T Welch
2009-11-30
1
-33
/
+46
*
fix typos in source files
Uwe Hermann
2009-11-26
1
-5
/
+5
*
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
*
server: use register_commands
Zachary T Welch
2009-11-24
1
-22
/
+50
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-6
/
+6
*
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
2009-11-18
1
-42
/
+3
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-1
/
+1
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-12
/
+12
[next]