diff options
| author | hjk <hjk@theqtcompany.com> | 2015-10-14 13:26:22 +0200 |
|---|---|---|
| committer | Christian Stenger <christian.stenger@theqtcompany.com> | 2015-10-19 12:40:29 +0000 |
| commit | b8ae9fd46d2c02e2b4901abf140ac106e35bdf51 (patch) | |
| tree | be44a7952b8eef22b6f177721c05388245caf245 /src/plugins/debugger/debuggerprotocol.cpp | |
| parent | be1e0f7ec00fd0e23abb49dfe989b48a816b538e (diff) | |
| download | qt-creator-b8ae9fd46d2c02e2b4901abf140ac106e35bdf51.tar.gz | |
Debugger: Adjust native mixed debugging after upstream changes
Change-Id: I4d137fadd0de2aa346f2f49932faac4ee9ed41e7
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debuggerprotocol.cpp')
| -rw-r--r-- | src/plugins/debugger/debuggerprotocol.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerprotocol.cpp b/src/plugins/debugger/debuggerprotocol.cpp index 7f3525b0a0..35c2d220f3 100644 --- a/src/plugins/debugger/debuggerprotocol.cpp +++ b/src/plugins/debugger/debuggerprotocol.cpp @@ -877,6 +877,8 @@ DebuggerEncoding debuggerEncoding(const QByteArray &data) return SpecialNullValue; if (data == "itemcount") return SpecialItemCountValue; + if (data == "notaccessible") + return SpecialNotAccessibleValue; return DebuggerEncoding(data.toInt()); } |
