<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libthread_db/libthr_db.c, branch releng/9.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2011-08-07T15:52:13Z</updated>
<entry>
<title>Change lwp to int64_t as thr_pread_long() always uses a 64-bit value</title>
<updated>2011-08-07T15:52:13Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-08-07T15:52:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef6f47c4ae9421ebfa00dc66a131bbd09b1e25ba'/>
<id>urn:sha1:ef6f47c4ae9421ebfa00dc66a131bbd09b1e25ba</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>The tid member of struct pthread actually is long so read it as such.</title>
<updated>2011-08-06T17:48:30Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-08-06T17:48:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e31fe879a8116d48f59e51c7be8f4efcc601521d'/>
<id>urn:sha1:e31fe879a8116d48f59e51c7be8f4efcc601521d</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Extend the td_thrinfo_t to include siginfo for the signal that stopped</title>
<updated>2010-07-04T12:08:04Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-07-04T12:08:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=098d0537f20da8b3ed427bdb2a8ca846c9e53017'/>
<id>urn:sha1:098d0537f20da8b3ed427bdb2a8ca846c9e53017</id>
<content type='text'>
the target. Take care of ABI.

Suggested by:	davidxu
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Revert r181651, which changed the ABI, and use a temp variable instead.</title>
<updated>2009-06-09T12:32:10Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2009-06-09T12:32:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=18860a1cdfe8761e8f4b369cd40a6842f9ac7bcc'/>
<id>urn:sha1:18860a1cdfe8761e8f4b369cd40a6842f9ac7bcc</id>
<content type='text'>
Suggested by:	attilio
</content>
</entry>
<entry>
<title>Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},</title>
<updated>2008-09-14T16:07:21Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-09-14T16:07:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03fad2ad5f6a883d1f63ee7fbd40c9c91fb4d2d6'/>
<id>urn:sha1:03fad2ad5f6a883d1f63ee7fbd40c9c91fb4d2d6</id>
<content type='text'>
where critical. Some places still use ps_pread/ps_pwrite directly,
but only need changed when byte-order comes into the picture.
Also, change th_p in td_event_msg_t from a pointer type to
psaddr_t, so that events also work when psaddr_t is widened.
</content>
</entry>
<entry>
<title>Cleanup for WARNS 6.</title>
<updated>2008-08-06T03:14:18Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-08-06T03:14:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f60a5b31c857e1cbcafdb8ffa8b7552b6d64f7ca'/>
<id>urn:sha1:f60a5b31c857e1cbcafdb8ffa8b7552b6d64f7ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the type of psaddr_t from void* to uintptr_t. A pointer</title>
<updated>2008-07-30T00:59:19Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-07-30T00:59:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=16b0c20c82c73d7ff49d7d9604fba64eff0c9c45'/>
<id>urn:sha1:16b0c20c82c73d7ff49d7d9604fba64eff0c9c45</id>
<content type='text'>
type cannot be made wider to allow ILP32 platforms to target
LP64 platforms.
</content>
</entry>
<entry>
<title>Use linker set to collection all target operations.</title>
<updated>2008-03-22T05:40:44Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-03-22T05:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20b94d8035dc461dab17c4a27382fce7ac3cea58'/>
<id>urn:sha1:20b94d8035dc461dab17c4a27382fce7ac3cea58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix return value.</title>
<updated>2006-05-17T05:14:45Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2006-05-17T05:14:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef39743bc3b37d74df3e85d12d0667103c43b267'/>
<id>urn:sha1:ef39743bc3b37d74df3e85d12d0667103c43b267</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ps_linfo to retrieve LWP info, current it is used to retrieve</title>
<updated>2006-02-07T02:55:34Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2006-02-07T02:55:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f7b0f0ee748f6bb6a288372c190ead7cd31c634'/>
<id>urn:sha1:4f7b0f0ee748f6bb6a288372c190ead7cd31c634</id>
<content type='text'>
signal mask and pending signals.
</content>
</entry>
</feed>
