forked from qt-creator/qt-creator
Compile fix.
Change-Id: I6ce0d3d063cda97d55d102b8d6988934e5411846 Reviewed-on: http://codereview.qt.nokia.com/2771 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -398,7 +398,7 @@ bool checkCdbConfiguration(const DebuggerStartParameters &sp, ConfigurationCheck
|
||||
return false;
|
||||
}
|
||||
|
||||
if (sp.startMode == AttachCore && !isMSVC_Flavor(sp.toolChainAbi.osFlavor()) {
|
||||
if (sp.startMode == AttachCore && !isMSVC_Flavor(sp.toolChainAbi.osFlavor())) {
|
||||
check->errorDetails.push_back(CdbEngine::tr("The CDB debug engine cannot debug gdb core files."));
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user