freebsd-src/lib/libthread_db
Marius Strobl e31fe879a8 The tid member of struct pthread actually is long so read it as such.
Accessing it as an int causes failure on big-endian LP64, i.e. mips64be,
powerpc64 and sparc64.

Reviewed by:	marcel
Approved by:	re (kib)
MFC after:	1 week
2011-08-06 17:48:30 +00:00
..
arch Repair some build breakage introduced in r211725 and garbage collect some 2010-08-28 15:03:11 +00:00
kse.h
libpthread_db.c Extend the td_thrinfo_t to include siginfo for the signal that stopped 2010-07-04 12:08:04 +00:00
libpthread_db.h Cleanup for WARNS 3. 2008-07-31 16:26:58 +00:00
libthr_db.c The tid member of struct pthread actually is long so read it as such. 2011-08-06 17:48:30 +00:00
Makefile MFtbemd: 2010-08-23 22:24:11 +00:00
Symbol.map Extend the td_thrinfo_t to include siginfo for the signal that stopped 2010-07-04 12:08:04 +00:00
thread_db.c Extend the td_thrinfo_t to include siginfo for the signal that stopped 2010-07-04 12:08:04 +00:00
thread_db.h Extend the td_thrinfo_t to include siginfo for the signal that stopped 2010-07-04 12:08:04 +00:00
thread_db_int.h Extend the td_thrinfo_t to include siginfo for the signal that stopped 2010-07-04 12:08:04 +00:00