summaryrefslogtreecommitdiffstats
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-08-26 18:41:31 +0000
committerDoug Evans <dje@google.com>2013-08-26 18:41:31 +0000
commit52e260a34ef6e013980890bee0d5435cfc14e9c4 (patch)
treea9fcdfe86a13922d91ea87f0b2ecdae9bf96d140 /gdb/doc/gdb.texinfo
parent260b681b41cf3953ac2a2e5e3e6a4f690a75064d (diff)
downloadppe42-binutils-52e260a34ef6e013980890bee0d5435cfc14e9c4.tar.gz
ppe42-binutils-52e260a34ef6e013980890bee0d5435cfc14e9c4.zip
* NEWS: Document "mt print objfiles" now takes optional regexp.
* symmisc.c (maintenance_print_objfiles): Argument is now an optional regexp of objfiles to print. (_initialize_symmisc): Update doc string for "mt print objfiles". doc/ * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes an optional regexp.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo9
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 6d5dec4813..c88ee65a6f 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -36820,10 +36820,11 @@ This command forces @value{GDBN} to flush its internal register cache.
@kindex maint print objfiles
@cindex info for known object files
-@item maint print objfiles
-Print a dump of all known object files. For each object file, this
-command prints its name, address in memory, and all of its psymtabs
-and symtabs.
+@item maint print objfiles @r{[}@var{regexp}@r{]}
+Print a dump of all known object files.
+If @var{regexp} is specified, only print object files whose names
+match @var{regexp}. For each object file, this command prints its name,
+address in memory, and all of its psymtabs and symtabs.
@kindex maint print section-scripts
@cindex info for known .debug_gdb_scripts-loaded scripts
OpenPOWER on IntegriCloud