From 74b49205e07fcba1273df4c4bed6ec40951cee03 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 17 Jul 2014 02:42:55 -0700 Subject: [PATCH] Add reference to PR 17170 to previous entry. --- gdb/ChangeLog | 1 + gdb/testsuite/ChangeLog | 1 + 2 files changed, 2 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 68db90a99e..d9c0a97107 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2014-07-17 Doug Evans + 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 59af12fcb0..f323190589 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,6 @@ 2014-07-17 Doug Evans + PR gdb/17170 * gdb.base/maint.exp: Update testing of per-command stats. 2014-07-16 Pedro Alves