summaryrefslogtreecommitdiff
path: root/lib/libthread_db/libpthread_db.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-20libthread_db: unbreak build due to sign/unsigned comparison.Pedro F. Giffuni
2017-04-20libpthread_db: undo the memset size change.Pedro F. Giffuni
2017-04-20Revert r317201 to fix the log.Pedro F. Giffuni
2017-04-20libpthread_db: leave the memset size from unchanged.Pedro F. Giffuni
2017-04-20libthread_db: unsign map_len and use reallocarray(3).Pedro F. Giffuni
2012-10-19Fix warnings found by -Wmising-variable-declarations.Ed Schouten
2010-07-04Extend the td_thrinfo_t to include siginfo for the signal that stoppedKonstantin Belousov
2008-09-14Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},Marcel Moolenaar
2008-08-06Cleanup for WARNS 6.Marcel Moolenaar
2008-07-31Cleanup for WARNS 3.Marcel Moolenaar
2008-07-30Change the type of psaddr_t from void* to uintptr_t. A pointerMarcel Moolenaar
2008-03-23 - Restore kse.h in this directory so other tools don't find it by mistake.Jeff Roberson
2008-03-22Use linker set to collection all target operations.David Xu
2006-05-17get thread signal info.David Xu
2006-02-07Use ps_linfo to retrieve LWP info.David Xu
2006-02-07Replace ptrace syscall with ps_lgetgregs to check a LWP's existence.David Xu
2006-02-06Always clear thread info buffer to zero.David Xu
2005-05-31Add support for XMM registers in GDB for x86 processors that supportDoug Rabson
2005-05-20Remove unused variables.Philippe Charnier
2005-04-12Sync with debugger code in libthr.David Xu
2005-04-05Export thread address.David Xu
2004-08-16Plug a memory leak in error case.David Xu
2004-08-161. Use libpthread's exported symbols to calcuate offset in data structureDavid Xu
2004-08-081.Use new way to check if a thread is in critical region, defer suspendingDavid Xu
2004-08-03s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/gDavid Xu
2004-08-01Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep,David Xu
2004-07-18Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,Marcel Moolenaar