John McCarthy <jgmcc@magma.ca> cleans up the usage of the
[fw/openocd] / src / server /
2008-10-11 oharboeDuane Ellis: addresses protocol problems with GDB.
2008-10-06 oharboeCentralize error handling for buggy register handling
2008-09-24 oharboefix noise in gdb console when single stepping. Remove...
2008-09-24 oharboefixed false positives for keep_alive() not being invoked.
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-26 oharboedo not check checksums in noack case
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-23 ntfreak- clear any existing breakpoints/watchpoints when resta...
2008-08-22 ntfreak- add support for new gdb QStartNoAckMode, which disabl...
2008-08-14 oharboetypo spotted by spen. gdb_breakpoint_override not teste...
2008-08-13 oharboeadded global gdb breakpoint override configuration...
2008-08-13 oharboeClear all dangling breakpoints upon GDB connection.
2008-08-13 oharboereturn halted signal if step/continue fails
2008-08-07 oharboeDavid Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
2008-08-07 ntfreak- correct BUILD_ECOSBOARD definition is server.c
2008-08-05 oharboeGDB monitor commands now also get halted state upon...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboewait 500ms for target to halt upon connect.
2008-07-23 ntfreak- comment about dummy ack '+' char from gdb
2008-07-23 oharboefix <memory> is missing upon gdb connect warning when...
2008-07-21 oharboerestart is a per-target action
2008-07-21 oharboeAllows config scripts to override handling of 'R'(resta...
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-18 oharboe1. GDB will print cryptic error messages if it is not...
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> move jim into...
2008-07-08 ntfreak- fix pre_resume script not being called
2008-07-07 oharboeadded pre/postlude fn's for when OpenOCD is sleeping.
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboemoving Tcl stuff around slightly.
2008-07-06 oharboefix a few compilation problems.
2008-07-06 oharboeCharles Hardin <ckhardin@gmail.com> - Tcl Server
2008-07-06 oharboesrc/helper/configuration.h
2008-05-21 ntfreak- remove error message on shutdown
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-05-07 oharboeincrease packet size to 16kBytes. Very slightly faster.
2008-05-06 oharboeEdgar Grimberg found tiny memory leak
2008-04-23 oharboeregions outside flash are now read/write nocache by...
2008-04-18 oharboeEnabled auto erase, gdb memory map and gdb flash progra...
2008-04-13 oharboeMore robust handling of unknown target state for step...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-07 oharboeSpen fixed various issues w.r.t. setting up the sockets...
2008-03-26 oharboehooks for multithreading. Disable nagle
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-22 ntfreak- gdb server was incorrectly sending null terminator...
2008-03-13 oharboe- adds two speeds to jtag_speed. reset and post reset...
2008-03-11 oharboetidy up output a bit. No longer show "accepted connecti...
2008-03-11 oharboePavel Chromy: telnet line buffer size checking, history...
2008-03-10 oharboePavel Chromy: hopefully perfection for async output...
2008-03-10 oharboeprettier async output
2008-03-10 oharboe- fixed a problem with big endian XScale and GDB regist...
2008-03-10 oharboe- Fixed various error handling when looking for memory...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-07 oharboeAsynchronous output information from e.g. a halt is...
2008-03-07 oharboeRemoved code that inserted prompt after printing asynch...
2008-03-06 oharboePavel Chromy: performance tweak of gdb_put_packet_inner...
2008-03-05 oharboe* fixed malloc corruption in target->debug_reason
2008-03-05 oharboetelnet_port can now be invoked multiple times
2008-03-04 oharboeBogus error message in GDB removed
2008-03-04 oharboeFixed GDB timeout crash - regression introduced back...
2008-03-01 oharboelog_remove_callback
2008-02-29 oharboeformatting fixes from Pavel Chromy
2008-02-29 oharboe- clean up target output strings a bit
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-28 ntfreak- added svn props
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
2008-02-25 ntfreak- remove build warnings
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-25 oharboecommitted bugfix from Michael Bruck
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-24 drath- fixes possible crash when GDB connection is closed...
2008-02-19 ntfreak- add search paths via new arg -s (-search). Thanks...
2008-02-18 ntfreak- reapply fix with telnet prompt while running/halting gdb
2008-02-18 drath- Fix problems with stuck telnet sessions. Thanks to...
2008-02-18 drath- ignore data aborts during gdb memory read packets...
2008-02-18 ntfreak- Added a "User:" debug level. These are messages that...
2008-02-17 ntfreak- combine similar functions in telnet_server.c
2008-02-16 ntfreak- solve lots of problems with stuck GDB connections...
2008-02-16 ntfreak- fix issue with telnet prompt while gdb running
2008-02-13 mifi- added patch to Improving progress/error output for...
2008-02-11 ntfreak- telnet prompt behaves correctly for new synchronous...
2008-01-27 mifi- added autoprobe functionality
2008-01-10 ntfreak- fix gdb packet retransmission omission
2008-01-10 ntfreak- _DEBUG_GDB_IO_ was left on by mistake
2008-01-10 ntfreak- added faster gdb packet handling (thanks to oyvind...
2008-01-09 ntfreak- rename flash_init and flash_erase to flash_init_drive...
2008-01-07 mifi- added gdb flash fixes patch
2007-12-29 ntfreak- add support for extended gdb packet R (restart),...
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-18 mifi- added patch for new flash functionality like:
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-10-22 ntfreak- add verify_image command
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
next