diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-10 20:10:23 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-10 20:10:23 +0000 |
commit | fd48f1175c267eca2f0f44438e5aed978917c2d9 (patch) | |
tree | 7a5fe35353326098fb476054e0e8620b45a75f42 /gdb/ChangeLog | |
parent | 485be063485746449d56642a4ed73b18dce247a4 (diff) | |
download | fsf-binutils-gdb-fd48f1175c267eca2f0f44438e5aed978917c2d9.zip fsf-binutils-gdb-fd48f1175c267eca2f0f44438e5aed978917c2d9.tar.gz fsf-binutils-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/ChangeLog | 9 |
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", |