forked from qt-creator/qt-creator
Debugger: Remove unused NativeMixedCapability
Change-Id: I8f36d52bced8fdecd0667c9bac069b833200d6b3 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
14bdcd2bff
commit
3a5e67a3d4
@@ -163,8 +163,7 @@ enum DebuggerCapabilities
|
|||||||
WatchComplexExpressionsCapability = 1 << 26, // Used to filter out challenges for cdb.
|
WatchComplexExpressionsCapability = 1 << 26, // Used to filter out challenges for cdb.
|
||||||
AdditionalQmlStackCapability = 1 << 27, //!< C++ debugger engine is able to retrieve QML stack as well.
|
AdditionalQmlStackCapability = 1 << 27, //!< C++ debugger engine is able to retrieve QML stack as well.
|
||||||
ResetInferiorCapability = 1 << 28, //!< restart program while debugging
|
ResetInferiorCapability = 1 << 28, //!< restart program while debugging
|
||||||
NativeMixedCapability = 1 << 29,
|
BreakIndividualLocationsCapability= 1 << 29 //!< Allows to enable/disable individual location for multi-location bps
|
||||||
BreakIndividualLocationsCapability= 1 << 30 //!< Allows to enable/disable individual location for multi-location bps
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum LogChannel
|
enum LogChannel
|
||||||
|
@@ -1803,7 +1803,6 @@ bool GdbEngine::hasCapability(unsigned cap) const
|
|||||||
| RunToLineCapability
|
| RunToLineCapability
|
||||||
| MemoryAddressCapability
|
| MemoryAddressCapability
|
||||||
| AdditionalQmlStackCapability
|
| AdditionalQmlStackCapability
|
||||||
| NativeMixedCapability
|
|
||||||
| ResetInferiorCapability
|
| ResetInferiorCapability
|
||||||
| SnapshotCapability
|
| SnapshotCapability
|
||||||
| ReverseSteppingCapability);
|
| ReverseSteppingCapability);
|
||||||
|
Reference in New Issue
Block a user