summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tester: Make the path to covoar absolute to ignore the env PATH.Chris Johns2018-06-182-22/+43
* tester: Clean up the coverage python code.Chris Johns2018-06-181-45/+50
* tester: Correct usage for covoar.Chris Johns2018-06-181-1/+1
* tester: Make leon3-run command use run and not sis.Chris Johns2018-06-181-2/+2
* rtemstoolkit: Add DWARF function support.Chris Johns2018-06-187-40/+1364
* linkers: Add an address to line tool.Chris Johns2018-06-182-1/+303
* rtemstoolkit: Add an output routine for a std::exception.Chris Johns2018-06-182-0/+20
* rtemstoolkit/dwarf: Fixes for getting source lines.Chris Johns2018-06-182-134/+160
* elftoolchain: Add libelftc.Chris Johns2018-06-1831-0/+10545
* tester/covoar: ExecutableInfo C to C++ change.Chris Johns2018-06-181-3/+3
* rtemstoolkit/dwarf: Change the address source line to signed so valid() works.Chris Johns2018-06-182-23/+26
* tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns2018-06-1823-649/+608
* linkers/exe-info: Add DWARF support to gather and check producer details.Chris Johns2018-06-182-4/+210
* rtemstoolkit/elf,files: Catch exceptions in destructors.Chris Johns2018-06-182-28/+101
* rtemstoolkit/path: Fix crash when going above the root directory.Chris Johns2018-06-181-0/+6
* linkers/exe-info: Set the data endian for getting the init/fini sec data.Chris Johns2018-06-152-8/+6
* rtemstoolkit/elf: Add data size and endian support to the ELF interface.Chris Johns2018-06-152-0/+32
* covoar: Add libdwarf to the include path.Chris Johns2018-06-151-0/+1
* covoar: Control the RLD verbose level from the -v option.Chris Johns2018-06-151-1/+2
* covoar: Refactor DesiredSymbols.cc to C++11.Chris Johns2018-06-151-289/+210
* covoar: Use DWARF to map addresses to source files and lines.Chris Johns2018-06-157-191/+127
* rtemstoolkit: Add libdwarf C++ interface.Chris Johns2018-06-156-2/+1495
* bin2c: Fix warningsSebastian Huber2018-06-141-1/+0
* bin2c: Import from RTEMSSebastian Huber2018-06-144-0/+446
* tester: Add script to generate html coverage report from covoar outputVijay Kumar Banerjee2018-06-056-13/+450
* rtems-bsps-epiphany.ini: Correct spelling of ephiphany_simJoel Sherrill2018-06-051-1/+1
* SPARC: ngmp replaced with specific CPU model BSPsJoel Sherrill2018-06-052-3/+3
* tester/rtems/rtems-bsps-powerpc.ini: Fix typoJoel Sherrill2018-06-051-1/+1
* Updating trace buffer configurationVidushi Vashishth2018-06-021-2/+3
* tester/covoar: Do not load an executable's local symbols.Chris Johns2018-05-251-4/+0
* covoar: Fix build path checks for multiple executables.Cillian O'Donnell2018-05-141-7/+3
* rtemstoolkit: More warning fixes to ConvertUTF.cChris Johns2018-05-061-15/+15
* _elftc.h: Make compile on CygwinJoel Sherrill2018-04-301-1/+1
* 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-0117-186/+737
* rtemstoolkit: Remove warnings generated on Windows for fall-thru.Chris Johns2018-04-301-9/+10
* rtemstoolkit: Add libdwarf from elftoolchain.Chris Johns2018-04-30199-0/+36534
* rtemstoolkit: Update elftoolchain to the latest code.Chris Johns2018-04-3084-1119/+2582
* Revert "rtemstoolkit: Update elftoolchain to the latest code."Chris Johns2018-04-30120-306/+434
* rtemstoolkit: Update elftoolchain to the latest code.Chris Johns2018-04-29120-434/+306
* tester: Fix the configure debug option.Chris Johns2018-04-231-2/+2
* rtemstoolkit/rap: Ignore R_ARM_V4BX relocation recordsChris Johns2018-04-161-16/+74
* rtemstoolkit/rtl-file: Remove a file on close if requestedChris Johns2018-04-146-23/+55
* teater: Filter out an *.norun.* executables.Chris Johns2018-04-101-9/+3
* tester: List .ini files for BSPs with --list-bsps.Chris Johns2018-04-101-3/+3
* waf: Add getcwd() to sys.path as waf has changed.Chris Johns2018-04-101-2/+13
* bsp-builder: Collect2 messages are errors.Chris Johns2018-04-101-0/+1
* rtems-bsps-powerpc.ini: Add PowerPC qemu BSPsJoel Sherrill2018-02-011-0/+3
* rtems-bsp-builder: Remove stray %s from the run log message.Chris Johns2018-02-011-1/+1
* rtems-bsp-builder: Add a check for invalid ARCH and BSP names.Chris Johns2018-02-012-2/+7