aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
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/NEWS
parent260b681b41cf3953ac2a2e5e3e6a4f690a75064d (diff)
downloadfsf-binutils-gdb-52e260a34ef6e013980890bee0d5435cfc14e9c4.zip
fsf-binutils-gdb-52e260a34ef6e013980890bee0d5435cfc14e9c4.tar.gz
fsf-binutils-gdb-52e260a34ef6e013980890bee0d5435cfc14e9c4.tar.bz2
* 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 f246ee1..75016c1 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