openocd/src/server
Zachary T Welch 8fc5a9a5e9 remove interp global variable!
Finish removing references to the 'interp' global variable from the
command module, encapsulating all reference via command_context.

Eliminates use of the global entirely, so it can be removed.  Hurrah!
2009-11-30 16:29:34 -08:00
..
httpd Remove duplicate definition of encode in httpd.tcl. 2009-05-11 22:37:52 +00:00
gdb_server.c improve gdb_init() sequence 2009-11-30 16:29:24 -08:00
gdb_server.h improve gdb_init() sequence 2009-11-30 16:29:24 -08:00
httpd.c do not extern 'interp' from command.c 2009-11-30 16:29:34 -08:00
httpd.h httpd: use register_commands() 2009-11-24 21:37:37 -08:00
Makefile.am httpd: use register_commands() 2009-11-24 21:37:37 -08:00
server.c remove interp global variable! 2009-11-30 16:29:34 -08:00
server.h do not extern 'interp' from command.c 2009-11-30 16:29:34 -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 do not extern 'interp' from command.c 2009-11-30 16:29:34 -08:00
telnet_server.c server: use register_commands 2009-11-24 21:37:32 -08:00
telnet_server.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00