summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-26rtemstoolkit: Fixes to the reader and writer threads for capturingChris Johns1-2/+3
2018-11-23rtemstoolkit: Add unit testing for the python modulesChris Johns19-224/+83
2018-11-23rtemstoolkit/execute: Use buffered output and improve performanceChris Johns1-22/+25
2018-11-17rtemstoolkit/path : Add support to copy single filesVijay Kumar Banerjee1-2/+3
2018-11-15rtemstoolkit: Add ARM and AArch64 support to Linux elftoolchain.Chris Johns1-1/+5
2018-11-08python: Provide support to select a valid python version.Chris Johns5-25/+98
2018-11-05rtemstoolkit: Fix the parsing of the revision string to a number.Chris Johns1-1/+1
2018-10-14rtemstoolkit/rld-cc.cpp: Accept -EL, -EB, and -Gn machine flagsJoel Sherrill1-0/+2
2018-10-03config: Consolidate the version information into a single configuration fileChris Johns4-36/+225
2018-10-02config: Create a config directory and move the RTEMS arch/bsp data to it.Chris Johns3-1/+384
2018-08-07rtemstoolkit/dwarf: Add types of inline. Report machine code size not span.Chris Johns2-1/+50
2018-08-07rtemstoolkit/dwarf: C++ object relates fixes and a dump report.Chris Johns2-149/+477
2018-08-07rtemstoolkit/elf-symbols: Add the symbol types as an enum.Chris Johns1-0/+21
2018-08-07rtemstoolkit: Various coverity related fixes.Chris Johns3-4/+19
2018-06-24rtemstoolkit/dwarf: Fix function loading with an DW_AT_specification attr.Chris Johns1-1/+1
2018-06-18rtemstoolkit: Add DWARF function support.Chris Johns5-38/+1344
2018-06-18rtemstoolkit: Add an output routine for a std::exception.Chris Johns2-0/+20
2018-06-18rtemstoolkit/dwarf: Fixes for getting source lines.Chris Johns2-134/+160
2018-06-18elftoolchain: Add libelftc.Chris Johns31-0/+10545
2018-06-18rtemstoolkit/dwarf: Change the address source line to signed so valid() works.Chris Johns2-23/+26
2018-06-18rtemstoolkit/elf,files: Catch exceptions in destructors.Chris Johns2-28/+101
2018-06-18rtemstoolkit/path: Fix crash when going above the root directory.Chris Johns1-0/+6
2018-06-15rtemstoolkit/elf: Add data size and endian support to the ELF interface.Chris Johns2-0/+32
2018-06-15rtemstoolkit: Add libdwarf C++ interface.Chris Johns6-2/+1495
2018-05-06rtemstoolkit: More warning fixes to ConvertUTF.cChris Johns1-15/+15
2018-04-30_elftc.h: Make compile on CygwinJoel Sherrill1-1/+1
2018-04-30rtemstoolkit: Remove warnings generated on Windows for fall-thru.Chris Johns1-9/+10
2018-04-30rtemstoolkit: Add libdwarf from elftoolchain.Chris Johns199-0/+36534
2018-04-30rtemstoolkit: Update elftoolchain to the latest code.Chris Johns84-1119/+2582
2018-04-30Revert "rtemstoolkit: Update elftoolchain to the latest code."Chris Johns120-306/+434
2018-04-29rtemstoolkit: Update elftoolchain to the latest code.Chris Johns120-434/+306
2018-04-16rtemstoolkit/rap: Ignore R_ARM_V4BX relocation recordsChris Johns1-16/+74
2018-04-14rtemstoolkit/rtl-file: Remove a file on close if requestedChris Johns4-17/+49
2017-11-09Change RTEMS version from 4.12 to 5Sebastian Huber1-1/+1
2017-11-03tester: Add the rtems-run command.Chris Johns1-0/+15
2017-10-25rtemstoolkit: Remove test import for YAML.Chris Johns1-1/+0
2017-10-24tester: Refactor to use INI format files for BSP configurations.Chris Johns3-19/+56
2017-10-22bsb-builder: Add email support, and config report types.Chris Johns1-9/+39
2017-10-12rtemstoolkit: Update the mailer module to the option interface.Chris Johns1-5/+14
2017-10-12rtemstoolkit: Add a capture hook to logging.Chris Johns1-0/+9
2017-10-12rtemstoolkit: Fix error message in options.Chris Johns1-1/+1
2017-10-10Install missing filesSebastian Huber1-0/+1
2017-09-21Move the reraise logic into the tool kit.Chris Johns2-0/+109
2017-09-14rtemstoolkit/rld-compression.cpp: Fix warning for comparing signed to unsignedJoel Sherrill1-2/+2
2017-09-14rtemstoolkit: Remove throw from file::image destructor.Chris Johns1-1/+1
2017-08-29rtemstoolkit/host.py: Change option to search parent directory in Python3.Cillian O'Donnell1-1/+1
2017-08-20rtemstoolkit/libiberty: Fix broken configure detection.Chris Johns1-7/+7
2017-08-16linkers/exe-info Support ARM static constructors.Chris Johns32-908/+5844
2017-05-31rtemstoolkit/rld-process.h: Include rld.h to find 'strings' definitionCillian O'Donnell1-0/+1
2017-05-24rtemstoolkit: Improve performance.Chris Johns1-7/+2