<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/debugscripts/gdbinit.kernel, branch releng/11.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-11-20T02:32:42Z</updated>
<entry>
<title>Remove the uarea column from the DDB 'ps' display, and from grog's gdb</title>
<updated>2004-11-20T02:32:42Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-11-20T02:32:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=626ff2081fd054b971c71aedddcd45f42efb406a'/>
<id>urn:sha1:626ff2081fd054b971c71aedddcd45f42efb406a</id>
<content type='text'>
scripts.

Reviewed by:	arch@
</content>
</entry>
<entry>
<title>Rename "msgbuf" to "dmesg", a more easily remembered name.</title>
<updated>2003-12-31T00:37:24Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-12-31T00:37:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a783ff949cafa0efc59d68ca19224e62d73616b9'/>
<id>urn:sha1:a783ff949cafa0efc59d68ca19224e62d73616b9</id>
<content type='text'>
"Fix" documentation by removing periods and commas.
</content>
</entry>
<entry>
<title>Remove calls to 'y' macro.</title>
<updated>2003-12-30T02:08:29Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-12-30T02:08:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1e5f8baf29b6dd1eb2d87ca27dcba6d11f6103e'/>
<id>urn:sha1:e1e5f8baf29b6dd1eb2d87ca27dcba6d11f6103e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove current implementation of kldstat macro.</title>
<updated>2003-12-30T01:23:16Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-12-30T01:23:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1cff4d0c1ff107610519838c5cca1c610adabbd0'/>
<id>urn:sha1:1cff4d0c1ff107610519838c5cca1c610adabbd0</id>
<content type='text'>
Add new kldstat, kldstat-v and kernel macros.  The kldstat macro is
functionally equivalent to the previous implementation, but it looks
prettier and it matches the kldstat-v macro better.  kldstat-v gives
output similar to userland kldstat -v (note lacking space), and kernel
loads a new kernel and dump.

Submitted by:	des
</content>
</entry>
<entry>
<title>Add documentation for previously undocumented macros, and correct</title>
<updated>2003-12-29T06:38:27Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-12-29T06:38:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=410b51e72b11f89abf6e74449f3ef5c548ce1ec0'/>
<id>urn:sha1:410b51e72b11f89abf6e74449f3ef5c548ce1ec0</id>
<content type='text'>
existing documentation.  This is not made any easier by the
brain-damaged format required for the documentation: one line, no full
stops or commas.
</content>
</entry>
<entry>
<title>Make defproc work.</title>
<updated>2003-06-08T06:11:15Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-06-08T06:11:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=36572f48676b2ff0e96a2b518e372d81f02cd7c6'/>
<id>urn:sha1:36572f48676b2ff0e96a2b518e372d81f02cd7c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get the manual section number for kldstat(8) right.  Comment change only.</title>
<updated>2003-06-07T01:17:04Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-06-07T01:17:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd23735366fec840b73f19cde5bd6e9263de1060'/>
<id>urn:sha1:fd23735366fec840b73f19cde5bd6e9263de1060</id>
<content type='text'>
Pointed out by:	yar
</content>
</entry>
<entry>
<title>Add macros for kernel debugging.  These have been around for a</title>
<updated>2003-06-07T01:01:42Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-06-07T01:01:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=030b9a7c93cba8856f6795c28fc68003f855a9b1'/>
<id>urn:sha1:030b9a7c93cba8856f6795c28fc68003f855a9b1</id>
<content type='text'>
while, and they will need some more tuning before they're really
useful, but at the moment they're better than nothing.

Indirectly reminded by: dwhite
</content>
</entry>
</feed>
