debuygger: make snapshots using true parallel engines

This commit is contained in:
hjk
2010-07-13 15:57:34 +02:00
parent 574862ac9f
commit 99fdaf06a2
15 changed files with 278 additions and 227 deletions

View File

@@ -35,6 +35,7 @@ HEADERS += breakhandler.h \
procinterrupt.h \
registerhandler.h \
registerwindow.h \
sessionengine.h \
stackframe.h \
stackhandler.h \
stackwindow.h \
@@ -50,6 +51,7 @@ HEADERS += breakhandler.h \
debuggeruiswitcher.h \
debuggermainwindow.h \
threadshandler.h
SOURCES += breakhandler.cpp \
breakwindow.cpp \
breakwindow.h \
@@ -82,6 +84,7 @@ SOURCES += breakhandler.cpp \
debuggeruiswitcher.cpp \
debuggermainwindow.cpp \
threadshandler.cpp \
sessionengine.cpp \
stackframe.cpp
FORMS += attachexternaldialog.ui \