freebsd-dev/lib/libthread_db
Marius Strobl ef6f47c4ae Change lwp to int64_t as thr_pread_long() always uses a 64-bit value
in order to account for LP64 targets when cross-debugging on ILP32,
allowing r224683 to compile on ILP32.
Note that thr_p{read,write}_{long,ptr}() still incorrectly use the size
of the respective types on the host rather than that on the target when
accessing the target address space which still needs to be fixed. This
means that r224683 alone may not be sufficient to solve the problem it's
intended to fix when cross-debugging.

Approved by:	re (hrs)
2011-08-07 15:52:13 +00:00
..
arch Implement 2011-08-06 17:50:37 +00:00
kse.h - Restore kse.h in this directory so other tools don't find it by mistake. 2008-03-23 09:38:11 +00:00
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 Change lwp to int64_t as thr_pread_long() always uses a 64-bit value 2011-08-07 15:52:13 +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_int.h 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