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_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
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-6
/
+6
*
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
1
-1
/
+1
*
target: don't implicitly include "breakpoint.h"
David Brownell
2009-11-16
1
-0
/
+1
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-3
/
+3
*
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
1
-21
/
+21
*
reg_t -> struct reg
Zachary T Welch
2009-11-13
1
-6
/
+6
*
image_t -> struct image
Zachary T Welch
2009-11-13
1
-1
/
+1
*
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
1
-34
/
+34
*
gdb_service_t -> struct gdb_service
Zachary T Welch
2009-11-13
1
-8
/
+8
*
gdb_connection_t -> struct gdb_connection
Zachary T Welch
2009-11-13
1
-19
/
+19
*
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
2009-11-13
1
-1
/
+1
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-6
/
+6
*
log: improve log_callback_fn signature
Zachary T Welch
2009-11-11
1
-2
/
+2
*
server: remove useless declarations
Zachary T Welch
2009-11-09
1
-18
/
+26
*
Update all server port command to use new helper.
Zachary T Welch
2009-11-05
1
-9
/
+1
[next]