summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-elf.cpp (follow)
AgeCommit message (Collapse)Author
2019-11-12Add RISC-V machine to rld-elfHesham Almatary
2018-08-07rtemstoolkit: Various coverity related fixes.Chris Johns
2018-06-18rtemstoolkit/elf,files: Catch exceptions in destructors.Chris Johns
Catch exceptions in destructures and print a message to avoid an unhandled exception happening in an exception stack unwind.
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
Provide a C++ interface to libdwarf to: - Manage DWARF debug data - Manage CU - Manage DIE - Handle CU line addresses - Handle CU source files Update #3417
2014-09-13Refactor code into the RTEMS Toolkit.Chris Johns