summaryrefslogtreecommitdiffstats
path: root/tester/covoar/covoar.cc (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-13covoar.cc: Fix formattingRyan Long1-133/+167
2021-09-13covoar.cc: Convert to C++Ryan Long1-27/+23
2021-08-03Remove app_common and all references to itRyan Long1-1/+0
2021-08-03app_common: Remove functions and macrosRyan Long1-0/+20
2021-08-03Remove TargetInfo global variableRyan Long1-2/+7
2021-08-03Remove BranchInfoAvailable global variableRyan Long1-1/+5
2021-08-03Remove SymbolsToAnalyze global variableRyan Long1-16/+24
2021-08-03Remove input buffer global variablesRyan Long1-0/+3
2021-08-03Remove outputDirectory global variableRyan Long1-1/+3
2021-08-03Remove projectName global variableRyan Long1-2/+8
2021-08-03Remove dynamicLibrary global variableRyan Long1-4/+5
2021-08-03Remove Verbose global variableRyan Long1-21/+22
2021-08-03Remove objdumpProcessor global variableRyan Long1-5/+3
2021-08-03Remove AllExplanations global variableRyan Long1-4/+4
2021-04-06covoar: Split symbols by symbol setAlex White1-2/+4
2021-03-30covoar: Fix DWARF readingAlex White1-55/+55
2019-01-25covoar: enable -f switch to select other coverage formatsJiri Gaisler1-1/+2
2018-08-07tester/covoar: Integrate DWARF function data.Chris Johns1-12/+8
2018-06-22covoar: Address kill() on CygwinJoel Sherrill1-1/+1
2018-06-18tester: Correct usage for covoar.Chris Johns1-1/+1
2018-06-18tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns1-96/+136
2018-06-15covoar: Control the RLD verbose level from the -v option.Chris Johns1-1/+2
2018-06-15covoar: Use DWARF to map addresses to source files and lines.Chris Johns1-1/+1
2018-05-14covoar: Fix build path checks for multiple executables.Cillian O'Donnell1-7/+3
2018-05-01tester/covoar: Remove the C part of main and convert to C++Chris Johns1-145/+98
2018-05-01covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell1-111/+189
2018-01-02tester/covoar/covoar.cc: Add missing throw keywordJoel Sherrill1-1/+1
2017-12-05tester/covoar/covoar.cc: Exit using exit() rather than just throwing.Joel Sherrill1-4/+4
2017-12-05tester/covoar/covoar.cc: Clean up formatting (tabs, braces, indentation, etc)Joel Sherrill1-107/+114
2017-09-14covoar: Add function defs to fix Windows build errors.Cillian O'Donnell1-0/+4
2017-08-29covoar: Remove config file and test critical options are valid.Cillian O'Donnell1-101/+63
2017-08-29covoar: Use rld tempfile and add signals to clean up in event of crash.Cillian O'Donnell1-3/+52
2015-01-20Fix covoar so it builds for Windows.Chris Johns1-5/+5
2014-06-18covoar: Merger the covoar source from rtems-testing.git.Chris Johns1-0/+507