aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db/arch
Commit message (Expand)AuthorAgeFilesLines
* Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.Warner Losh2020-02-271-92/+0
* mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans2019-08-221-0/+1
* Implement pt_fpreg_to_ucontext(), pt_ucontext_to_fpreg().Ruslan Bukin2018-08-021-2/+8
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-265-5/+15
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Preserve VFP state across signal delivery.Michal Meloun2017-03-261-1/+3
* Cleanup structures related to VFP and/or mcontext_t.Michal Meloun2017-03-241-1/+1
* Add the RISC-V MD parts of libthread_db.Ruslan Bukin2016-01-271-0/+104
* Add the arm64 parts of libthread_db.Andrew Turner2015-04-011-0/+96
* Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silenceDimitry Andric2015-01-271-1/+1
* Remove ia64.Marcel Moolenaar2014-07-071-65/+0
* 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