forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.7'
Conflicts: src/plugins/clangtools/clangtoolruncontrol.cpp src/plugins/cpptools/compileroptionsbuilder.cpp Change-Id: Ib1e8abf066898b50c90fc1ccba4697fe983e8a8f
This commit is contained in:
@@ -753,7 +753,8 @@ void MemcheckTool::heobAction()
|
||||
TaskHub::requestPopup();
|
||||
return;
|
||||
}
|
||||
if (!QFile::exists(executable)) {
|
||||
if (!QFile::exists(executable)
|
||||
&& !QFile::exists(Utils::HostOsInfo::withExecutableSuffix(executable))) {
|
||||
const QString msg = tr("Heob: Cannot find %1.").arg(executable);
|
||||
TaskHub::addTask(Task::Error, msg, Debugger::Constants::ANALYZERTASK_ID);
|
||||
TaskHub::requestPopup();
|
||||
|
||||
Reference in New Issue
Block a user