debugger: new files for WatchData; move potentially shared code to watchutils.cpp

This commit is contained in:
hjk
2010-04-26 18:54:08 +02:00
parent 400eecf4ef
commit 9a8ac49c2c
11 changed files with 603 additions and 523 deletions

View File

@@ -27,7 +27,6 @@ HEADERS += breakhandler.h \
debuggerrunner.h \
debuggertooltip.h \
debuggerstringutils.h \
watchutils.h \
idebuggerengine.h \
moduleshandler.h \
moduleswindow.h \
@@ -42,6 +41,7 @@ HEADERS += breakhandler.h \
sourcefileswindow.h \
threadswindow.h \
watchhandler.h \
watchutils.h \
watchwindow.h \
name_demangler.h \
debuggeruiswitcher.h \
@@ -57,7 +57,6 @@ SOURCES += breakhandler.cpp \
debuggerplugin.cpp \
debuggerrunner.cpp \
debuggertooltip.cpp \
watchutils.cpp \
moduleshandler.cpp \
moduleswindow.cpp \
outputcollector.cpp \
@@ -70,8 +69,10 @@ SOURCES += breakhandler.cpp \
stackwindow.cpp \
sourcefileswindow.cpp \
threadswindow.cpp \
watchdata.cpp \
watchhandler.cpp \
watchwindow.cpp \
watchutils.cpp \
name_demangler.cpp \
debuggeruiswitcher.cpp \
debuggermainwindow.cpp