forked from qt-creator/qt-creator
Debugger: Fix cdbMatcher to match on wordsize
Change-Id: Iaf08cefb9327628d79a87e8664c38f96b6894e8c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -587,7 +587,7 @@ static std::function<bool(const Kit *)> cdbMatcher(char wordWidth = 0)
|
||||
return false;
|
||||
}
|
||||
if (wordWidth)
|
||||
ToolChainKitInformation::targetAbi(k).wordWidth();
|
||||
return ToolChainKitInformation::targetAbi(k).wordWidth() == wordWidth;
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user