summaryrefslogtreecommitdiff
path: root/rtemstoolkit (follow)
AgeCommit message (Expand)Author
2019-02-08rtemstoolkit/execute: Print the trace exe command as a string and not list.Chris Johns
2018-11-29rtemstoolkit/host: Fix the darwin support.Chris Johns
2018-11-29rtemstoolkit/git: Use 'git' if no macro path is present.Chris Johns
2018-11-29rtemstoolkit/version: Remove the tailing - with a clean git repoChris Johns
2018-11-29rtemstoolkit: Fix unittests on WindowsChris Johns
2018-11-29rtemstoolkit:libelf: Removing warning for asprintf on Windows.Chris Johns
2018-11-29Fix warnings on Windows.Chris Johns
2018-11-29waf: Fix version paths on Windows.Chris Johns
2018-11-28rtemstoolkit: Fix mailer unittest.Chris Johns
2018-11-27fix native elf detection on x86_64 machinesChristian Spindeldreier
2018-11-26rtemstoolkit/git: Ignore untracked files in the dirty state.Chris Johns
2018-11-26rtemstoolkit: Fixes to the reader and writer threads for capturingChris Johns
2018-11-23rtemstoolkit: Add unit testing for the python modulesChris Johns
2018-11-23rtemstoolkit/execute: Use buffered output and improve performanceChris Johns
2018-11-17rtemstoolkit/path : Add support to copy single filesVijay Kumar Banerjee
2018-11-15rtemstoolkit: Add ARM and AArch64 support to Linux elftoolchain.Chris Johns
2018-11-08python: Provide support to select a valid python version.Chris Johns
2018-11-05rtemstoolkit: Fix the parsing of the revision string to a number.Chris Johns
2018-10-14rtemstoolkit/rld-cc.cpp: Accept -EL, -EB, and -Gn machine flagsJoel Sherrill
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-08-07rtemstoolkit/dwarf: Add types of inline. Report machine code size not span.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-06-24rtemstoolkit/dwarf: Fix function loading with an DW_AT_specification attr.Chris Johns
2018-06-18rtemstoolkit: Add DWARF function support.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-18rtemstoolkit/dwarf: Change the address source line to signed so valid() works.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-15rtemstoolkit/elf: Add data size and endian support to the ELF interface.Chris Johns
2018-06-15rtemstoolkit: Add libdwarf C++ interface.Chris Johns
2018-05-06rtemstoolkit: More warning fixes to ConvertUTF.cChris Johns
2018-04-30_elftc.h: Make compile on CygwinJoel Sherrill
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-16rtemstoolkit/rap: Ignore R_ARM_V4BX relocation recordsChris Johns
2018-04-14rtemstoolkit/rtl-file: Remove a file on close if requestedChris Johns
2017-11-09Change RTEMS version from 4.12 to 5Sebastian Huber
2017-11-03tester: Add the rtems-run command.Chris Johns
2017-10-25rtemstoolkit: Remove test import for YAML.Chris Johns
2017-10-24tester: Refactor to use INI format files for BSP configurations.Chris Johns
2017-10-22bsb-builder: Add email support, and config report types.Chris Johns
2017-10-12rtemstoolkit: Update the mailer module to the option interface.Chris Johns