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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 91dc2d4..c0ff6ea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-08-26 Doug Evans <dje@google.com> + * 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". + * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of missing debug info checks. |