aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-12-05 22:38:10 +0000
committerPedro Alves <palves@redhat.com>2008-12-05 22:38:10 +0000
commit1641cfccdd3f848fa9c39b48335f694031594b87 (patch)
treeb044ecbf62395d78f36fbac48b2a7353b555090e /gdb/ChangeLog
parent4674ecfcf4045b3a3d81a4a979debd59ea1b6b11 (diff)
downloadgdb-1641cfccdd3f848fa9c39b48335f694031594b87.zip
gdb-1641cfccdd3f848fa9c39b48335f694031594b87.tar.gz
gdb-1641cfccdd3f848fa9c39b48335f694031594b87.tar.bz2
* infcmd.c (step_1, step_once): Look up the stepping range based
on the current frame's PC, not on stop_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 a0f2715..51affa8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-05 Pedro Alves <pedro@codesourcery.com>
+
+ * infcmd.c (step_1, step_once): Look up the stepping range based
+ on the current frame's PC, not on stop_pc.
+
2008-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix compilation on 32-bit host configurations.