summaryrefslogtreecommitdiffstats
path: root/tester/covoar/CoverageMap.h
diff options
context:
space:
mode:
authorHermann Felbinger <hermann19829@gmail.com>2017-08-26 09:15:53 +0100
committerChris Johns <chrisj@rtems.org>2017-08-29 18:05:51 +1000
commitcb018bcdff30e4582b4a6b348dc0fb7776a92b58 (patch)
treebeb9c3176298a73997ee2b1d8b54692f9e6b188b /tester/covoar/CoverageMap.h
parentcovoar: Fix buffer overflow and fix br tag in html report. (diff)
downloadrtems-tools-cb018bcdff30e4582b4a6b348dc0fb7776a92b58.tar.bz2
covoar: Add information to improve diagnostics.
Diffstat (limited to 'tester/covoar/CoverageMap.h')
-rw-r--r--tester/covoar/CoverageMap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tester/covoar/CoverageMap.h b/tester/covoar/CoverageMap.h
index 0f2f6d4..c211949 100644
--- a/tester/covoar/CoverageMap.h
+++ b/tester/covoar/CoverageMap.h
@@ -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. */