forked from qt-creator/qt-creator
Debugger: Replace virtuals by capability flags.
Change-Id: If09efd21dc44e356eb575bb6170356fdbd409b39 Reviewed-on: http://codereview.qt.nokia.com/2625 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1999,6 +1999,7 @@ unsigned GdbEngine::debuggerCapabilities() const
|
||||
| WatchpointByAddressCapability
|
||||
| WatchpointByExpressionCapability
|
||||
| AddWatcherCapability
|
||||
| WatchWidgetsCapability
|
||||
| ShowModuleSymbolsCapability
|
||||
| CatchCapability
|
||||
| OperateByInstructionCapability
|
||||
@@ -2014,10 +2015,6 @@ unsigned GdbEngine::debuggerCapabilities() const
|
||||
return caps | SnapshotCapability;
|
||||
}
|
||||
|
||||
bool GdbEngine::canWatchWidgets() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void GdbEngine::continueInferiorInternal()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user