From: Bernhard Heckel Date: Tue, 9 Aug 2016 14:56:22 +0000 (+0200) Subject: Fortran: Document scope operator. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fusers%2Fbheckel%2Ffortran-entry-point-nested-subroutines;p=thirdparty%2Fbinutils-gdb.git Fortran: Document scope operator. Document scope operator in GDB manual. 2016-08-10 Bernhard Heckel gdb/Changelog: * doc/gdb.texinfo: Describe scope operator. Change-Id: I15ff901b4a729f0994410a971bba639ebc361d2a --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo old mode 100644 new mode 100755 index 8e29eca4d8b..230ead0354e --- 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