summaryrefslogtreecommitdiffstats
path: root/tester/covoar/covoar.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* covoar.cc: Fix formattingRyan Long2021-09-131-133/+167
* covoar.cc: Convert to C++Ryan Long2021-09-131-27/+23
* Remove app_common and all references to itRyan Long2021-08-031-1/+0
* app_common: Remove functions and macrosRyan Long2021-08-031-0/+20
* Remove TargetInfo global variableRyan Long2021-08-031-2/+7
* Remove BranchInfoAvailable global variableRyan Long2021-08-031-1/+5
* Remove SymbolsToAnalyze global variableRyan Long2021-08-031-16/+24
* Remove input buffer global variablesRyan Long2021-08-031-0/+3
* Remove outputDirectory global variableRyan Long2021-08-031-1/+3
* Remove projectName global variableRyan Long2021-08-031-2/+8
* Remove dynamicLibrary global variableRyan Long2021-08-031-4/+5
* Remove Verbose global variableRyan Long2021-08-031-21/+22
* Remove objdumpProcessor global variableRyan Long2021-08-031-5/+3
* Remove AllExplanations global variableRyan Long2021-08-031-4/+4
* covoar: Split symbols by symbol setAlex White2021-04-061-2/+4
* covoar: Fix DWARF readingAlex White2021-03-301-55/+55
* covoar: enable -f switch to select other coverage formatsJiri Gaisler2019-01-251-1/+2
* tester/covoar: Integrate DWARF function data.Chris Johns2018-08-071-12/+8
* covoar: Address kill() on CygwinJoel Sherrill2018-06-221-1/+1
* tester: Correct usage for covoar.Chris Johns2018-06-181-1/+1
* tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns2018-06-181-96/+136
* covoar: Control the RLD verbose level from the -v option.Chris Johns2018-06-151-1/+2
* covoar: Use DWARF to map addresses to source files and lines.Chris Johns2018-06-151-1/+1
* covoar: Fix build path checks for multiple executables.Cillian O'Donnell2018-05-141-7/+3
* tester/covoar: Remove the C part of main and convert to C++Chris Johns2018-05-011-145/+98
* covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell2018-05-011-111/+189
* tester/covoar/covoar.cc: Add missing throw keywordJoel Sherrill2018-01-021-1/+1
* tester/covoar/covoar.cc: Exit using exit() rather than just throwing.Joel Sherrill2017-12-051-4/+4
* tester/covoar/covoar.cc: Clean up formatting (tabs, braces, indentation, etc)Joel Sherrill2017-12-051-107/+114
* covoar: Add function defs to fix Windows build errors.Cillian O'Donnell2017-09-141-0/+4
* covoar: Remove config file and test critical options are valid.Cillian O'Donnell2017-08-291-101/+63
* covoar: Use rld tempfile and add signals to clean up in event of crash.Cillian O'Donnell2017-08-291-3/+52
* Fix covoar so it builds for Windows.Chris Johns2015-01-201-5/+5
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+507