summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ReportsBase.h
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-27 16:32:23 -0400
committerJoel Sherrill <joel@rtems.org>2021-08-03 15:56:53 -0500
commitd566c2f16b47a3fb98f1b7416d7820e393976f9e (patch)
tree175c212e61b1555c2f5d3ad470a258214043fc83 /tester/covoar/ReportsBase.h
parentReportsHtml.cc: Initialize lastState_m (diff)
downloadrtems-tools-d566c2f16b47a3fb98f1b7416d7820e393976f9e.tar.bz2
Remove objdumpProcessor global variable
- Replaced objdumpProcessor in app_common with a local variable in TraceConverter.cc and covoar.cc - Added objdumpProcessor as a parameter for GenerateReports() and the processFile() member function of TraceReaderBase and its derived classes - Changed previous objdumpProcessor member functions calls from pointer to direct call syntax
Diffstat (limited to 'tester/covoar/ReportsBase.h')
-rw-r--r--tester/covoar/ReportsBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/covoar/ReportsBase.h b/tester/covoar/ReportsBase.h
index a2856e3..efc110d 100644
--- a/tester/covoar/ReportsBase.h
+++ b/tester/covoar/ReportsBase.h
@@ -402,7 +402,7 @@ class ReportsBase {
* @param[in] allExplanations is the explanations to report on.
*/
void GenerateReports(
- const std::string& symbolSetName,
+ const std::string& symbolSetName,
Coverage::Explanations& allExplanations
);