From dd80620e6b85a692434015686adb5e0242734089 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 15 Jun 2001 22:44:20 +0000 Subject: 2001-06-15 Michael Snyder * 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. --- gdb/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gdb/ChangeLog') 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 + + * 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 * arch-utils.c (core_addr_identity): New function. Rename -- cgit v1.1