aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-12-10 21:32:15 +0000
committerPedro Alves <palves@redhat.com>2008-12-10 21:32:15 +0000
commit1c7819ef32f4a2bfff86d67440134bc1dfd45755 (patch)
treeb298751fea907b7ae052cb42677f03ebccc3ceb2 /gdb/ChangeLog
parent2756a25828e5a0ccdbaa54dd92b44a69a5f2ee30 (diff)
downloadgdb-1c7819ef32f4a2bfff86d67440134bc1dfd45755.zip
gdb-1c7819ef32f4a2bfff86d67440134bc1dfd45755.tar.gz
gdb-1c7819ef32f4a2bfff86d67440134bc1dfd45755.tar.bz2
* infcmd.c (until_next_command, finish_backward): Use get_frame_pc
instead of read_pc.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cb3917f..67b6515 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-10 Pedro Alves <pedro@codesourcery.com>
+
+ * infcmd.c (until_next_command, finish_backward): Use get_frame_pc
+ instead of read_pc.
+
2008-12-09 Tom Tromey <tromey@redhat.com>
PR gdb/1815: