debugger: make handling multiple core files a bit more convenient

This commit is contained in:
hjk
2010-02-02 17:25:14 +01:00
parent 7c823c6a26
commit 18445dc9c6
16 changed files with 794 additions and 15 deletions

View File

@@ -38,6 +38,8 @@ HEADERS += breakhandler.h \
registerwindow.h \
stackhandler.h \
stackwindow.h \
snapshothandler.h \
snapshotwindow.h \
sourcefileswindow.h \
threadswindow.h \
watchhandler.h \
@@ -61,6 +63,8 @@ SOURCES += breakhandler.cpp \
procinterrupt.cpp \
registerhandler.cpp \
registerwindow.cpp \
snapshothandler.cpp \
snapshotwindow.cpp \
stackhandler.cpp \
stackwindow.cpp \
sourcefileswindow.cpp \