index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libthread_db
/
libpthread_db.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings found by -Wmising-variable-declarations.
ed
2012-10-19
1
-1
/
+1
*
Extend the td_thrinfo_t to include siginfo for the signal that stopped
kib
2010-07-04
1
-1
/
+12
*
Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},
marcel
2008-09-14
1
-57
/
+36
*
Cleanup for WARNS 6.
marcel
2008-08-06
1
-19
/
+24
*
Cleanup for WARNS 3.
marcel
2008-07-31
1
-2
/
+2
*
Change the type of psaddr_t from void* to uintptr_t. A pointer
marcel
2008-07-30
1
-9
/
+7
*
- Restore kse.h in this directory so other tools don't find it by mistake.
jeff
2008-03-23
1
-1
/
+1
*
Use linker set to collection all target operations.
davidxu
2008-03-22
1
-0
/
+3
*
get thread signal info.
davidxu
2006-05-17
1
-0
/
+36
*
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
1
-0
/
+1
*
Add support for XMM registers in GDB for x86 processors that support
dfr
2005-05-31
1
-0
/
+100
*
Remove unused variables.
charnier
2005-05-20
1
-1
/
+1
*
Sync with debugger code in libthr.
davidxu
2005-04-12
1
-6
/
+6
*
Export thread address.
davidxu
2005-04-05
1
-0
/
+3
*
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
1
-111
/
+112
*
1.Use new way to check if a thread is in critical region, defer suspending
davidxu
2004-08-08
1
-31
/
+108
*
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 rudimentary support and stubs for libthr and libc_r on alpha, amd64,
marcel
2004-07-18
1
-0
/
+825