aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db/arch
Commit message (Expand)AuthorAgeFilesLines
* Ensure we set all fpu registers to zero by using the address and size ofAndrew Turner2013-08-171-1/+1
* Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-121-6/+6
* ImplementMarius Strobl2011-08-061-5/+30
* Use the size of struct fpreg rather than of the pointer to it when copyingMarius Strobl2011-08-061-2/+5
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-281-83/+0
* Powerpc64 thread libraries support.Nathan Whitehorn2010-07-101-0/+83
* libc_r_* library is no more required, so just axe it.Attilio Rao2009-03-055-212/+0
* Add the needed libpthread_md.c for MIPS.David E. O'Brien2008-08-281-0/+90
* Cleanup for WARNS 6.Marcel Moolenaar2008-08-064-14/+14
* Cleanup for WARNS 3.Marcel Moolenaar2008-07-316-7/+13
* Cleanup for WARNS 2.Marcel Moolenaar2008-07-312-1/+2
* Add arm support in libthread_db.Olivier Houchard2007-11-171-0/+116
* Include string.h for memcpy() and memcmp().Xin LI2007-05-251-0/+1
* Roughly implement libpthread support.Marcel Moolenaar2007-05-011-1/+19
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-232-135/+0
* Add stub functions. This allows libthread_db to be built and installed,Marcel Moolenaar2006-08-042-0/+106
* Add support for XMM registers in GDB for x86 processors that supportDoug Rabson2005-05-311-0/+14
* Add code to implement register structure converter.David Xu2004-08-011-1/+56
* prgregset_t changed type from being a typedef of struct reg to anMarcel Moolenaar2004-07-191-1/+1
* Correct the mess I made by committing from the wrong tree. MostMarcel Moolenaar2004-07-184-18/+9
* Try to fix ia64 and alpha compiles. I don't have either equipment firedScott Long2004-07-182-0/+14
* Add missing #includes so that this can compile. Obtained from the i386 version.Scott Long2004-07-181-0/+7
* Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,Marcel Moolenaar2004-07-1810-0/+585