]> git.sur5r.net Git - openocd/commit
move server_init() to openocd_main()
authorZachary T Welch <zw@superlucidity.net>
Sun, 29 Nov 2009 22:04:21 +0000 (14:04 -0800)
committerZachary T Welch <zw@superlucidity.net>
Tue, 1 Dec 2009 00:29:24 +0000 (16:29 -0800)
commit64653b0bbb0b2ac87de83d867f241360087b7588
treeb35650fb22ca24328193704f156a1d7b9e2f5174
parentec6c1962c2398a574a5c413b41483370347b9f5b
move server_init()  to openocd_main()

Moves the telnet and TCL server startup to server_init(), moving their
respective command registration in to server_register_commands().
Adds proper error checking for these particular startup processes.

Moves the core server startup to openocd_main(), improving related error
checking and preparing to defer 'init'.
src/openocd.c
src/server/server.c