<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in dot.gdbinit</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>839f11a4 - A number of places in the source tree still reference cuad.* after</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#839f11a4</link>
        <description>A number of places in the source tree still reference cuad.* aftersio(4) was deprecated by uart(4).s/cuad/cuau/g/PR:		docs/171533Reviewed by:	impApproved by:	cperciva (implicit)MFC after:	3 weeks

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Sat, 08 Dec 2012 22:16:36 +0000</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>66c14b21 - o Correct comments: remove a reference to non-existent gdbinit.9 man page;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#66c14b21</link>
        <description>o Correct comments: remove a reference to non-existent gdbinit.9 man page;correct a path to the kernel build directory; gdb lost -k key.Reviewed by:	grogMFC after:	1 week

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Mon, 22 May 2006 07:12:25 +0000</pubDate>
        <dc:creator>Maxim Konovalov &lt;maxim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6949461a - Catch up with PHK&apos;s sio(4) cuaa-&gt;cuad rework [sys/dev/sio/sio.c rev. 1.456].</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#6949461a</link>
        <description>Catch up with PHK&apos;s sio(4) cuaa-&gt;cuad rework [sys/dev/sio/sio.c rev. 1.456].

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Fri, 19 Nov 2004 03:51:12 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7562eaab - Remove vinum bits.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#7562eaab</link>
        <description>Remove vinum bits.

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Thu, 04 Nov 2004 13:34:06 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>747ca5f5 - Add comments to deter people from using this file directly.  That&apos;s</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#747ca5f5</link>
        <description>Add comments to deter people from using this file directly.  That&apos;snot the intention.Rearrange &quot;you may want to change these values&quot; values to the top, andreduce their number as much as possible.tr macro: Require a parameter (because gdb is too stupid to understandoptional parameters), and create macros tr0, tr1 and trf which call itto connect to /dev/cuaa0, /dev/cuaa1 and firewire connectionsrespectively.Split kld symbol load into two separate macros: revision 1.5simplified things for the /dev/mem case, but broke it for anythingelse.  Now the simple /dev/mem version is called kldsyms, and theversion 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.

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Mon, 29 Dec 2003 06:35:14 +0000</pubDate>
        <dc:creator>Greg Lehey &lt;grog@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>afdc68c4 - Add a &quot;-f&quot; flag for asf(8) which performs a search to find the each module</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#afdc68c4</link>
        <description>Add a &quot;-f&quot; flag for asf(8) which performs a search to find the each moduleno matter where in the directory structure it may be.  Use this and the &quot;-k&quot;flag in the generated gdbinit files so that the &quot;getsyms&quot; function in gdbrequires no user intervention to run and will find every module if they&apos;rein the kernel build&apos;s module directory.  This is still quite useful forcases where gdb knows that the path for some modules is /boot/kernel andothers are in the object directory for /usr/src/sys/$ARCH/compile/kernel.Approved by:	grog

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Tue, 04 Nov 2003 06:38:37 +0000</pubDate>
        <dc:creator>Brian Feldman &lt;green@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>403de992 - Replace hard-coded module path with a keyword which gets changed when</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#403de992</link>
        <description>Replace hard-coded module path with a keyword which gets changed whenthe kernel is built.

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Thu, 12 Jun 2003 08:11:08 +0000</pubDate>
        <dc:creator>Greg Lehey &lt;grog@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ec9e4dd1 - Terminate echoed lines.  Unlike echo(1), gdb echo doesen&apos;t</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#ec9e4dd1</link>
        <description>Terminate echoed lines.  Unlike echo(1), gdb echo doesen&apos;tautomatically terminate them.

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Sun, 08 Jun 2003 06:08:28 +0000</pubDate>
        <dc:creator>Greg Lehey &lt;grog@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b38d4c01 - Modify startup mode: don&apos;t specify the file name for the debug kernel,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#b38d4c01</link>
        <description>Modify startup mode: don&apos;t specify the file name for the debug kernel,so it needs to be (and can be) specified on the command line.  Don&apos;ttry to automatically connect to a remote machine, so that the same.gdbinit file can be used for analysing processor dumps.

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Sat, 07 Jun 2003 01:15:07 +0000</pubDate>
        <dc:creator>Greg Lehey &lt;grog@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>030b9a7c - Add macros for kernel debugging.  These have been around for a</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/debugscripts/dot.gdbinit#030b9a7c</link>
        <description>Add macros for kernel debugging.  These have been around for awhile, and they will need some more tuning before they&apos;re reallyuseful, but at the moment they&apos;re better than nothing.Indirectly reminded by: dwhite

            List of files:
            /freebsd-14.2/tools/debugscripts/dot.gdbinit</description>
        <pubDate>Sat, 07 Jun 2003 01:01:42 +0000</pubDate>
        <dc:creator>Greg Lehey &lt;grog@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
