aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db/libthr_db.c
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-1/+1
* Change lwp to int64_t as thr_pread_long() always uses a 64-bit valueMarius Strobl2011-08-071-4/+4
* The tid member of struct pthread actually is long so read it as such.Marius Strobl2011-08-061-8/+8
* Extend the td_thrinfo_t to include siginfo for the signal that stoppedKonstantin Belousov2010-07-041-1/+23
* Revert r181651, which changed the ABI, and use a temp variable instead.Dag-Erling Smørgrav2009-06-091-1/+3
* Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},Marcel Moolenaar2008-09-141-52/+38
* Cleanup for WARNS 6.Marcel Moolenaar2008-08-061-13/+11
* Change the type of psaddr_t from void* to uintptr_t. A pointerMarcel Moolenaar2008-07-301-13/+12
* Use linker set to collection all target operations.David Xu2008-03-221-0/+3
* Fix return value.David Xu2006-05-171-1/+2
* Use ps_linfo to retrieve LWP info, current it is used to retrieveDavid Xu2006-02-071-0/+6
* Always clear thread info buffer to zero.David Xu2006-02-061-0/+1
* Add support for XMM registers in GDB for x86 processors that supportDoug Rabson2005-05-311-0/+40
* Remove unused variables.Philippe Charnier2005-05-201-2/+1
* o Code cleanup, eliminate private thread id map, directlyDavid Xu2005-04-131-187/+64
* Fill traceme and events fields.David Xu2005-04-121-0/+8
* Sync with debugger code in libthr.David Xu2005-04-121-35/+161
* Export thread address.David Xu2005-04-051-0/+5
* Update debugger code for new libthr.David Xu2005-04-021-216/+578
* 1. Add missing functions: libthr_dbresume,libthr_dbsuspend.David Xu2004-08-131-20/+77
* Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,Marcel Moolenaar2004-07-181-0/+311