]> git.sur5r.net Git - openocd/history - src/server/gdb_server.c
gdb: enable target description support by default
[openocd] / src / server / gdb_server.c
2013-09-21 Spencer Olivergdb: enable target description support by default
2013-09-21 Spencer Olivergdb: add default description reg types
2013-09-13 Anton Kolesovgdb_server: Do not set gdb_con->sync to true for new...
2013-08-29 Spencer Olivergdb server: do not free tdesc_filename early
2013-08-07 Hsiangkai Wanggdb_server: check target before executing event callback
2013-08-07 Hsiangkai Wanggdb_server: add target_debug_reason for program exit...
2013-08-07 Hsiangkai Wanggdb_server: support File-I/O Remote Protocol Extension
2013-08-07 Hsiangkai Wanggdb server: new feature, add stop reason in stop reply...
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-05-06 Hsiangkai Wanggdb_server: remove target_handle_event from gdb event...
2013-04-28 Hsiangkai Wanggdb server: Fix bug. Parse 'M' packet error.
2013-04-02 Evan Huntergdb server: Fix buffer overrun - sprintf appends a...
2013-03-07 Spencer Olivergdb: use stdio functions to convert parameters
2013-02-26 Spencer Olivergdbserver: use common hexify/unhexify routines
2012-10-28 Spencer Olivergdb: use strncmp rather than strstr
2012-10-24 Spencer OliverRevert "gdb_server : 'R' command replied by OK"
2012-10-17 Spencer Olivergdb: fix extended-remote restart
2012-10-02 Spencer Olivergdbserver: code cleanup
2012-08-24 Spencer Oliverbuild: fix memory leaks
2012-05-21 Spencer Olivertarget: remove legacy target events
2012-03-19 Mathias Kgdb_server: Simple close the connection and not exit...
2012-03-19 Mathias Kgdb_server: Fix wrong index/length compare.
2012-03-14 Mathias Kgdb_server: sanity check the gdb register size
2012-02-06 Spencer Oliverbuild: cleanup src/server directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-15 Michel JAOUENrtos : receive reset info
2012-01-15 Michel JAOUENrtos : smp support
2012-01-15 Michel JAOUENrtos : remove unused parameter
2012-01-09 Øyvind Harboertos: fix bug in error handling
2011-12-02 Spencer Olivergdb_server: use strndup to allocate debug messages
2011-12-01 James ZhaoFix compile error when _DEBUG_GDB_IO_ is set
2011-11-17 Philip Nyegdb: Potential rounding error in reg_packet_size gdb_ge...
2011-11-17 Philip Nyegdb: fix multi core gdb issue
2011-11-03 Øyvind Harboegdb_server: assert to avoid malloc(0)
2011-08-24 Jie Zhangremove target argument from gdb packet handling functions
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-05-18 Jie ZhangGet register value if it's invalid in cache.
2011-04-28 Michel Jaouengdb_server : 'R' command replied by OK
2011-04-28 Michel Jaouensmp : infra for smp minimum support
2011-04-15 Broadcom Corporati... RTOS Thread awareness support wip
2010-11-15 Øyvind Harboegdb: fix occasional crash when flash probe failed
2010-11-11 Øyvind Harboegdb: improve error message when gdb connect fails
2010-10-05 Spencer Oliverbuild: remove warn_unused_result errors
2010-10-04 Spencer Olivergdbserver: fix gdb_port memory leak
2010-10-01 Øyvind Harboepipes: add documentation for pipes
2010-10-01 Øyvind Harboeserver: add support for pipes
2010-10-01 Øyvind Harboeserver: specify port as a string
2010-10-01 Øyvind Harboeserver: read/write now goes through connection fn's
2010-10-01 Øyvind Harboeserver: split file descriptors in in/out fd's
2010-09-26 Øyvind Harboegdb: fix blank line at top
2010-07-05 sb-sfgdbserver: incorrect memory map for multiple targets...
2010-06-17 Oyvind Harboegdb-server: fix -Wshadow warning
2010-06-16 Øyvind Harboegdb: -Wshadow warning fixes
2010-06-16 Øyvind Harboegdb: clean up error handling in step/continue
2010-06-08 Øyvind Harboegdb-server: fix error reporting bugs
2010-05-17 Spencer Olivergdbserver: gdb cmds returning failure on success
2010-05-14 Jun Mamissing pointer's declaration when enable macro -D_DEBU...
2010-05-05 Øyvind Harboegdb: connect will now fail if flash autoprobe fails
2010-03-17 Øyvind Harboegdb_server: improved gdb load performance
2010-01-21 Øyvind Harboegdb_server: handle stepi/continue packet while target...
2010-01-20 David Brownellgdb_server: correctly report flash sector sizes
2010-01-20 David Brownellgdb_server -- subroutinize memory map logic
2010-01-20 David Brownellgdb_server -- symbol cleanup
2010-01-14 Spencer OliverGDB: change gdb_breakpoint_override to COMMAND_ANY
2010-01-14 David BrownellNOR: add optional "flash erase_address" sector padding
2010-01-13 Øyvind Harboegdbserver: fix typo that broke read/write watchpoint
2010-01-11 David BrownellDoxygen file comments
2010-01-09 David Brownellsrc/server: usage/help/doc updates
2010-01-05 Øyvind Harboegdb: fix regression in gdb_port command
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-11 Øyvind Harboegdb_server: use more local variables in inner loop...
2009-12-11 Øyvind Harboegdb_server: make struct gdb_connection private
2009-12-05 Zachary T Welchremove flash.h from tree
2009-12-03 Zachary T Welchfix regressions with GDB port numbers
2009-12-03 Zachary T Welchchange #include "flash.h" to <flash/flash.h>
2009-12-03 Zachary T Welchchange #include "target_request.h" to <target/target_re...
2009-12-03 Zachary T Welchchange #include "register.h" to <target/register.h>
2009-12-03 Zachary T Welchchange #include "image.h" to <target/image.h>
2009-12-03 Zachary T Welchchange #include "breakpoints.h" to <target/breakpoints.h>
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-01 Zachary T Welchimprove gdb_init() sequence
2009-11-26 Uwe Hermannfix typos in source files
2009-11-26 David Brownelltarget: create and use target_name()
2009-11-26 David Brownelltarget: target_get_name() --> target_type_name()
2009-11-25 Zachary T Welchserver: use register_commands
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
next