]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fortran: Document scope operator. users/bheckel/fortran-entry-point-nested-subroutines
authorBernhard Heckel <bernhard.heckel@intel.com>
Tue, 9 Aug 2016 14:56:22 +0000 (16:56 +0200)
committerBernhard Heckel <bernhard.heckel@intel.com>
Fri, 23 Dec 2016 11:20:09 +0000 (12:20 +0100)
Document scope operator in GDB manual.

2016-08-10  Bernhard Heckel  <bernhard.heckel@intel.com>

gdb/Changelog:
* doc/gdb.texinfo: Describe scope operator.

Change-Id: I15ff901b4a729f0994410a971bba639ebc361d2a

gdb/doc/gdb.texinfo [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 8e29eca..230ead0
@@ -15228,6 +15228,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