openocd/src/server
Zachary T Welch 23f07d08e3 fix regressions with GDB port numbers
Use a separate variable for iterating GDB service port numbers than
the one set by the user.  Restores the behavior of returning the
original port number and only incrementing the port used on success.
2009-12-03 05:28:51 -08:00
..
httpd Remove duplicate definition of encode in httpd.tcl. 2009-05-11 22:37:52 +00:00
gdb_server.c fix regressions with GDB port numbers 2009-12-03 05:28:51 -08:00
gdb_server.h improve gdb_init() sequence 2009-11-30 16:29:24 -08:00
httpd_stubs.c change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
httpd.c change #include "target.h" to <target/target.h> 2009-12-03 04:24:42 -08:00
httpd.h httpd: use register_commands() 2009-11-24 21:37:37 -08:00
Makefile.am remove tertiary include paths 2009-12-03 04:24:50 -08:00
server_stubs.c remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00
server.c change #include "target.h" to <target/target.h> 2009-12-03 04:24:42 -08:00
server.h change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
startup.tcl improve startup tcl scripts 2009-11-24 21:37:29 -08:00
tcl_server.c do not extern 'interp' from command.c 2009-11-30 16:29:34 -08:00
tcl_server.h change #include "server.h" to <server/server.h> 2009-12-03 04:24:49 -08:00
telnet_server.c change #include "target_request.h" to <target/target_request.h> 2009-12-03 04:24:42 -08:00
telnet_server.h change #include "server.h" to <server/server.h> 2009-12-03 04:24:49 -08:00