History log of /freebsd-10.1-release/lib/libthread_db/arch/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


254450 17-Aug-2013 andrew

Ensure we set all fpu registers to zero by using the address and size of
the union over one of its members.


253266 12-Jul-2013 marius

Prefix the alias macros for members of struct __mcontext with an underscore
in order to avoid a clash in the net80211 code.


224685 06-Aug-2011 marius

Implement

Reviewed by: marcel
Approved by: re (kib)
MFC after: 1 week


224684 06-Aug-2011 marius

Use the size of struct fpreg rather than of the pointer to it when copying
the FPU state.

Reviewed by: marcel
Approved by: re (kib)
MFC after: 1 week


211934 28-Aug-2010 nwhitehorn

Repair some build breakage introduced in r211725 and garbage collect some
code made obsolete in the same commit.


209880 10-Jul-2010 nwhitehorn

Powerpc64 thread libraries support.


189416 05-Mar-2009 attilio

libc_r_* library is no more required, so just axe it.

Approved by: marcel, emaste
Sponsored by: Sandvine Incorporated


182372 28-Aug-2008 obrien

Add the needed libpthread_md.c for MIPS.

Obtained from: Juniper Networks


181341 06-Aug-2008 marcel

Cleanup for WARNS 6.


181059 31-Jul-2008 marcel

Cleanup for WARNS 3.


181044 31-Jul-2008 marcel

Cleanup for WARNS 2.


173703 17-Nov-2007 cognet

Add arm support in libthread_db.


169985 25-May-2007 delphij

Include string.h for memcpy() and memcmp().


169187 01-May-2007 marcel

Roughly implement libpthread support.


161547 23-Aug-2006 ru

Remove alpha-specific stuff.


160971 04-Aug-2006 marcel

Add stub functions. This allows libthread_db to be built and installed,
which means that we also have <thread_db.h>.


146818 31-May-2005 dfr

Add support for XMM registers in GDB for x86 processors that support
SSE (or its successors).

Reviewed by: marcel, davidxu
MFC After: 2 weeks


132950 01-Aug-2004 davidxu

Add code to implement register structure converter.


132409 19-Jul-2004 marcel

prgregset_t changed type from being a typedef of struct reg to an
array of one element of type struct reg. Change the argument to
libc_r_md_getgregs() accordingly.


132360 18-Jul-2004 marcel

Correct the mess I made by committing from the wrong tree. Most
notably, this restores some of the contents in thread_db.h as well
as David Xu's copyright notice. This also fixes the includes in
the MD libpthread files which Scott tried to provide a quick fix
for.

Pointy hat: marcel


132352 18-Jul-2004 scottl

Try to fix ia64 and alpha compiles. I don't have either equipment fired
up now, but it appears to be the same problem and solution as sparc64.


132351 18-Jul-2004 scottl

Add missing #includes so that this can compile. Obtained from the i386 version.


132332 18-Jul-2004 marcel

Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,
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