summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* server: server loop will exhaust data inputs before sleepingØyvind Harboe2009-12-161-17/+31
* server: add server_preinit which is called before config file is parsed.Spencer Oliver2009-12-112-1/+11
* gdb_server: use more local variables in inner loop of fetching packetstiny re...Øyvind Harboe2009-12-111-31/+73
* gdb_server: make struct gdb_connection privateØyvind Harboe2009-12-112-19/+21
* build: add build/src to include pathØyvind Harboe2009-12-081-0/+1
* remove flash.h from treeZachary T Welch2009-12-041-1/+1
* remove target.h from flash.hZachary T Welch2009-12-041-0/+1
* fix regressions with GDB port numbersZachary T Welch2009-12-031-3/+11
* remove tertiary include pathsZachary T Welch2009-12-031-4/+0
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-032-2/+2
* change #include "flash.h" to <flash/flash.h>Zachary T Welch2009-12-031-1/+1
* change #include "target_request.h" to <target/target_request.h>Zachary T Welch2009-12-032-2/+2
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-032-2/+2
* change #include "register.h" to <target/register.h>Zachary T Welch2009-12-031-1/+1
* change #include "image.h" to <target/image.h>Zachary T Welch2009-12-031-1/+1
* change #include "breakpoints.h" to <target/breakpoints.h>Zachary T Welch2009-12-031-1/+1
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-032-2/+2
* stubs: buildfixDavid Brownell2009-12-021-0/+1
* remove #if BUILD_HTTPDZachary T Welch2009-12-022-0/+33
* remove #if logic for openocd_sleep_*ludeZachary T Welch2009-12-023-0/+45
* remove interp global variable!Zachary T Welch2009-11-301-1/+1
* do not extern 'interp' from command.cZachary T Welch2009-11-305-13/+20
* move server_init() to openocd_main()Zachary T Welch2009-11-301-1/+15
* improve gdb_init() sequenceZachary T Welch2009-11-302-34/+48
* fix typos in source filesUwe Hermann2009-11-263-8/+8
* target: create and use target_name()David Brownell2009-11-251-5/+5
* target: target_get_name() --> target_type_name()David Brownell2009-11-251-2/+2
* httpd: use register_commands()Zachary T Welch2009-11-243-15/+49
* server: use register_commandsZachary T Welch2009-11-244-45/+95
* use COMMAND_REGISTER macroZachary T Welch2009-11-244-10/+10
* improve startup tcl scriptsZachary T Welch2009-11-241-0/+2
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-42/+3
* split startup.tcl file across modulesZachary T Welch2009-11-182-0/+9
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-172-2/+2
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-173-15/+15
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-172-7/+7
* target: simplify register get/set opsDavid Brownell2009-11-171-9/+2
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-11/+11
* #include "target.h" less wildlyDavid Brownell2009-11-162-3/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* add openocd.h for top-level declarationsZachary T Welch2009-11-142-3/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-138-16/+16
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-7/+7
* target_t -> struct targetZachary T Welch2009-11-132-22/+22
* reg_t -> struct regZachary T Welch2009-11-131-6/+6
* image_t -> struct imageZachary T Welch2009-11-132-3/+3
* reg_arch_type_t -> struct reg_arch_typeZachary T Welch2009-11-131-2/+2
* connection_t -> struct connectionZachary T Welch2009-11-135-67/+67
* telnet_connection_t -> struct telnet_connectionZachary T Welch2009-11-132-10/+10