diff options
author | Doug Evans <dje@google.com> | 2014-07-17 02:42:55 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-07-17 02:42:55 -0700 |
commit | 74b49205e07fcba1273df4c4bed6ec40951cee03 (patch) | |
tree | 23d26790d543a73763bc2d2867a013ea47f2ee75 /gdb | |
parent | b8b8facf90dda8363c989c263715d46125b2c301 (diff) | |
download | gdb-74b49205e07fcba1273df4c4bed6ec40951cee03.zip gdb-74b49205e07fcba1273df4c4bed6ec40951cee03.tar.gz gdb-74b49205e07fcba1273df4c4bed6ec40951cee03.tar.bz2 |
Add reference to PR 17170 to previous entry.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 68db90a..d9c0a97 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2014-07-17 Doug Evans <dje@google.com> + PR gdb/17170 * maint.c (count_symtabs_and_blocks): Handle NULL current_program_space. (report_command_stats): Check global enabled flag in addition to diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 59af12f..f323190 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,6 @@ 2014-07-17 Doug Evans <dje@google.com> + PR gdb/17170 * gdb.base/maint.exp: Update testing of per-command stats. 2014-07-16 Pedro Alves <palves@redhat.com> |