summaryrefslogtreecommitdiffstats
path: root/tester/covoar/ExecutableInfo.cc (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-07ExecutableInfo.cc: Fix formattingRyan Long1-45/+58
2021-08-03Remove app_common and all references to itRyan Long1-1/+0
2021-08-03Remove SymbolsToAnalyze global variableRyan Long1-6/+8
2021-08-03Remove dynamicLibrary global variableRyan Long1-5/+5
2021-06-17covoar: Store address-to-line info outside of DWARFAlex White1-37/+36
2021-06-17covoar: Store only the file name in ExecutableInfoAlex White1-7/+5
2021-03-30covoar: Fix overflow of high PC addressAlex White1-0/+5
2021-03-30covoar: Catch exceptional caseAlex White1-0/+10
2021-03-30covoar: Fix null pointer dereferenceAlex White1-3/+6
2021-03-30covoar: Handle periods in symbols from objdumpAlex White1-2/+1
2021-03-30covoar: Fix DWARF readingAlex White1-3/+27
2021-03-30covoar: Fix NOP execution markingAlex White1-1/+1
2019-01-25covoar: wrong symbol length in coverage mapJiri Gaisler1-1/+1
2018-08-21covoar: Close the ELF and DWARF handles once the data is loaded.Chris Johns1-8/+17
2018-08-07tester/covoar: Integrate DWARF function data.Chris Johns1-8/+33
2018-06-21covoar: Covert CoverageMapBase C to C++Chris Johns1-3/+3
2018-06-18tester/covoar: ExecutableInfo C to C++ change.Chris Johns1-3/+3
2018-06-18tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns1-14/+6
2018-06-15covoar: Use DWARF to map addresses to source files and lines.Chris Johns1-26/+54
2018-05-01covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell1-2/+2
2017-08-29covoar: Add information to improve diagnostics.Hermann Felbinger1-1/+2
2014-06-18covoar: Merger the covoar source from rtems-testing.git.Chris Johns1-0/+129