aboutsummaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
AgeCommit message (Expand)Author
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe
2010-09-26gdb: fix blank line at topØyvind Harboe
2010-07-05gdbserver: incorrect memory map for multiple targets (bug #24)sb-sf
2010-06-17gdb-server: fix -Wshadow warningOyvind Harboe
2010-06-16gdb: -Wshadow warning fixesØyvind Harboe
2010-06-16gdb: clean up error handling in step/continueØyvind Harboe
2010-06-08gdb-server: fix error reporting bugsØyvind Harboe
2010-05-17gdbserver: gdb cmds returning failure on successSpencer Oliver
2010-05-14missing pointer's declaration when enable macro -D_DEBUG_GDB_IO_.Jun Ma
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe
2010-03-17gdb_server: improved gdb load performanceØyvind Harboe
2010-01-21gdb_server: handle stepi/continue packet while target is running with more graceØyvind Harboe
2010-01-20gdb_server: correctly report flash sector sizesDavid Brownell
2010-01-19gdb_server -- subroutinize memory map logicDavid Brownell
2010-01-19gdb_server -- symbol cleanupDavid Brownell
2010-01-14GDB: change gdb_breakpoint_override to COMMAND_ANYSpencer Oliver
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell
2010-01-13gdbserver: fix typo that broke read/write watchpointØyvind Harboe
2010-01-11Doxygen file commentsDavid Brownell
2010-01-09src/server: usage/help/doc updatesDavid Brownell
2010-01-05gdb: fix regression in gdb_port commandØyvind Harboe
2010-01-02streamline and document helptext mode displaysDavid Brownell
2009-12-26cygwin 1.7 build fixesDavid Brownell
2009-12-11gdb_server: use more local variables in inner loop of fetching packetstiny re...Øyvind Harboe
2009-12-11gdb_server: make struct gdb_connection privateØyvind Harboe
2009-12-04remove flash.h from treeZachary T Welch
2009-12-03fix regressions with GDB port numbersZachary T Welch
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch
2009-12-03change #include "target_request.h" to <target/target_request.h>Zachary T Welch
2009-12-03change #include "register.h" to <target/register.h>Zachary T Welch
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch
2009-12-03change #include "breakpoints.h" to <target/breakpoints.h>Zachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-11-30improve gdb_init() sequenceZachary T Welch
2009-11-26fix typos in source filesUwe Hermann
2009-11-25target: create and use target_name()David Brownell
2009-11-25target: target_get_name() --> target_type_name()David Brownell
2009-11-24server: use register_commandsZachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch