From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48769 invoked by alias); 26 Sep 2017 11:40:38 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 47431 invoked by uid 89); 26 Sep 2017 11:40:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-9.2 required=5.0 tests=AWL,BAYES_05,GIT_PATCH_2,GIT_PATCH_3,KAM_ASCII_DIVIDERS,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=sans, reproduction, Bag, Agent X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Sep 2017 11:40:26 +0000 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v8QBe7pC058907 for ; Tue, 26 Sep 2017 07:40:24 -0400 Received: from e06smtp10.uk.ibm.com (e06smtp10.uk.ibm.com [195.75.94.106]) by mx0b-001b2d01.pphosted.com with ESMTP id 2d7hdhae90-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 26 Sep 2017 07:40:23 -0400 Received: from localhost by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 26 Sep 2017 12:40:05 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (9.149.109.197) by e06smtp10.uk.ibm.com (192.168.101.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 26 Sep 2017 12:40:02 +0100 Received: from d06av24.portsmouth.uk.ibm.com (d06av24.portsmouth.uk.ibm.com [9.149.105.60]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v8QBe2mE16187504; Tue, 26 Sep 2017 11:40:02 GMT Received: from d06av24.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D856642047; Tue, 26 Sep 2017 12:36:04 +0100 (BST) Received: from d06av24.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 8AC754203F; Tue, 26 Sep 2017 12:36:04 +0100 (BST) Received: from oc1027705133.ibm.com (unknown [9.152.212.164]) by d06av24.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Tue, 26 Sep 2017 12:36:04 +0100 (BST) From: Andreas Arnez To: Joel Brobecker Cc: gdb@sourceware.org, Pedro Alves Subject: Re: SVG version of GDB mascot (archer fish) References: <20170925222843.n74fdmen4fygs4si@adacore.com> Date: Tue, 26 Sep 2017 11:40:00 -0000 In-Reply-To: <20170925222843.n74fdmen4fygs4si@adacore.com> (Joel Brobecker's message of "Mon, 25 Sep 2017 15:28:43 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-TM-AS-GCONF: 00 x-cbid: 17092611-0040-0000-0000-000003DD2B45 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17092611-0041-0000-0000-000025DE74F9 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-26_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709260171 X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00123.txt.bz2 On Mon, Sep 25 2017, Joel Brobecker wrote: >> Since 2001 the GDB project uses the drawing of an archer fish as its >> logo. The drawing was made by Jamie Guinan, who scanned it into a JPG >> file. That image is currently used on all the GDB web pages. >>=20 >> I've created an SVG version of that drawing and used it for my last GNU >> Tools Cauldron slides. Here's a slightly improved version. Would this >> be of interest? If so, I might be able to provide a patch for the GDB >> web site, not sure how to commit it though. > > I would say so. > > I could help with the import, since I have write access to > the GDB web pages. It looks like generally supported by most > web browsers, so if your SVG doesn't use any feature that's > too fancy, we should be able to just import it, right? > > Should I go ahead? Thanks, that would be helpful. For your convenience, here's a patch for the web site. It replaces all of the logo images by the SVG version and updates the mascot page. -- Andreas -- >8 -- Subject: Replace GDB mascot logo by SVG version Add an optimized SVG version of the GDB mascot. Redirect all links to that version. On the "mascot" page, leave the link to the original logo intact, but add an appropriate note on the vector graphics version as well and provide the Inkscape version for easier editing. Add licensing information. Index: index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/index.html,v retrieving revision 1.237 diff -u -r1.237 index.html --- index.html 7 Sep 2017 15:29:57 -0000 1.237 +++ index.html 26 Sep 2017 11:34:58 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -266,7 +266,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2017-09-07.

+

Last modified 2017-09-26.

=20 Index: bugs/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/bugs/index.html,v retrieving revision 1.39 diff -u -r1.39 index.html --- bugs/index.html 22 Oct 2013 06:52:28 -0000 1.39 +++ bugs/index.html 26 Sep 2017 11:34:58 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -205,7 +205,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: committee/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/committee/index.html,v retrieving revision 1.23 diff -u -r1.23 index.html --- committee/index.html 27 Sep 2014 23:45:22 -0000 1.23 +++ committee/index.html 26 Sep 2017 11:34:58 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -122,7 +122,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2014-09-27.

+

Last modified 2017-09-26.

=20 Index: committee/release-manager.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/committee/release-manager.html,v retrieving revision 1.10 diff -u -r1.10 release-manager.html --- committee/release-manager.html 22 Oct 2013 06:52:28 -0000 1.10 +++ committee/release-manager.html 26 Sep 2017 11:34:58 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -129,7 +129,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2012-11-07.

+

Last modified 2017-09-26.

=20 Index: contribute/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/contribute/index.html,v retrieving revision 1.32 diff -u -r1.32 index.html --- contribute/index.html 22 Oct 2013 06:52:28 -0000 1.32 +++ contribute/index.html 26 Sep 2017 11:34:58 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -110,7 +110,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: current/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/current/index.html,v retrieving revision 1.46 diff -u -r1.46 index.html --- current/index.html 22 Oct 2013 06:52:29 -0000 1.46 +++ current/index.html 26 Sep 2017 11:34:58 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -216,7 +216,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: documentation/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/documentation/index.html,v retrieving revision 1.50 diff -u -r1.50 index.html --- documentation/index.html 15 Oct 2014 02:05:41 -0000 1.50 +++ documentation/index.html 26 Sep 2017 11:34:58 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -228,7 +228,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2014-10-14.

+

Last modified 2017-09-26.

=20 Index: download/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/download/index.html,v retrieving revision 1.79 diff -u -r1.79 index.html --- download/index.html 7 Sep 2017 15:29:57 -0000 1.79 +++ download/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -123,7 +123,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2017-09-07.

+

Last modified 2017-09-26.

=20 Index: images/archer-inkscape.svg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: images/archer-inkscape.svg diff -N images/archer-inkscape.svg --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ images/archer-inkscape.svg 26 Sep 2017 11:34:59 -0000 @@ -0,0 +1,453 @@ + + + + + Archer Fish + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Archer Fish + + + + Andreas Arnez + + + The GDB mascot, a stylized archer fish based on a = scanned drawing by Jamie Guinan. + + + Jamie Guinan + + + 2017-09-14 + + + GDB + mascot + fish + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: images/archer.svg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: images/archer.svg diff -N images/archer.svg --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ images/archer.svg 26 Sep 2017 11:34:59 -0000 @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: irc/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/irc/index.html,v retrieving revision 1.3 diff -u -r1.3 index.html --- irc/index.html 22 Oct 2013 06:52:29 -0000 1.3 +++ irc/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -92,7 +92,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: links/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/links/index.html,v retrieving revision 1.41 diff -u -r1.41 index.html --- links/index.html 22 Oct 2013 06:52:29 -0000 1.41 +++ links/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -195,7 +195,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: mailing-lists/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/mailing-lists/index.html,v retrieving revision 1.39 diff -u -r1.39 index.html --- mailing-lists/index.html 22 Oct 2013 06:52:29 -0000 1.39 +++ mailing-lists/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -176,7 +176,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: mascot/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/mascot/index.html,v retrieving revision 1.20 diff -u -r1.20 index.html --- mascot/index.html 22 Oct 2013 06:52:29 -0000 1.20 +++ mascot/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -61,12 +61,22 @@ =20
=20 -

Jamie Guinan drew the Archer -Fish Logo. +

Jamie Guinan drew the +original Archer Fish Logo. =20

Carlos O'Donell drew the Archer Fish Icon. =20 +

Andreas Arnez created a vector +graphics version of Jamie Guinan's Archer Fish Logo. +An Inkscape document +for easier editing and adaptation is available as well. + +

Jamie Guinan's original archer fish logo and the vector versions by +Andreas Arnez are licensed +under CC +BY-SA 3.0 US. + =20

@@ -108,7 +118,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: news/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/news/index.html,v retrieving revision 1.136 diff -u -r1.136 index.html --- news/index.html 7 Sep 2017 15:29:58 -0000 1.136 +++ news/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -1626,7 +1626,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2017-09-07.

+

Last modified 2017-09-26.

=20 Index: news/reversible.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/news/reversible.html,v retrieving revision 1.11 diff -u -r1.11 reversible.html --- news/reversible.html 22 Oct 2013 06:52:29 -0000 1.11 +++ news/reversible.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -171,7 +171,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2012-11-07.

+

Last modified 2017-09-26.

=20 Index: papers/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/papers/index.html,v retrieving revision 1.37 diff -u -r1.37 index.html --- papers/index.html 22 Oct 2013 06:52:29 -0000 1.37 +++ papers/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -96,7 +96,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: schedule/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/schedule/index.html,v retrieving revision 1.88 diff -u -r1.88 index.html --- schedule/index.html 7 Sep 2017 14:49:11 -0000 1.88 +++ schedule/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -310,7 +310,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2017-01-21.

+

Last modified 2017-09-26.

=20 Index: song/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/song/index.html,v retrieving revision 1.24 diff -u -r1.24 index.html --- song/index.html 22 Oct 2013 06:52:29 -0000 1.24 +++ song/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -105,7 +105,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: talks/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/talks/index.html,v retrieving revision 1.30 diff -u -r1.30 index.html --- talks/index.html 22 Oct 2013 06:52:29 -0000 1.30 +++ talks/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -97,7 +97,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20 Index: testing/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gdb/htdocs/testing/index.html,v retrieving revision 1.30 diff -u -r1.30 index.html --- testing/index.html 22 Oct 2013 06:52:30 -0000 1.30 +++ testing/index.html 26 Sep 2017 11:34:59 -0000 @@ -17,7 +17,7 @@ vlink=3D"#9900DD"> =20 3D"[image =20

GDB: The GNU Project Debugger

@@ -96,7 +96,7 @@

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

=20 -

Last modified 2013-08-29.

+

Last modified 2017-09-26.

=20