Revision 6a681b7...

Go back to digest for 12th June 2011

Bug Fixes in Development Tools

Niko Sams committed changes in [kdevelop] /gdb:

Fix Internal Debugger Error when clicking step into too fast

Always wait for a gdb reply (^done or ^running) before sending
the next command. *stopped is not a reply, as ^done will follow
and everything will get out of sync.
Also remove a workaround for handling attach response, as this
had apperently the same problem.

File Changes

Added 1 files
  • debuggers/gdb/unittests/debugeeqt.cpp
Modified 4 files
  • /gdb
  •   debuggers.cpp
  •   debuggers.h
  •   debuggers/unitteststest.cpp
  •   debuggers/unitteststest.h
5 files changed in total