aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2010-01-13gdbserver: fix typo that broke read/write watchpointØyvind Harboe1-2/+8
2010-01-11Doxygen file commentsDavid Brownell1-1/+10
2010-01-11shutdown: more graceful shutdownØyvind Harboe1-1/+3
2010-01-09src/server: usage/help/doc updatesDavid Brownell4-52/+53
2010-01-05gdb: fix regression in gdb_port commandØyvind Harboe1-2/+3
2010-01-02streamline and document helptext mode displaysDavid Brownell1-1/+2
2009-12-30whitespace cleanup, mostly for docsAntonio Borneo4-351/+351
2009-12-26cygwin 1.7 build fixesDavid Brownell3-9/+9
2009-12-16server: server loop will exhaust data inputs before sleepingØyvind Harboe1-17/+31
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver2-1/+11
2009-12-11gdb_server: use more local variables in inner loop of fetching packetstiny re...Øyvind Harboe1-31/+73
2009-12-11gdb_server: make struct gdb_connection privateØyvind Harboe2-19/+21
2009-12-08build: add build/src to include pathØyvind Harboe1-0/+1
2009-12-04remove flash.h from treeZachary T Welch1-1/+1
2009-12-04remove target.h from flash.hZachary T Welch1-0/+1
2009-12-03fix regressions with GDB port numbersZachary T Welch1-3/+11
2009-12-03remove tertiary include pathsZachary T Welch1-4/+0
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch2-2/+2
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch1-1/+1
2009-12-03change #include "target_request.h" to <target/target_request.h>Zachary T Welch2-2/+2
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch2-2/+2
2009-12-03change #include "register.h" to <target/register.h>Zachary T Welch1-1/+1
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch1-1/+1
2009-12-03change #include "breakpoints.h" to <target/breakpoints.h>Zachary T Welch1-1/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch2-2/+2
2009-12-02stubs: buildfixDavid Brownell1-0/+1
2009-12-02remove #if BUILD_HTTPDZachary T Welch2-0/+33
2009-12-02remove #if logic for openocd_sleep_*ludeZachary T Welch3-0/+45
2009-11-30remove interp global variable!Zachary T Welch1-1/+1
2009-11-30do not extern 'interp' from command.cZachary T Welch5-13/+20
2009-11-30move server_init() to openocd_main()Zachary T Welch1-1/+15
2009-11-30improve gdb_init() sequenceZachary T Welch2-34/+48
2009-11-26fix typos in source filesUwe Hermann3-8/+8
2009-11-25target: create and use target_name()David Brownell1-5/+5
2009-11-25target: target_get_name() --> target_type_name()David Brownell1-2/+2
2009-11-24httpd: use register_commands()Zachary T Welch3-15/+49
2009-11-24server: use register_commandsZachary T Welch4-45/+95
2009-11-24use COMMAND_REGISTER macroZachary T Welch4-10/+10
2009-11-24improve startup tcl scriptsZachary T Welch1-0/+2
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch1-42/+3
2009-11-18split startup.tcl file across modulesZachary T Welch2-0/+9
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2-2/+2
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch3-15/+15
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch2-7/+7
2009-11-17target: simplify register get/set opsDavid Brownell1-9/+2
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-11/+11
2009-11-16#include "target.h" less wildlyDavid Brownell2-3/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-14add openocd.h for top-level declarationsZachary T Welch2-3/+2