summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db
Commit message (Expand)AuthorAgeFilesLines
* Ensure we set all fpu registers to zero by using the address and size ofandrew2013-08-171-1/+1
* Prefix the alias macros for members of struct __mcontext with an underscoremarius2013-07-121-6/+6
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-192-2/+2
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-3/+1
* In lib/libthread_db/arch/i386/libpthread_md.c, clang gives two incorrectdim2011-12-161-0/+6
* Change lwp to int64_t as thr_pread_long() always uses a 64-bit valuemarius2011-08-071-4/+4
* Implementmarius2011-08-061-5/+30
* Use the size of struct fpreg rather than of the pointer to it when copyingmarius2011-08-061-2/+5
* The tid member of struct pthread actually is long so read it as such.marius2011-08-061-8/+8
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-83/+0
* MFtbemd:imp2010-08-231-1/+1
* Powerpc64 thread libraries support.nwhitehorn2010-07-101-0/+83
* Extend the td_thrinfo_t to include siginfo for the signal that stoppedkib2010-07-046-3/+71
* Build lib/ with WARNS=6 by default.ed2010-01-021-1/+0
* Revert r181651, which changed the ABI, and use a temp variable instead.des2009-06-092-2/+4
* libc_r_* library is no more required, so just axe it.attilio2009-03-056-563/+0
* Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},marcel2008-09-145-123/+94
* Add the needed libpthread_md.c for MIPS.obrien2008-08-281-0/+90
* Change the type of ti_traceme from a char to an int as itsmarcel2008-08-131-1/+1
* Cleanup for WARNS 6.marcel2008-08-067-47/+50
* Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} tomarcel2008-07-312-0/+179
* Cleanup for WARNS 3.marcel2008-07-319-16/+23
* Cleanup for WARNS 2.marcel2008-07-314-4/+3
* Change the type of psaddr_t from void* to uintptr_t. A pointermarcel2008-07-305-27/+25
* - Restore kse.h in this directory so other tools don't find it by mistake.jeff2008-03-233-1/+137
* Use linker set to collection all target operations.davidxu2008-03-224-13/+22
* - Remove libkse and related support code in libpthread from the build.jeff2008-03-121-1/+1
* Add arm support in libthread_db.cognet2007-11-171-0/+116
* Include string.h for memcpy() and memcmp().delphij2007-05-251-0/+1
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-2/+0
* Roughly implement libpthread support.marcel2007-05-011-1/+19
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-4/+8
* remove libc_r remanent.davidxu2006-10-201-2/+0
* Remove libc_r support.davidxu2006-10-051-1/+0
* Remove alpha-specific stuff.ru2006-08-232-135/+0
* Add stub functions. This allows libthread_db to be built and installed,marcel2006-08-042-0/+106
* Fix return value.davidxu2006-05-171-1/+2
* get thread signal info.davidxu2006-05-172-0/+38
* Add symbol versioning.deischen2006-03-292-0/+37
* Use ps_linfo to retrieve LWP info, current it is used to retrievedavidxu2006-02-071-0/+6
* Use ps_linfo to retrieve LWP info.davidxu2006-02-071-1/+1
* Replace ptrace syscall with ps_lgetgregs to check a LWP's existence.davidxu2006-02-071-2/+2
* Always clear thread info buffer to zero.davidxu2006-02-062-0/+2
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-318-1/+208
* Remove unused variables.charnier2005-05-202-3/+2
* o Code cleanup, eliminate private thread id map, directlydavidxu2005-04-131-187/+64
* Fill traceme and events fields.davidxu2005-04-121-0/+8
* Sync with debugger code in libthr.davidxu2005-04-124-46/+173
OpenPOWER on IntegriCloud