diff options
author | Doug Evans <dje@google.com> | 2013-08-26 18:41:31 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-08-26 18:41:31 +0000 |
commit | 52e260a34ef6e013980890bee0d5435cfc14e9c4 (patch) | |
tree | a9fcdfe86a13922d91ea87f0b2ecdae9bf96d140 /gdb/NEWS | |
parent | 260b681b41cf3953ac2a2e5e3e6a4f690a75064d (diff) | |
download | gdb-52e260a34ef6e013980890bee0d5435cfc14e9c4.zip gdb-52e260a34ef6e013980890bee0d5435cfc14e9c4.tar.gz 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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |