diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-06-15 22:44:20 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-06-15 22:44:20 +0000 |
commit | dd80620e6b85a692434015686adb5e0242734089 (patch) | |
tree | 1045721b3c22a9eb35b5767acde8e795713e9736 /gdb/ChangeLog | |
parent | 875e1767977dcd0cb4d169a80e42533838f96dd3 (diff) | |
download | gdb-dd80620e6b85a692434015686adb5e0242734089.zip gdb-dd80620e6b85a692434015686adb5e0242734089.tar.gz gdb-dd80620e6b85a692434015686adb5e0242734089.tar.bz2 |
2001-06-15 Michael Snyder <msnyder@redhat.com>
* infrun.c (context_switch): New function. Abstract the operation
of saving and restoring infrun's state when switching threads.
(handle_inferior_event): Normalize the handling of the 'thread hop'
event (when the wrong thread hits a thread-specific breakpoint,
and we need to solo-step that thread past the breakpoint).
Call keep_going, instead of target_resume. Handle the subsequent
singlestep-trap as a normal event instead of just resuming.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6f3aa3..a2d08d3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2001-06-15 Michael Snyder <msnyder@redhat.com> + + * infrun.c (context_switch): New function. Abstract the operation + of saving and restoring infrun's state when switching threads. + (handle_inferior_event): Normalize the handling of the 'thread hop' + event (when the wrong thread hits a thread-specific breakpoint, + and we need to solo-step that thread past the breakpoint). + Call keep_going, instead of target_resume. Handle the subsequent + singlestep-trap as a normal event instead of just resuming. + 2001-06-15 Andrew Cagney <ac131313@redhat.com> * arch-utils.c (core_addr_identity): New function. Rename |