summaryrefslogtreecommitdiffstats
path: root/tester/covoar/covoar.cc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-05-08 15:09:39 +1000
committerChris Johns <chrisj@rtems.org>2018-06-15 15:54:25 +1000
commitfb987e82be3e3d025875b6c39c92384c3e8a1c3e (patch)
tree31fb132f74f5787f0907551eda2e891435b1593f /tester/covoar/covoar.cc
parentrtemstoolkit: Add libdwarf C++ interface. (diff)
downloadrtems-tools-fb987e82be3e3d025875b6c39c92384c3e8a1c3e.tar.bz2
covoar: Use DWARF to map addresses to source files and lines.
Diffstat (limited to 'tester/covoar/covoar.cc')
-rw-r--r--tester/covoar/covoar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc
index c6b0589..9608bc3 100644
--- a/tester/covoar/covoar.cc
+++ b/tester/covoar/covoar.cc
@@ -186,7 +186,7 @@ int main(
Coverage::ExecutableInfo* executableInfo = NULL;
std::string executableExtension = "exe";
std::string coverageExtension = "cov";
- Coverage::CoverageFormats_t coverageFormat;
+ Coverage::CoverageFormats_t coverageFormat = Coverage::COVERAGE_FORMAT_QEMU;
Coverage::CoverageReaderBase* coverageReader = NULL;
char* executable = NULL;
const char* explanations = NULL;