server: specify port as a string
commit6c137a2fc0bf53b9c0b8eda51e6f5361552b0112
authorØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 27 Sep 2010 06:48:31 +0000 (27 08:48 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 1 Oct 2010 08:21:33 +0000 (1 10:21 +0200)
tree6adbd7dd5dc88bd6d21240b6668ea4a22ae92a89
parentcb2dba2c1257e0aa80edc9a171a9c5cd7b2822f8
server: specify port as a string

This will allow switching to using named pipes.

Split this out as a seperate commit to make changes
easier to follow.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/server/gdb_server.c
src/server/server.c
src/server/server.h
src/server/tcl_server.c
src/server/telnet_server.c