summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db/pthread/pthread_db.c
Commit message (Collapse)AuthorAgeFilesLines
* Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,marcel2004-07-181-1087/+0
| | | | | | | | | | | | | | | | | | | | | i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 for libpthread. Restructure the source files to avoid unnecessary use of subdirectories that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library). The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean. that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library). The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean. Tested on: amd64, i386, ia64
* Add the const qualifier to the prgregset_t argument for the *setregs*marcel2004-07-171-1/+1
| | | | functions.
* Add my initial work of libthread_db. The library is used by gdb to debugdavidxu2004-07-151-0/+1087
threaded process. Current, only libpthread is supported, but macrel will work on it to support libthr and libc_r.
OpenPOWER on IntegriCloud