summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-08-26 18:41:30 +0000
committerDoug Evans <dje@google.com>2013-08-26 18:41:30 +0000
commit12b928a0ea6e44543794108788fe0f192c0ebb4c (patch)
tree1b61cc17c89f391ea62c751e01d8ccbea149714d /gdb/NEWS
parent0cf29e3b390ef454beab3d5534a5b1a671631eb4 (diff)
downloadgdb-12b928a0ea6e44543794108788fe0f192c0ebb4c.tar.gz
* 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/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index f246ee1d062..75016c11125 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,8 @@
*** Changes since GDB 7.6
+* The "maintenance print objfiles" command now takes an optional regexp.
+
* The "catch syscall" command now works on arm*-linux* targets.
* Python scripting