From patchwork Tue Feb 1 00:54:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 81257 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 2EE56B70EE for ; Tue, 1 Feb 2011 11:54:51 +1100 (EST) Received: (qmail 13118 invoked by alias); 1 Feb 2011 00:54:48 -0000 Received: (qmail 13103 invoked by uid 22791); 1 Feb 2011 00:54:47 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_SOFTFAIL, TW_GD X-Spam-Check-By: sourceware.org Received: from relay00.pair.com (HELO relay00.pair.com) (209.68.5.9) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 01 Feb 2011 00:54:43 +0000 Received: (qmail 48207 invoked from network); 1 Feb 2011 00:54:40 -0000 Received: from 188.118.200.192 (HELO ?192.168.0.129?) (188.118.200.192) by relay00.pair.com with SMTP; 1 Feb 2011 00:54:40 -0000 X-pair-Authenticated: 188.118.200.192 Date: Tue, 1 Feb 2011 01:54:45 +0100 (CET) From: Gerald Pfeifer To: libstdc++@gcc.gnu.org cc: gcc-patches@gcc.gnu.org Subject: [listdc++ doc] Refer to GDB instead of gdb and fix link Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org A small documentation change. I committed this to mainline and plan on backporting later... Gerald 2011-02-01 Gerald Pfeifer * doc/xml/manual/debug.xml: Use GDB instead of gdb. Adjust link to GDB manual. Index: doc/xml/manual/debug.xml =================================================================== --- doc/xml/manual/debug.xml (revision 169462) +++ doc/xml/manual/debug.xml (revision 169463) @@ -46,7 +46,7 @@ communicate information about source constructs can be changed via -gdwarf-2 or -gstabs flags: some debugging formats permit more expressive type and scope information to be - shown in gdb. Expressiveness can be enhanced by flags like + shown in GDB. Expressiveness can be enhanced by flags like -g3. The default debug information for a particular platform can be identified via the value set by the PREFERRED_DEBUGGING_TYPE macro in the gcc sources. @@ -246,13 +246,13 @@ - Many options are available for gdb itself: please see - "GDB features for C++" in the gdb documentation. Also + Many options are available for GDB itself: please see + "GDB features for C++" in the GDB documentation. Also recommended: the other parts of this manual. - These settings can either be switched on in at the gdb command line, + These settings can either be switched on in at the GDB command line, or put into a .gdbint file to establish default debugging characteristics, like so: