aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-01-10 20:10:23 +0000
committerDaniel Jacobowitz <drow@false.org>2007-01-10 20:10:23 +0000
commitfd48f1175c267eca2f0f44438e5aed978917c2d9 (patch)
tree7a5fe35353326098fb476054e0e8620b45a75f42 /gdb/ChangeLog
parent485be063485746449d56642a4ed73b18dce247a4 (diff)
downloadgdb-fd48f1175c267eca2f0f44438e5aed978917c2d9.zip
gdb-fd48f1175c267eca2f0f44438e5aed978917c2d9.tar.gz
gdb-fd48f1175c267eca2f0f44438e5aed978917c2d9.tar.bz2
* infrun.c (singlestep_pc): New variable.
(resume): Set singlestep_pc. (context_switch): Add a debugging message. Flush the frame cache. (handle_inferior_event): Add debugging messages. Handle thread hops when a software single step has completed. Let context_switch handle flushing the frame cache.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 74dcf63..4e160f7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * infrun.c (singlestep_pc): New variable.
+ (resume): Set singlestep_pc.
+ (context_switch): Add a debugging message. Flush the frame cache.
+ (handle_inferior_event): Add debugging messages. Handle thread
+ hops when a software single step has completed. Let context_switch
+ handle flushing the frame cache.
+
2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
* NEWS: Mention target descriptions, "set tdesc filename",