summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-24rtemstoolkit/dwarf: Fix function loading with an DW_AT_specification attr.Chris Johns
2018-06-22covoar: Address kill() on CygwinJoel Sherrill
2018-06-21covoar: Covert CoverageMapBase C to C++Chris Johns
2018-06-20tester: Install the coverage python module.Chris Johns
2018-06-19Fix CXC build for x86-w64-mingw32Sebastian Huber
2018-06-19tester: Add line feeds to the coverage HTML report.Chris Johns
2018-06-18tester: Make the path to covoar absolute to ignore the env PATH.Chris Johns
2018-06-18tester: Clean up the coverage python code.Chris Johns
2018-06-18tester: Correct usage for covoar.Chris Johns
2018-06-18tester: Make leon3-run command use run and not sis.Chris Johns
2018-06-18rtemstoolkit: Add DWARF function support.Chris Johns
2018-06-18linkers: Add an address to line tool.Chris Johns
2018-06-18rtemstoolkit: Add an output routine for a std::exception.Chris Johns
2018-06-18rtemstoolkit/dwarf: Fixes for getting source lines.Chris Johns
2018-06-18elftoolchain: Add libelftc.Chris Johns
2018-06-18tester/covoar: ExecutableInfo C to C++ change.Chris Johns
2018-06-18rtemstoolkit/dwarf: Change the address source line to signed so valid() works.Chris Johns
2018-06-18tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns
2018-06-18linkers/exe-info: Add DWARF support to gather and check producer details.Chris Johns
2018-06-18rtemstoolkit/elf,files: Catch exceptions in destructors.Chris Johns
2018-06-18rtemstoolkit/path: Fix crash when going above the root directory.Chris Johns
2018-06-15linkers/exe-info: Set the data endian for getting the init/fini sec data.Chris Johns
2018-06-15rtemstoolkit/elf: Add data size and endian support to the ELF interface.Chris Johns
2018-06-15covoar: Add libdwarf to the include path.Chris Johns
2018-06-15covoar: Control the RLD verbose level from the -v option.Chris Johns
2018-06-15covoar: Refactor DesiredSymbols.cc to C++11.Chris Johns
2018-06-15covoar: Use DWARF to map addresses to source files and lines.Chris Johns
2018-06-15rtemstoolkit: Add libdwarf C++ interface.Chris Johns
2018-06-14bin2c: Fix warningsSebastian Huber
2018-06-14bin2c: Import from RTEMSSebastian Huber
2018-06-05tester: Add script to generate html coverage report from covoar outputVijay Kumar Banerjee
2018-06-05rtems-bsps-epiphany.ini: Correct spelling of ephiphany_simJoel Sherrill
2018-06-05SPARC: ngmp replaced with specific CPU model BSPsJoel Sherrill
2018-06-05tester/rtems/rtems-bsps-powerpc.ini: Fix typoJoel Sherrill
2018-06-02Updating trace buffer configurationVidushi Vashishth
2018-05-25tester/covoar: Do not load an executable's local symbols.Chris Johns
2018-05-14covoar: Fix build path checks for multiple executables.Cillian O'Donnell
2018-05-06rtemstoolkit: More warning fixes to ConvertUTF.cChris Johns
2018-04-30_elftc.h: Make compile on CygwinJoel Sherrill
2018-05-01tester/covoar: Remove the C part of main and convert to C++Chris Johns
2018-05-01covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell
2018-04-30rtemstoolkit: Remove warnings generated on Windows for fall-thru.Chris Johns
2018-04-30rtemstoolkit: Add libdwarf from elftoolchain.Chris Johns
2018-04-30rtemstoolkit: Update elftoolchain to the latest code.Chris Johns
2018-04-30Revert "rtemstoolkit: Update elftoolchain to the latest code."Chris Johns
2018-04-29rtemstoolkit: Update elftoolchain to the latest code.Chris Johns
2018-04-23tester: Fix the configure debug option.Chris Johns
2018-04-16rtemstoolkit/rap: Ignore R_ARM_V4BX relocation recordsChris Johns
2018-04-14rtemstoolkit/rtl-file: Remove a file on close if requestedChris Johns
2018-04-10teater: Filter out an *.norun.* executables.Chris Johns