| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r181651, which changed the ABI, and use a temp variable instead. | des | 2009-06-09 | 2 | -2/+4 |
* | libc_r_* library is no more required, so just axe it. | attilio | 2009-03-05 | 6 | -563/+0 |
* | Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, | marcel | 2008-09-14 | 5 | -123/+94 |
* | Add the needed libpthread_md.c for MIPS. | obrien | 2008-08-28 | 1 | -0/+90 |
* | Change the type of ti_traceme from a char to an int as its | marcel | 2008-08-13 | 1 | -1/+1 |
* | Cleanup for WARNS 6. | marcel | 2008-08-06 | 7 | -47/+50 |
* | Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} to | marcel | 2008-07-31 | 2 | -0/+179 |
* | Cleanup for WARNS 3. | marcel | 2008-07-31 | 9 | -16/+23 |
* | Cleanup for WARNS 2. | marcel | 2008-07-31 | 4 | -4/+3 |
* | Change the type of psaddr_t from void* to uintptr_t. A pointer | marcel | 2008-07-30 | 5 | -27/+25 |
* | - Restore kse.h in this directory so other tools don't find it by mistake. | jeff | 2008-03-23 | 3 | -1/+137 |
* | Use linker set to collection all target operations. | davidxu | 2008-03-22 | 4 | -13/+22 |
* | - Remove libkse and related support code in libpthread from the build. | jeff | 2008-03-12 | 1 | -1/+1 |
* | Add arm support in libthread_db. | cognet | 2007-11-17 | 1 | -0/+116 |
* | Include string.h for memcpy() and memcmp(). | delphij | 2007-05-25 | 1 | -0/+1 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -2/+0 |
* | Roughly implement libpthread support. | marcel | 2007-05-01 | 1 | -1/+19 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -4/+8 |
* | remove libc_r remanent. | davidxu | 2006-10-20 | 1 | -2/+0 |
* | Remove libc_r support. | davidxu | 2006-10-05 | 1 | -1/+0 |
* | Remove alpha-specific stuff. | ru | 2006-08-23 | 2 | -135/+0 |
* | Add stub functions. This allows libthread_db to be built and installed, | marcel | 2006-08-04 | 2 | -0/+106 |
* | Fix return value. | davidxu | 2006-05-17 | 1 | -1/+2 |
* | get thread signal info. | davidxu | 2006-05-17 | 2 | -0/+38 |
* | Add symbol versioning. | deischen | 2006-03-29 | 2 | -0/+37 |
* | Use ps_linfo to retrieve LWP info, current it is used to retrieve | davidxu | 2006-02-07 | 1 | -0/+6 |
* | Use ps_linfo to retrieve LWP info. | davidxu | 2006-02-07 | 1 | -1/+1 |
* | Replace ptrace syscall with ps_lgetgregs to check a LWP's existence. | davidxu | 2006-02-07 | 1 | -2/+2 |
* | Always clear thread info buffer to zero. | davidxu | 2006-02-06 | 2 | -0/+2 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Add support for XMM registers in GDB for x86 processors that support | dfr | 2005-05-31 | 8 | -1/+208 |
* | Remove unused variables. | charnier | 2005-05-20 | 2 | -3/+2 |
* | o Code cleanup, eliminate private thread id map, directly | davidxu | 2005-04-13 | 1 | -187/+64 |
* | Fill traceme and events fields. | davidxu | 2005-04-12 | 1 | -0/+8 |
* | Sync with debugger code in libthr. | davidxu | 2005-04-12 | 4 | -46/+173 |
* | Export thread address. | davidxu | 2005-04-05 | 3 | -0/+9 |
* | Update debugger code for new libthr. | davidxu | 2005-04-02 | 1 | -216/+578 |
* | Plug a memory leak in error case. | davidxu | 2004-08-16 | 1 | -1/+3 |
* | 1. Use libpthread's exported symbols to calcuate offset in data structure | davidxu | 2004-08-16 | 3 | -130/+130 |
* | 1. Add missing functions: libthr_dbresume,libthr_dbsuspend. | davidxu | 2004-08-13 | 1 | -20/+77 |
* | 1.Use new way to check if a thread is in critical region, defer suspending | davidxu | 2004-08-08 | 5 | -32/+126 |
* | s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g | davidxu | 2004-08-03 | 1 | -3/+3 |
* | Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep, | davidxu | 2004-08-01 | 1 | -11/+115 |
* | Add code to implement register structure converter. | davidxu | 2004-08-01 | 1 | -1/+56 |
* | prgregset_t changed type from being a typedef of struct reg to an | marcel | 2004-07-19 | 1 | -1/+1 |
* | This library is not WARNS=2 clean for -O2 builds, because we include | marcel | 2004-07-18 | 1 | -1/+1 |
* | Correct the mess I made by committing from the wrong tree. Most | marcel | 2004-07-18 | 5 | -33/+33 |
* | Try to fix ia64 and alpha compiles. I don't have either equipment fired | scottl | 2004-07-18 | 2 | -0/+14 |
* | Add missing #includes so that this can compile. Obtained from the i386 version. | scottl | 2004-07-18 | 1 | -0/+7 |