summaryrefslogtreecommitdiff
path: root/lib/libpthread_dbg
AgeCommit message (Expand)Author
2008-03-07pthread_key_create: instead of using a simple 1/0 value to record a keyad
2007-10-16Crank libpthread_dbg major.ad
2007-10-16Remove stuff that is no longer useful.ad
2007-09-10Merge nick-csl-alignment.skrll
2007-08-16Catch up with libpthread changes.ad
2007-08-04Make libpthread_dbg build again.ad
2007-03-14Remove more SA libpthread stuff.skrll
2007-03-02Remove the PTHREAD_SA option. If M:N threads is reimplemented it'sad
2007-02-09Bump libpthread & libpthread_dbg minor versions so that an old SA copyad
2007-02-09Sync with kernel changes introduced by merging the newlock2 branch.ad
2007-02-06Build without sys/sa.h present.ad
2006-12-24But turn on PTHREAD_SA, since turning it off does not work yet.christos
2006-12-24just get this to compile again, so that people can build.christos
2006-05-14XXX: GCC uninitialized variable.christos
2004-10-12Remove pt_blockuc. If the debugger attempts to muck with the state of amycroft
2004-07-18enhance MI pthreads code to support hppa:chs
2004-07-06Recognize thread objects in addr2sync.nathanw
2004-07-01td_sync_info(): explicitly clear the "locked" flag when unlocked,nathanw
2004-07-01td_map_addr2sync(): recognize read-write lock objects.nathanw
2004-06-11Cast integer to pointer types via intptr_t.scw
2004-06-10Ouch. Lint didn't like the last change on sparc64. The reason:martin
2004-06-10Avoid depending on declarations of struct reg and struct fpreg by usingnathanw
2004-06-03Get the td_thread_t * corresponding to nthread to mess with its lwpnathanw
2004-06-03Update cached LWP values when suspending the running thread.nathanw
2004-06-03Add an offset to the thread ID numbers, because GDB really doesn'tnathanw
2004-06-02Add support for reporting and examining suspended threads.nathanw
2004-06-02td_map_lwps(): there's always one lwp. This makes the call work beforenathanw
2004-06-02Add td_thr_suspend() and td_thr_resume(), to suspend and resumenathanw
2004-02-21Actually test pthread__dbg to check if another gdb is attached (and notcl
2004-02-11td_thr_getregs(): Return errors when the requested bit of register statenathanw
2004-02-03Test pt_blockgen against pt_unblockgen, not against itself, to checknathanw
2004-02-02Rename pt_stacksize, pt_stacksize_lg, and pt_stackmask to pthread_*. Externalnathanw
2004-02-02Do all the symbol lookups at td_open() time and cache them in the td_proc_st.nathanw
2003-12-31catch up with block/unblock changes in libpthreadcl
2003-11-27Add td__getstacksize() to support variable stack sizes.cl
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-09-11add a cast to make lint happy.christos
2003-07-17Adapt to structure name changes.nathanw
2003-06-26Preferentially read context pointer from pt_trapuc.nathanw
2003-04-05A couple of READ calls in td_sync_info() were reading into anathanw
2003-03-08add __RCSID()lukem
2003-02-27Add hooks to read the application-assigned name of a thread.nathanw
2003-01-18de-lintchristos
2003-01-18Merge the nathanw_sa branch.thorpej