Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: bugzilla-howto.xml
Date: Fri, 10 Nov 2006 22:19:54
Message-Id: 20061110221941.063B564243@smtp.gentoo.org
1 nightmorph 06/11/10 22:19:40
2
3 Modified: bugzilla-howto.xml
4 Log:
5 added link to gpm guide (copy & paste howto), thanks to diox for suggesting on IRC
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/bugzilla-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?r1=1.7&r2=1.8
13
14 Index: bugzilla-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- bugzilla-howto.xml 2 Sep 2006 05:26:46 -0000 1.7
21 +++ bugzilla-howto.xml 10 Nov 2006 22:19:40 -0000 1.8
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.7 2006/09/02 05:26:46 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.8 2006/11/10 22:19:40 nightmorph Exp $ -->
27
28 <guide link="/doc/en/bugzilla-howto.xml">
29 <title>Gentoo Bug Reporting Guide</title>
30 @@ -20,8 +20,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.6</version>
35 -<date>2006-09-01</date>
36 +<version>1.7</version>
37 +<date>2006-11-10</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -310,13 +310,14 @@
42 </pre>
43
44 <p>
45 -As you can see, -ggdb adds about <e>13178</e> more bytes to the file size over the one
46 -with debugging symbols. However, as shown above, this increase in file size can
47 -be worth it if presenting debug information to developers. The backtrace can be
48 -saved to a file by copying and pasting from the terminal (if it's a non-x based
49 -terminal, you can use gpm. To keep this doc simple, I recommend you read up on
50 -the documentation for gpm to see how to copy and paste with it). Now that we're
51 -done with <c>gdb</c>, we can quit.
52 +As you can see, -ggdb adds about <e>13178</e> more bytes to the file size over
53 +the one with debugging symbols. However, as shown above, this increase in file
54 +size can be worth it if presenting debug information to developers. The
55 +backtrace can be saved to a file by copying and pasting from the terminal (if
56 +it's a non-x based terminal, you can use gpm. To keep this doc simple, I
57 +recommend you read up on the <uri link="/doc/en/gpm.xml#doc_chap4">documentation
58 +for gpm</uri> to see how to copy and paste with it). Now that we're done with
59 +<c>gdb</c>, we can quit.
60 </p>
61
62 <pre caption="Quitting GDB">
63
64
65
66 --
67 gentoo-doc-cvs@g.o mailing list