Skip to content
  • Zachary T Welch's avatar
    move server_init() to openocd_main() · 64653b0b
    Zachary T Welch authored
    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'.
    64653b0b