mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-18 01:44:32 +08:00
covoar: Add information to improve diagnostics.
This commit is contained in:

committed by
Chris Johns

parent
b857151112
commit
cb018bcdff
@@ -16,13 +16,15 @@
|
||||
namespace Coverage {
|
||||
|
||||
CoverageMapBase::CoverageMapBase(
|
||||
uint32_t low,
|
||||
uint32_t high
|
||||
const std::string& exefileName,
|
||||
uint32_t low,
|
||||
uint32_t high
|
||||
)
|
||||
{
|
||||
uint32_t a;
|
||||
AddressRange_t range;
|
||||
|
||||
range.fileName = exefileName;
|
||||
range.lowAddress = low;
|
||||
range.highAddress = high;
|
||||
RangeList.push_back( range );
|
||||
|
Reference in New Issue
Block a user