diff options
author | Pedro Alves <palves@redhat.com> | 2012-06-12 18:30:26 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-12 18:30:26 +0000 |
commit | 8b3ee56d30019718f86b4bde27d440f11af24ab0 (patch) | |
tree | a3e5243d2b91870d738a502c4ecf3567fa7dbde8 /gdb/ChangeLog | |
parent | 5d60742e2dd3c9b475dce54b56043a358751bbb8 (diff) | |
download | gdb-8b3ee56d30019718f86b4bde27d440f11af24ab0.zip gdb-8b3ee56d30019718f86b4bde27d440f11af24ab0.tar.gz gdb-8b3ee56d30019718f86b4bde27d440f11af24ab0.tar.bz2 |
2012-06-12 Pedro Alves <palves@redhat.com>
* infrun.c (infrun_thread_stop_requested_callback): Don't switch
threads here.
(prepare_for_detach): No longer context switch here in non-stop
mode.
(fetch_inferior_event): Ditto.
(handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
to the event thread before removing breakpoints. Switch to the
event thread before inserting breakpoints and resuming.
(handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
event thread before resuming.
(handle_inferior_event) <stepping_past_singlestep_breakpoint>:
Switch to the event thread before removing breakpoints.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8228aba..dfe6d68 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2012-06-12 Pedro Alves <palves@redhat.com> + + * infrun.c (infrun_thread_stop_requested_callback): Don't switch + threads here. + (prepare_for_detach): No longer context switch here in non-stop + mode. + (fetch_inferior_event): Ditto. + (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch + to the event thread before removing breakpoints. Switch to the + event thread before inserting breakpoints and resuming. + (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the + event thread before resuming. + (handle_inferior_event) <stepping_past_singlestep_breakpoint>: + Switch to the event thread before removing breakpoints. + 2012-06-12 Eli Zaretskii <eliz@gnu.org> * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote |