diff options
-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> |