<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/debugscripts/dot.gdbinit, 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>2012-12-08T22:16:36Z</updated>
<entry>
<title>A number of places in the source tree still reference cuad.* after</title>
<updated>2012-12-08T22:16:36Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-12-08T22:16:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=839f11a4fe18e4ae2dd930766b551fa67e354735'/>
<id>urn:sha1:839f11a4fe18e4ae2dd930766b551fa67e354735</id>
<content type='text'>
sio(4) was deprecated by uart(4).

s/cuad/cuau/g/

PR:		docs/171533
Reviewed by:	imp
Approved by:	cperciva (implicit)
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>o Correct comments: remove a reference to non-existent gdbinit.9 man page;</title>
<updated>2006-05-22T07:12:25Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2006-05-22T07:12:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=66c14b21d3ab0b18376563ba643ddb49b4fd33dd'/>
<id>urn:sha1:66c14b21d3ab0b18376563ba643ddb49b4fd33dd</id>
<content type='text'>
correct a path to the kernel build directory; gdb lost -k key.

Reviewed by:	grog
MFC after:	1 week
</content>
</entry>
<entry>
<title>Catch up with PHK's sio(4) cuaa-&gt;cuad rework [sys/dev/sio/sio.c rev. 1.456].</title>
<updated>2004-11-19T03:51:12Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-11-19T03:51:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6949461a180c90c17d6f0adb3ff1ef76e3415bc3'/>
<id>urn:sha1:6949461a180c90c17d6f0adb3ff1ef76e3415bc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove vinum bits.</title>
<updated>2004-11-04T13:34:06Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-11-04T13:34:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7562eaabc01a48e6b11d5b558c41e3b92dae5c2d'/>
<id>urn:sha1:7562eaabc01a48e6b11d5b558c41e3b92dae5c2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add comments to deter people from using this file directly.  That's</title>
<updated>2003-12-29T06:35:14Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-12-29T06:35:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=747ca5f52192617ade3a33956f61380c684b74b8'/>
<id>urn:sha1:747ca5f52192617ade3a33956f61380c684b74b8</id>
<content type='text'>
not the intention.

Rearrange "you may want to change these values" values to the top, and
reduce their number as much as possible.

tr macro: Require a parameter (because gdb is too stupid to understand
optional parameters), and create macros tr0, tr1 and trf which call it
to connect to /dev/cuaa0, /dev/cuaa1 and firewire connections
respectively.

Split kld symbol load into two separate macros: revision 1.5
simplified things for the /dev/mem case, but broke it for anything
else.  Now the simple /dev/mem version is called kldsyms, and the
version for serial debugging and processor dumps is called getsyms,
and still requires this irritating cut and paste.

Change comments on startup to make life easier for the poor
(de)bugger.
</content>
</entry>
<entry>
<title>Add a "-f" flag for asf(8) which performs a search to find the each module</title>
<updated>2003-11-04T06:38:37Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2003-11-04T06:38:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=afdc68c42fba40d895abfb17e67c9cfe4463e511'/>
<id>urn:sha1:afdc68c42fba40d895abfb17e67c9cfe4463e511</id>
<content type='text'>
no matter where in the directory structure it may be.  Use this and the "-k"
flag in the generated gdbinit files so that the "getsyms" function in gdb
requires no user intervention to run and will find every module if they're
in the kernel build's module directory.  This is still quite useful for
cases where gdb knows that the path for some modules is /boot/kernel and
others are in the object directory for /usr/src/sys/$ARCH/compile/kernel.

Approved by:	grog
</content>
</entry>
<entry>
<title>Replace hard-coded module path with a keyword which gets changed when</title>
<updated>2003-06-12T08:11:08Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-06-12T08:11:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=403de99214c36f7e8a6e8b346d9bf0081529735a'/>
<id>urn:sha1:403de99214c36f7e8a6e8b346d9bf0081529735a</id>
<content type='text'>
the kernel is built.
</content>
</entry>
<entry>
<title>Terminate echoed lines.  Unlike echo(1), gdb echo doesen't</title>
<updated>2003-06-08T06:08:28Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-06-08T06:08:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec9e4dd1da79e875d03ebb8615c57f935bf62ae7'/>
<id>urn:sha1:ec9e4dd1da79e875d03ebb8615c57f935bf62ae7</id>
<content type='text'>
automatically terminate them.
</content>
</entry>
<entry>
<title>Modify startup mode: don't specify the file name for the debug kernel,</title>
<updated>2003-06-07T01:15:07Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-06-07T01:15:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b38d4c0188e0a2c157c2f408ae913a86044847b0'/>
<id>urn:sha1:b38d4c0188e0a2c157c2f408ae913a86044847b0</id>
<content type='text'>
so it needs to be (and can be) specified on the command line.  Don't
try to automatically connect to a remote machine, so that the same
.gdbinit file can be used for analysing processor dumps.
</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>
