summaryrefslogtreecommitdiff
path: root/lib/libthread_db/arch
AgeCommit message (Expand)Author
2024-07-30Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-04arm: Add support for using VFP in kernelKornel Dulęba
2021-12-31mips: Remove thread_db supportWarner Losh
2020-02-27Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.Warner Losh
2019-08-22mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans
2018-08-02Implement pt_fpreg_to_ucontext(), pt_ucontext_to_fpreg().Ruslan Bukin
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-26Preserve VFP state across signal delivery.Michal Meloun
2017-03-24Cleanup structures related to VFP and/or mcontext_t.Michal Meloun
2016-01-27Add the RISC-V MD parts of libthread_db.Ruslan Bukin
2015-04-01Add the arm64 parts of libthread_db.Andrew Turner
2015-01-27Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silenceDimitry Andric
2014-07-07Remove ia64.Marcel Moolenaar
2013-08-17Ensure we set all fpu registers to zero by using the address and size ofAndrew Turner
2013-07-12Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl
2011-08-06ImplementMarius Strobl
2011-08-06Use the size of struct fpreg rather than of the pointer to it when copyingMarius Strobl
2010-08-28Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn
2010-07-10Powerpc64 thread libraries support.Nathan Whitehorn
2009-03-05libc_r_* library is no more required, so just axe it.Attilio Rao
2008-08-28Add the needed libpthread_md.c for MIPS.David E. O'Brien
2008-08-06Cleanup for WARNS 6.Marcel Moolenaar
2008-07-31Cleanup for WARNS 3.Marcel Moolenaar
2008-07-31Cleanup for WARNS 2.Marcel Moolenaar
2007-11-17Add arm support in libthread_db.Olivier Houchard
2007-05-25Include string.h for memcpy() and memcmp().Xin LI
2007-05-01Roughly implement libpthread support.Marcel Moolenaar
2006-08-23Remove alpha-specific stuff.Ruslan Ermilov
2006-08-04Add stub functions. This allows libthread_db to be built and installed,Marcel Moolenaar
2005-05-31Add support for XMM registers in GDB for x86 processors that supportDoug Rabson
2004-08-01Add code to implement register structure converter.David Xu
2004-07-19prgregset_t changed type from being a typedef of struct reg to anMarcel Moolenaar
2004-07-18Correct the mess I made by committing from the wrong tree. MostMarcel Moolenaar
2004-07-18Try to fix ia64 and alpha compiles. I don't have either equipment firedScott Long
2004-07-18Add missing #includes so that this can compile. Obtained from the i386 version.Scott Long
2004-07-18Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,Marcel Moolenaar