2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 08:38:14 +10:00
openocd/src
oharboe c78b4fe426 - Improves error handling upon GDB connect
- switch to synchronous halt during connect. This fixes the bug
  where poll() was not invoked between halt() and servicing the
  'g' register packet
- halt() no longer returns error code when target is already halted, just
  logs a warning. Only the halt() implementation can say anything
  meaningful about why a halt() failed, so error messages are pushed
  up to halt()
- fixed soft_reset_halt infinite loop bug in arm7_9_common.c. The rest
  of the implementations are still busted.
- by using USER() instead of command_print() the log gets the 
  source + line #. Nice.
- no longer invoke exit() if soft_reset_halt fails. A reset can often 
  fix the problem.

git-svn-id: svn://svn.berlios.de/openocd/trunk@475 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-07 21:49:16 +00:00
..
flash Michael Bruck: fixed warnings 2008-03-07 16:18:56 +00:00
helper Michael Bruck: fixed warnings 2008-03-07 16:18:56 +00:00
jtag Michael Bruck: fixed warnings 2008-03-07 16:18:56 +00:00
pld - convert all files to unix line-ending 2008-02-25 17:48:04 +00:00
server - Improves error handling upon GDB connect 2008-03-07 21:49:16 +00:00
target - Improves error handling upon GDB connect 2008-03-07 21:49:16 +00:00
xsvf - convert all files to unix line-ending 2008-02-25 17:48:04 +00:00
Makefile.am Changed openocd version info creation to be more useful. 2007-12-10 16:55:14 +00:00
openocd.c - removed warnings "xxxxx" might be used uninitialized in this function (arm_simulator.c) 2008-03-01 19:13:05 +00:00