From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DrcYm-0006MP-UU for garchives@archives.gentoo.org; Sun, 10 Jul 2005 14:13:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6AECpAi017987; Sun, 10 Jul 2005 14:12:51 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6AECogw000433 for ; Sun, 10 Jul 2005 14:12:51 GMT Message-Id: <200507101412.j6AECogw000433@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1DrcYa-0006BG-5I for gentoo-doc-cvs@lists.gentoo.org; Sun, 10 Jul 2005 14:13:20 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sun, 10 Jul 2005 14:13:08 +0000 From: "Shyam Mani" Date: Sun, 10 Jul 2005 14:13:08 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: bugzilla-howto.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 6570b1f5-01f2-4797-8f92-073ce8776f20 X-Archives-Hash: 2cdbf53765b70eb3409ac9ee63b505b1 fox2mike 05/07/10 14:13:08 Modified: xml/htdocs/doc/en bugzilla-howto.xml Log: Fixed gddb -> ggdb, which is correct. Revision Changes Path 1.4 +4 -4 xml/htdocs/doc/en/bugzilla-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bugzilla-howto.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo Index: bugzilla-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bugzilla-howto.xml 9 Jul 2005 22:31:57 -0000 1.3 +++ bugzilla-howto.xml 10 Jul 2005 14:13:08 -0000 1.4 @@ -1,6 +1,6 @@ - + Gentoo Bug Reporting Guide @@ -20,7 +20,7 @@ -1.2 +1.3 2005-07-10 @@ -132,7 +132,7 @@

-CFLAGS="-O2 -pipe -gddb3"
+CFLAGS="-O2 -pipe -ggdb3"
 CXXFLAGS="${CFLAGS}"
 
@@ -312,7 +312,7 @@

As you can see, -ggdb3 adds about 13178 more bytes to the file size over the one with debugging symbols. However, as shown above, this increase in file size can -be worth it if presenting debug information to developers. The backtrace, can be +be worth it if presenting debug information to developers. The backtrace can be saved to a file by copying and pasting from the terminal (if it's a non-x based terminal, you can use gpm. To keep this doc simple, I recommend you read up on the documentation for gpm to see how to copy and paste with it). Now that we're -- gentoo-doc-cvs@gentoo.org mailing list