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

@@ -27,8 +27,9 @@ namespace Coverage {
* @param[in] high specifies the highest address of the coverage map.
*/
CoverageMap(
uint32_t low,
uint32_t high
const std::string& exefileName,
uint32_t low,
uint32_t high
);
/* Inherit documentation from base class. */