summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-03config: Consolidate the version information into a single configuration fileChris Johns
2018-10-02config: Create a config directory and move the RTEMS arch/bsp data to it.Chris Johns
2018-09-08tester/bsp-builder: Yield the job control thread when in a dry-run.Chris Johns
2018-09-08tester/bsp-builder: Add excluded build options to the base options.Chris Johns
2018-09-04tester/bsp-builder: No network builds for the epiphany BSP.Chris Johns
2018-09-04tester/bsp-builder: Fix the build jobs with more than one BSP exclude.Chris Johns
2018-08-21covoar: Close the ELF and DWARF handles once the data is loaded.Chris Johns
2018-08-08coverage/symbol-sets.ini : Add symbol-sets and paths to respective librariesVijay Kumar Banerjee
2018-08-08Coverage: Add support to generate separate reports for each symbol-setVijay Kumar Banerjee
2018-08-07tester: Exclude SMP build of some RISC-V BSPsSebastian Huber
2018-08-07linkers/exeinfo: Report who inlines which functions. Report not inline functi...Chris Johns
2018-08-07rtemstoolkit/dwarf: Add types of inline. Report machine code size not span.Chris Johns
2018-08-07tester/covoar: Integrate DWARF function data.Chris Johns
2018-08-07linkers/exeinfo: Add an inlines report and DWARF data dump.Chris Johns
2018-08-07rtemstoolkit/dwarf: C++ object relates fixes and a dump report.Chris Johns
2018-08-07rtemstoolkit/elf-symbols: Add the symbol types as an enum.Chris Johns
2018-08-07rtemstoolkit: Various coverity related fixes.Chris Johns
2018-08-06tester: Add RISC-V support to BSP builderSebastian Huber
2018-07-25tester: Add use virt machine for rv64imafd_medanySebastian Huber
2018-07-18rtems-bsps-tiers.ini: Add amd64Joel Sherrill
2018-07-03tester: Remove obsolete BSP variantsSebastian Huber
2018-06-29tester: Add rv64imafd_medany.iniSebastian Huber
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