aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.pro
diff options
context:
space:
mode:
authorhjk <[email protected]>2015-01-14 16:58:10 +0100
committerhjk <[email protected]>2015-01-26 09:43:19 +0100
commit3c8a8eb8e882c201a857f5477c4b303c8b01f280 (patch)
treeb39be2954ad3e3143ba4391d33e4969291accfc2 /src/plugins/debugger/debugger.pro
parent7022d739708b230585115964b7e9392af683b0c5 (diff)
Debugger: Introduce a pty based channel to inferiors
This is experimental for now and requires QTC_USE_PTY=1 in the environment to be used. Change-Id: I460ce7b9283467d481e903f731f4243b7e5ec094 Reviewed-by: Fawzi Mohamed <[email protected]> Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debugger.pro')
-rw-r--r--src/plugins/debugger/debugger.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro
index a9c89ef76ad..83e790c0427 100644
--- a/src/plugins/debugger/debugger.pro
+++ b/src/plugins/debugger/debugger.pro
@@ -56,6 +56,7 @@ HEADERS += \
stackframe.h \
stackhandler.h \
stackwindow.h \
+ terminal.h \
threadswindow.h \
watchhandler.h \
watchutils.h \
@@ -110,6 +111,7 @@ SOURCES += \
stackwindow.cpp \
threadshandler.cpp \
threadswindow.cpp \
+ terminal.cpp \
watchdata.cpp \
watchhandler.cpp \
watchutils.cpp \