Properly close socket on WIN32 to allow accepting further connections
[fw/stlink] / gdbserver / gdb-server.c
2015-03-15 Denis FokinProperly close socket on WIN32 to allow accepting furth...
2015-01-24 texaneMerge pull request #295 from simonjwright/master
2015-01-23 Simon WrightMerge branch 'master' of https://github.com/texane...
2015-01-23 Simon WrightExtra RAM for STM32F42xx.
2014-12-29 texaneMerge pull request #288 from stefan-misik/master
2014-12-24 Stefan MisikAdded AHB3 Peripherals definition for STM32F4
2014-10-05 texaneMerge pull request #268 from ros2/master
2014-09-30 Victor Mayoral VilchesFix memory config for STM32F4
2014-08-15 texaneMerge pull request #257 from rene-dev/master
2014-08-15 Rene Hopfgdb server fix, indentation
2014-07-17 texaneMerge pull request #251 from iabdalkader/master
2014-07-16 muxSend F4 memory-map and features for STM32F429
2014-07-13 texaneMerge pull request #249 from prattmic/cleanup
2014-07-12 Michael Prattgdbserver: use uglylogging logging
2014-07-10 texaneMerge pull request #248 from prattmic/cleanup
2014-07-10 Michael PrattReindent all source files
2014-05-19 texaneMerge pull request #235 from ocroquette/sigint
2014-05-19 Olivier CroquetteInclude signal.h to define SIGINT
2014-04-15 texaneMerge pull request #223 from troth/troth/fix-compiler...
2014-03-08 texaneMerge pull request #214 from sbsimmons/master
2014-03-08 Sean Simmons* Improved support for STM32L152RE - flash/ram sizes...
2014-01-23 texaneMerge pull request #205 from JonasNorling/master
2014-01-22 Jonas NorlingRemove unsupported --device option to st-util
2013-10-27 texaneMerge pull request #185 from ouah/master
2013-10-27 Olivier GayFix all compilation warnings
2013-10-27 Olivier GayRestore gdb-server cleanup handlers for MinGW
2013-10-27 texaneMerge pull request #184 from ouah/master
2013-10-27 Olivier GayFix build issues with MinGW
2013-09-30 texaneMerge pull request #181 from SuperVirus/master
2013-09-29 htkSupport for reading target voltage
2013-09-01 texaneMerge pull request #178 from maximevince/master
2013-09-01 Maxime VincentMerge branch 'master' of git://github.com/texane/stlink
2013-09-01 Maxime VincentFixed the DEBUG switch in gdb-server.c
2013-08-18 texaneMerge pull request #176 from prattmic/reset
2013-08-18 Michael PrattAdd option to not reset board on connect
2013-06-23 Fabien Le MentecMerge branch 'master' of https://github.com/yurovsky...
2013-04-16 texaneMerge pull request #143 from mower7/master
2013-04-06 Jack PeelAdd SIGTERM signal handler to also call cleanup
2013-04-01 Fabien Le Mentec[ update ] bind gdb server on INADDR_ANY, as requested...
2013-03-06 texaneMerge pull request #135 from prattmic/signal_cleanup
2013-03-06 Michael PrattAdd SIGINT handler for stlink cleanup
2013-03-06 texaneMerge pull request #133 from prattmic/master
2013-03-06 Michael PrattMove persistence flag to st_state_t
2013-03-06 texaneMerge pull request #132 from prattmic/master
2013-03-06 Michael PrattAdd persistence support to gdb-server
2013-03-06 Michael PrattRevert "[ merge ] patch from fischermi@t-online.de...
2013-02-12 texaneMerge pull request #128 from schodet/unaligned-read
2013-02-12 Nicolas SchodetFix byte count when doing unaligned memory read, fix...
2012-12-31 Dave MurphyMerge branch 'master' of git://github.com/texane/stlink
2012-12-27 Fabien Le Mentec[ merge ] patch from fischermi@t-online.de, GDB server...
2012-11-25 Fabien Le Mentec[ merge ] Andreas Seltenreich <uwi7@rz.uni-karlsruhe...
2012-09-19 texaneMerge pull request #108 from jkent/master
2012-09-19 Jeff Kentworkaround for asserting nRST, issue "monitor jtag_rese...
2012-08-19 texaneMerge pull request #105 from prattmic/master
2012-08-19 Michael PrattFix watchpoint support
2012-07-09 texaneMerge pull request #101 from prattmic/master
2012-07-09 Michael PrattWrite to extra (FP, etc) registers from GDB
2012-07-09 Michael PrattExtra registers integration with GDB
2012-07-08 Michael PrattMerge remote-tracking branch 'upstream/master'
2012-07-03 texaneMerge pull request #99 from TheSeven/master
2012-07-03 Michael SparmannFix "monitor reset" gdb command being misinterpreted...
2012-05-26 texaneMerge pull request #84 from Tectu/master
2012-05-25 Tectufixed option bytes amount
2012-05-14 texaneMerge pull request #77 from WinterMute/mingw
2012-05-14 Dave MurphyMerge branch 'master' into mingw
2012-05-13 Dave Murphycast to avoid pointer warning
2012-05-11 texaneMerge pull request #76 from prattmic/master
2012-05-11 Michael PrattFixed issue #66 - Fixed the F4 memory map to include...
2012-04-29 Dave Murphyuse WSAStartup on windows, replace bzero with memset
2012-04-29 Dave Murphybuild with mingw
2012-02-04 Uwe BonnesMerge branch 'master' of git://github.com/texane/stlink
2012-02-01 Fabien Le Mentec Get st-util ack'ing the monitor request. Responds to
2012-02-01 texaneMerge pull request #56 from karlp/th-pull-documentation
2012-02-01 texaneMerge pull request #54 from karlp/th-pull-chipids
2012-02-01 Karl PalssonUnify chipid naming convention.
2012-01-19 texaneMerge pull request #49 from UweBonnes/master
2012-01-19 Uwe BonnesUse stlink_r|w_debug32 for single word access in the...
2011-12-18 Uwe BonnesMove reset/load_param in the open functions, as request...
2011-12-18 Uwe BonnesFor gdbserver, use the same initialization sequence...
2011-11-15 texaneMerge pull request #29 from karlp/future_f1plusf4
2011-11-15 Karl PalssonMerge branch 'tmaster' into future
2011-11-14 Karl PalssonMerge remote branch 'origin/libwork2'
2011-11-14 texaneMerge pull request #28 from jnosky/master
2011-11-14 jnoskyAdded code so gdbserver can fully support the STM32F4...
2011-11-14 Karl PalssonTurn down default logging level.
2011-11-12 Karl PalssonMove all the flash size mapping from gdb server into...
2011-11-12 Fabien Le Mentec[merge] merge jnosky/master
2011-11-12 Fabien Le MentecMerge branch 'jnosky/master'
2011-11-11 jnoskyTemp fix to work with F4 up to 64k of flash, changed...
2011-11-08 texaneMerge pull request #21 from bravikov/master
2011-11-08 Dmitry Bravikov[fix] parsing command line and sg autodetection
2011-11-06 Dmitry BravikovParsing the arguments of command line
2011-11-04 Karl PalssonMerge branch 'master' of https://github.com/texane...
2011-11-04 Karl PalssonFix compilation error after removing devices.
2011-11-03 Karl PalssonRemove device names, we now just find it via USB ids.
2011-11-03 Karl PalssonMerge branch 'killsg' of github.com:karlp/stlink into...
2011-11-03 Karl PalssonMerge branch 'master' into killsg
2011-11-01 Karl PalssonFix compilation for 32bit machines
2011-10-29 jnoskyFixed flash utility for STM32F4
2011-10-29 unknownFixed flash utility for STM32F4
next