aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPatrick Palka <patrick@parcs.ath.cx>2014-11-14 14:04:50 -0500
committerJoel Brobecker <brobecker@adacore.com>2014-11-23 13:58:06 +0400
commit6f9d33d89858fce0278af93658fcaef8d76f33cb (patch)
treeb05b234b99a72ac405a2e6ed2d7a693e399eacc9 /gdb/ChangeLog
parent88db67effd5c083011397a00e40fe03ea70629d8 (diff)
downloadgdb-6f9d33d89858fce0278af93658fcaef8d76f33cb.zip
gdb-6f9d33d89858fce0278af93658fcaef8d76f33cb.tar.gz
gdb-6f9d33d89858fce0278af93658fcaef8d76f33cb.tar.bz2
checkpoint: print index of new checkpoint in response message
This way the user can know the index of the latest checkpoint without having to run "info checkpoints" afterwards. gdb/ChangeLog: * linux-fork.c (checkpoint_command): Print index of new checkpoint in response message.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2adf23b..e16f28f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-23 Patrick Palka <patrick@parcs.ath.cx>
+
+ Pushed by Joel Brobecker <brobecker@adacore.com>
+ * linux-fork.c (checkpoint_command): Print index of new
+ checkpoint in response message.
+
2014-11-23 Yao Qi <yao@codesourcery.com>
* valprint.c (read_string): Move local variables 'found_nul',