summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-debugger.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2019-08-12libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns1-13/+13
Closes #3777
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns1-3/+3
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber1-2/+2
Prepare for header file move to common include directory. Update #3254.
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-6/+8
This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber1-1/+1
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+96
This is a merge of the RTL project.