summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Heckel <bernhard.heckel@intel.com>2016-08-09 16:56:22 +0200
committerBernhard Heckel <bernhard.heckel@intel.com>2016-12-23 12:20:09 +0100
commitbee226f9b216852e586ffc37aca229efeb68073d (patch)
tree0a1a7b006241516de9a7dcd40e0c4c6ca1bb98be
parent1c045754729373ed6efd71220e3740ca7512a9d3 (diff)
downloadbinutils-gdb-users/bheckel/fortran-entry-point-nested-subroutines.tar.gz
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
-rwxr-xr-x[-rw-r--r--]gdb/doc/gdb.texinfo3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 8e29eca4d8b..230ead0354e 100644..100755
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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