openocd/src/server
Øyvind Harboe 3e33393078 gdbserver: fix typo that broke read/write watchpoint
It looks like a bugfix from normal breakpoints was not
copied over.

Do not use clever mathematics and assumptions to convert from
GDB enum for break/watchpoints to OpenOCD enum.

Drop connection upon unknown breakpoint type, this code path
was not really considered by the previous code I think.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-01-13 12:00:02 +01:00
..
httpd whitespace cleanup, mostly for docs 2009-12-30 11:51:29 -08:00
gdb_server.c gdbserver: fix typo that broke read/write watchpoint 2010-01-13 12:00:02 +01:00
gdb_server.h gdb_server: make struct gdb_connection private 2009-12-11 09:17:23 +01:00
httpd_stubs.c change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
httpd.c src/server: usage/help/doc updates 2010-01-09 00:55:41 -08:00
httpd.h httpd: use register_commands() 2009-11-24 21:37:37 -08:00
Makefile.am build: add build/src to include path 2009-12-08 10:16:10 +01:00
server_stubs.c remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00
server.c shutdown: more graceful shutdown 2010-01-11 08:13:17 +01:00
server.h server: add server_preinit which is called before config file is parsed. 2009-12-11 10:26:15 +00:00
startup.tcl improve startup tcl scripts 2009-11-24 21:37:29 -08:00
tcl_server.c src/server: usage/help/doc updates 2010-01-09 00:55:41 -08:00
tcl_server.h change #include "server.h" to <server/server.h> 2009-12-03 04:24:49 -08:00
telnet_server.c src/server: usage/help/doc updates 2010-01-09 00:55:41 -08:00
telnet_server.h change #include "server.h" to <server/server.h> 2009-12-03 04:24:49 -08:00