remote: stop reason and watchpoint data address per thread
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3e10e2b9b919cdb9c49d441699380a22424c8111..a0eff91237b56a218a38ba7fc23bdfbd5e0b828d 100644 (file)
@@ -1,3 +1,20 @@
+2015-11-30  Pedro Alves  <palves@redhat.com>
+
+       * remote.c (struct remote_state) <remote_watch_data_address,
+       stop_reason>: Delete fields.
+       (struct private_thread_info) <stop_reason, watch_data_address>:
+       New fields.
+       (resume_clear_thread_private_info): New function.
+       (append_pending_thread_resumptions): Call it.
+       (remote_resume): Clear all threads' private info.
+       (process_stop_reply): Adjust.
+       (remote_wait_as): Don't reference remote_state's stop_reason
+       field.
+       (remote_stopped_by_sw_breakpoint)
+       (remote_stopped_by_hw_breakpoint, remote_stopped_by_watchpoint)
+       (remote_stopped_data_address): Adjust to refer get data from the
+       current thread.
+
 2015-11-30  Pedro Alves  <palves@redhat.com>
 
        * infcmd.c (attach_post_wait): If the target is always in non-stop
This page took 0.026028 seconds and 4 git commands to generate.