Debugger: split fixCppExpression into some common and some cdb part

Task-number: QTCREATORBUG-8446
Change-Id: I79abc7f75779db15bd8700c085b9cd57411bb2e1
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
hjk
2013-01-09 14:51:49 +01:00
parent 18408a5f58
commit 2a0bb34911
5 changed files with 14 additions and 3 deletions

View File

@@ -2132,6 +2132,7 @@ bool GdbEngine::hasCapability(unsigned cap) const
| CatchCapability
| OperateByInstructionCapability
| RunToLineCapability
| WatchComplexExpressionsCapability
| MemoryAddressCapability))
return true;