From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41650 invoked by alias); 16 Nov 2018 13:11:32 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 41470 invoked by uid 89); 16 Nov 2018 13:11:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_FAIL,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:951 X-HELO: mga12.intel.com Received: from mga12.intel.com (HELO mga12.intel.com) (192.55.52.136) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Nov 2018 13:11:30 +0000 Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Nov 2018 05:11:29 -0800 Received: from kraken.imu.intel.com ([10.217.246.153]) by fmsmga007.fm.intel.com with ESMTP; 16 Nov 2018 05:11:27 -0800 From: Pawel Wodkowski To: gdb-patches@sourceware.org, murbanski@pl.sii.eu, sbasierski@pl.sii.eu Cc: tim.wiederhake@intel.com, dragos.carciumaru@intel.com, Bernhard Heckel Subject: [PATCH 7/7] Fortran: Document scope operator. Date: Fri, 16 Nov 2018 13:11:00 -0000 Message-Id: <1542373804-76019-7-git-send-email-pwodkowski@pl.sii.eu> In-Reply-To: <1542373804-76019-1-git-send-email-pwodkowski@pl.sii.eu> References: <1542373804-76019-1-git-send-email-pwodkowski@pl.sii.eu> X-SW-Source: 2018-11/txt/msg00247.txt.bz2 From: Bernhard Heckel Document scope operator in GDB manual. 2016-08-10 Bernhard Heckel gdb/Changelog: * doc/gdb.texinfo: Describe scope operator. --- gdb/doc/gdb.texinfo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 944a2c438373..29d16cde9396 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -15882,6 +15882,9 @@ The access component operator. Normally used to access elements in derived types. Also suitable for unions. As unions aren't part of regular Fortran, this can only happen when accessing a register that uses a gdbarch-defined union type. +@item :: +The scope operator. Normally used to access variables in modules or to set breakpoints +on subroutines nested in modules or in other subroutines (internal subroutines). @end table @node Fortran Defaults -- 2.7.4