gdb/fortran: Add new 'info modules' command
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 7cf4141d206fb574166eeb04ffb76f3767f6ae03..ee06df2bb2c7b45966086888756b92af93d42c1f 100644 (file)
@@ -18886,6 +18886,16 @@ If both @var{regexp} and @var{type_regexp} are provided, an argument
 is printed only if its name matches @var{regexp} and its type matches
 @var{type_regexp}.
 
+@kindex info modules
+@cindex modules
+@item info modules @r{[}-q@r{]} @r{[}@var{regexp}@r{]}
+List all Fortran modules in the program, or all modules matching the
+optional regular expression @var{regexp}.
+
+The optional flag @samp{-q}, which stands for @samp{quiet}, disables
+printing header information and messages explaining why no modules
+have been printed.
+
 @kindex info classes
 @cindex Objective-C, classes and selectors
 @item info classes
This page took 0.038783 seconds and 4 git commands to generate.