covoar: Add information to improve diagnostics.

This commit is contained in:
Hermann Felbinger
2017-08-26 09:15:53 +01:00
committed by Chris Johns
parent b857151112
commit cb018bcdff
9 changed files with 67 additions and 38 deletions

View File

@@ -10,9 +10,10 @@
namespace Coverage {
CoverageMap::CoverageMap(
uint32_t low,
uint32_t high
) : CoverageMapBase(low, high)
const std::string& exefileName,
uint32_t low,
uint32_t high
) : CoverageMapBase(exefileName, low, high)
{
}