aboutsummaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-14GDB: change gdb_breakpoint_override to COMMAND_ANYSpencer Oliver1-1/+1
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell1-3/+13
2010-01-13gdbserver: fix typo that broke read/write watchpointØyvind Harboe1-2/+8
2010-01-11Doxygen file commentsDavid Brownell1-1/+10
2010-01-09src/server: usage/help/doc updatesDavid Brownell1-15/+16
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-26cygwin 1.7 build fixesDavid Brownell1-1/+1
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 Harboe1-1/+20
2009-12-04remove flash.h from treeZachary T Welch1-1/+1
2009-12-03fix regressions with GDB port numbersZachary T Welch1-3/+11
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 Welch1-1/+1
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-11-30improve gdb_init() sequenceZachary T Welch1-33/+46
2009-11-26fix typos in source filesUwe Hermann1-5/+5
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-24server: use register_commandsZachary T Welch1-22/+50
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch1-42/+3
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-12/+12
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-6/+6
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 Brownell1-1/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch1-7/+7
2009-11-13target_t -> struct targetZachary T Welch1-21/+21
2009-11-13reg_t -> struct regZachary T Welch1-6/+6
2009-11-13image_t -> struct imageZachary T Welch1-1/+1
2009-11-13reg_arch_type_t -> struct reg_arch_typeZachary T Welch1-2/+2
2009-11-13connection_t -> struct connectionZachary T Welch1-34/+34
2009-11-13gdb_service_t -> struct gdb_serviceZachary T Welch1-8/+8
2009-11-13gdb_connection_t -> struct gdb_connectionZachary T Welch1-19/+19
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+6
2009-11-11log: improve log_callback_fn signatureZachary T Welch1-2/+2
2009-11-09server: remove useless declarationsZachary T Welch1-18/+26
2009-11-05Update all server port command to use new helper.Zachary T Welch1-9/+1
2009-10-13Retired gdb_attach. gdb-detach event covers this functionality.Øyvind Harboe1-66/+3
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe1-1/+4
2009-10-09Stop debug session if halt failsØyvind Harboe1-1/+6
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe1-1/+1