aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeractions.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-12-12 08:26:55 +0100
committerhjk <hjk121@nokiamail.com>2014-12-12 11:17:58 +0100
commitbf9b63174eefb0dd6788264867da06505942460d (patch)
tree9751a29171d12e6986a6889d46c3e6da479901d5 /src/plugins/debugger/debuggeractions.h
parentef064154a4c29cd95af9007b9ab22493a7da1b37 (diff)
Debugger: Introduce a "Native Mixed" switch
This paves the the way to mixed QML/C++ debugging through the native backends. Currently this requires QTC_DEBUGGER_NATIVE_MIXED to be set in the environment. Change-Id: I126ad945e84806f3b548408318007351628c912f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r--src/plugins/debugger/debuggeractions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h
index 47db7158029..157d7160c83 100644
--- a/src/plugins/debugger/debuggeractions.h
+++ b/src/plugins/debugger/debuggeractions.h
@@ -99,6 +99,7 @@ enum DebuggerActionCode
LogTimeStamps,
VerboseLog,
OperateByInstruction,
+ OperateNativeMixed,
CloseSourceBuffersOnExit,
CloseMemoryBuffersOnExit,
SwitchModeOnExit,