<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/gcore, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-08-10T08:53:33Z</updated>
<entry>
<title>MFC r223924:</title>
<updated>2011-08-10T08:53:33Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2011-08-10T08:53:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=624a633a392f6f09c024038232e9bd606afc98a1'/>
<id>urn:sha1:624a633a392f6f09c024038232e9bd606afc98a1</id>
<content type='text'>
Match size_t and ssize_t by using %zu and %zd instead of %d.
</content>
</entry>
<entry>
<title>MFC 216769:</title>
<updated>2011-01-04T15:09:42Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2011-01-04T15:09:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7585668aaf78255e56a90eef52fa1d1577f4dfe1'/>
<id>urn:sha1:7585668aaf78255e56a90eef52fa1d1577f4dfe1</id>
<content type='text'>
Start sentences on a new line to ease life for translators.  Tweak the
wording in a few places.
</content>
</entry>
<entry>
<title>MFC 203532: Fix gcore so that it can have the '-s' flag without hanging.</title>
<updated>2010-12-28T18:56:55Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2010-12-28T18:56:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ee47cfb19510c7e26655b5ab023590f77d43ce5e'/>
<id>urn:sha1:ee47cfb19510c7e26655b5ab023590f77d43ce5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r215679:</title>
<updated>2010-12-27T12:39:24Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2010-12-27T12:39:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d44e5c40bd719e38b60efedb4125fc532ba1f2c7'/>
<id>urn:sha1:d44e5c40bd719e38b60efedb4125fc532ba1f2c7</id>
<content type='text'>
Add the ability for GDB to printout the thread name along with other thread
specific informations.
In order to achieve that, for both on-line debugging and core analysis,
a new member to PT_LWPINFO ptrace(2) interface is added and a new
ELF note (NT_THRMISC) as well.

Sponsored by:	Sandvine Incorporated
</content>
</entry>
<entry>
<title>MFC: r204329: Fixed dependencies (make checkdpadd).</title>
<updated>2010-11-24T08:09:33Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2010-11-24T08:09:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=492f58ff8ca9bfe3b6c42ee449ed385d4e150230'/>
<id>urn:sha1:492f58ff8ca9bfe3b6c42ee449ed385d4e150230</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r210063, r210065:</title>
<updated>2010-07-28T16:10:21Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2010-07-28T16:10:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e43826e14a47e7e0975a93b968ed2760031b0485'/>
<id>urn:sha1:e43826e14a47e7e0975a93b968ed2760031b0485</id>
<content type='text'>
Fix the way the segments are included in the gcore outputs (with the
default invokation):
- Right now if segments are not writable are not included. Remove this.
- Right now if a segment is mapped with NOCORE the check is not honoured.
   Change this by checking the newly added flag, from libutil,
   KVME_FLAG_NOCOREDUMP.

Besides that, add a new flag (-f) that forces a 'full' dump of all the
segments excluding just the malformed ones.

Sponsored by:	Sandvine Incorporated
</content>
</entry>
<entry>
<title>MFC r199805:</title>
<updated>2009-12-19T19:30:27Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2009-12-19T19:30:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ebc5dece54faced5f8546348e2ef8a1f7cfe86f9'/>
<id>urn:sha1:ebc5dece54faced5f8546348e2ef8a1f7cfe86f9</id>
<content type='text'>
Change gcore in order to get rid of the procfs support and use FreeBSD's
specific interfaces. Main changes:
- now gcore recognizes threads within the the process and handle dumps on
  a thread scope
- the process to be analyzed should be stopped while gcore runs
- gcore may not work with processes that are being debugged with gdb or
  truss
- ptrace may let interruptible calls to return EINTR, thus dirtying
  signals handling within the process

Sponsored by:	Sandvine Incorporated
</content>
</entry>
<entry>
<title>MFC r197437:</title>
<updated>2009-11-05T02:27:56Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2009-11-05T02:27:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9d37c171d74161b58a9db679f5b86f5d710d5c3e'/>
<id>urn:sha1:9d37c171d74161b58a9db679f5b86f5d710d5c3e</id>
<content type='text'>
  Use %zu for size_t, not %zd.
</content>
</entry>
<entry>
<title>Use %zd for size_t.  With this gcore(1) is WARNS=6 clean.</title>
<updated>2008-07-18T23:37:05Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2008-07-18T23:37:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fffc0a1e59ad02d1057d2b56384ba600be9eb2f5'/>
<id>urn:sha1:fffc0a1e59ad02d1057d2b56384ba600be9eb2f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate memory leak from an accidental malloc().</title>
<updated>2007-04-10T17:37:53Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2007-04-10T17:37:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=affde8a968fe533061fe4bedb4701307d76cd70d'/>
<id>urn:sha1:affde8a968fe533061fe4bedb4701307d76cd70d</id>
<content type='text'>
</content>
</entry>
</feed>
