Revision 747136

Go back to digest for 16th December 2007

Features in Development Tools

Hamish Rodda committed changes in /trunk/KDE/kdevelop/languages/cpp/debugger:

Hook the model/view thread + frame stack into the debugger
Works pretty well - no more need to click on get more frames
Still need to double check that it will not get stuck on a very deep stack, I think QAbstractItemModel::fetchMore is not quite what we want here

Also need to remove the idea of current thread and frame, and put this information into the gdb command for the controller to sort out...

File Changes

Modified 12 files
  • /trunk/KDE/kdevelop/languages/cpp/debugger
  •   /CMakeLists.txt
  •   /framestackitem.cpp
  •   /framestackitem.h
  •   /framestackwidget.cpp
  •   /framestackwidget.h
  •   /gdbcontroller.cpp
  •   /gdbcontroller.h
  •   /stackmanager.cpp
  •   /stackmanager.h
  •   /threaditem.cpp
  •   /threaditem.h
  •   /variablecollection.cpp
12 files changed in total