<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/ddb/db_command.c, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-04-15T17:27:20Z</updated>
<entry>
<title>ddb: for pointers replace 0 with NULL.</title>
<updated>2016-04-15T17:27:20Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-15T17:27:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f915a92c799be0097f3376d799ddbdbc5a03912'/>
<id>urn:sha1:9f915a92c799be0097f3376d799ddbdbc5a03912</id>
<content type='text'>
Mostly cosmetical, no functional change.

Found with devel/coccinelle.
</content>
</entry>
<entry>
<title>ddb:  de-register</title>
<updated>2015-05-23T14:59:27Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-05-23T14:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a95ab74dfd2843bd30daafcef6526d4bde9bd87'/>
<id>urn:sha1:0a95ab74dfd2843bd30daafcef6526d4bde9bd87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ddb:  Use NULL for pointers</title>
<updated>2015-05-22T19:04:06Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-05-22T19:04:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7fb888588c61a18b3601ffc0ac4d0fb30c9ce7de'/>
<id>urn:sha1:7fb888588c61a18b3601ffc0ac4d0fb30c9ce7de</id>
<content type='text'>
Hinted by:	DragonflyBSD
</content>
</entry>
<entry>
<title>ddb: finish converting boolean values.</title>
<updated>2015-05-21T15:16:18Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-05-21T15:16:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd508278c11d046bf7ce79ca39f6aabeb8c77f36'/>
<id>urn:sha1:cd508278c11d046bf7ce79ca39f6aabeb8c77f36</id>
<content type='text'>
The replacement started at r283088 was necessarily incomplete without
replacing boolean_t with bool.  This also involved cleaning some type
mismatches and ansifying old C function declarations.

Pointed out by:	bde
Discussed with:	bde, ian, jhb
</content>
</entry>
<entry>
<title>ddb: stop boolean screaming.</title>
<updated>2015-05-18T22:27:46Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-05-18T22:27:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b490bc747e67a2b9cecb12321ed4719600d31e9'/>
<id>urn:sha1:2b490bc747e67a2b9cecb12321ed4719600d31e9</id>
<content type='text'>
TRUE --&gt; true
FALSE--&gt; false

Hinted by:	NetBSD
</content>
</entry>
<entry>
<title>ddb: ANSI-fy function declarations.</title>
<updated>2014-10-12T18:01:52Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-10-12T18:01:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a41dd0319c532919c2f5ac2ba161d0157375e2fc'/>
<id>urn:sha1:a41dd0319c532919c2f5ac2ba161d0157375e2fc</id>
<content type='text'>
MFC after:	5 days
</content>
</entry>
<entry>
<title>ddb: space/tab fixes.</title>
<updated>2014-10-11T20:25:19Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-10-11T20:25:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1549fb22e69a7c5bd24f160f9990755a33e6fe54'/>
<id>urn:sha1:1549fb22e69a7c5bd24f160f9990755a33e6fe54</id>
<content type='text'>
No functional change.

MFC after:	3 days
</content>
</entry>
<entry>
<title>handle longer commands so that lines don't overflow...  people who added</title>
<updated>2014-06-02T23:50:19Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2014-06-02T23:50:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=527be4f2296ac472361da36690e6aa8df3a1787a'/>
<id>urn:sha1:527be4f2296ac472361da36690e6aa8df3a1787a</id>
<content type='text'>
commands forgot to check this...
</content>
</entry>
<entry>
<title>Small textdump enhancements.</title>
<updated>2012-11-01T04:07:08Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2012-11-01T04:07:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=21d748a9573ee91dc2434ffd2688e4ea25fb5f06'/>
<id>urn:sha1:21d748a9573ee91dc2434ffd2688e4ea25fb5f06</id>
<content type='text'>
Allow textdumps to be called explicitly from DDB.

If "dump" is called in DDB and textdumps are enabled then abort the
dump and tell the user to turn off textdumps.

Add options TEXTDUMP_PREFERRED to turn textdumps on by default.
Add options TEXTDUMP_VERBOSE to be a bit more verbose while textdumping.

Reviewed by: rwatson

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add 'findstack' ddb command to search either the thread kernel stack</title>
<updated>2011-12-16T11:44:20Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2011-12-16T11:44:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ab83ecbcb4e3c3e1959a1035c4892ddb1c186b4'/>
<id>urn:sha1:9ab83ecbcb4e3c3e1959a1035c4892ddb1c186b4</id>
<content type='text'>
or cached stack containing the specified kernel virtual address.

Discussed with:	pho
MFC after:	1 week
</content>
</entry>
</feed>
