Remove find_inferior
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index f4f77aa06de9cb429f26991603d859617dd1c106..882aff4dbbbd59befb104d09c8b9e9b745e9c4c3 100644 (file)
@@ -1,3 +1,73 @@
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * inferiors.h (find_inferior): Remove.
+       * inferiors.c (find_inferior): Remove.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (resume_status_pending_p): Update comment.
+       (need_step_over_p): Update comment.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (proceed_one_lwp): Return void, change parameter
+       type.
+       (unsuspend_and_proceed_one_lwp): Likewise.
+       (proceed_all_lwps): Use for_each_thread.
+       (unstop_all_lwps): Likewise.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (linux_resume_one_thread): Return void, take
+       parameter directly.
+       (linux_resume): Use for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (send_sigstop_callback): Return void, change
+       parameter type.  Rename to...
+       (send_sigstop): ... this.
+       (suspend_and_send_sigstop_callback): Return void, change parameter
+       type.  Rename to...
+       (suspend_and_send_sigstop): ... this.
+       (stop_all_lwps): Use for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (lwp_running): Return bool, remove unused
+       argument.
+       (linux_stabilize_threads): Use find_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (select_singlestep_lwp_callback): Remove.
+       (count_events_callback): Remove.
+       (select_event_lwp_callback): Remove.
+       (select_event_lwp): Use find_thread/for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (not_stopped_callback): Return bool, take filter
+       argument directly.
+       (linux_wait_for_event_filtered): Use find_thread.
+       (linux_wait_1): Likewise.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (same_lwp): Remove.
+       (find_lwp_pid): Use find_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (delete_lwp_callback): Remove.
+       (linux_mourn): Use for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (linux_detach_lwp_callback): Return void, remove
+       args parameter, don't check for pid.
+       (linux_detach): Use for_each_thread.
+
 2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * linux-low.c (struct counter): Remove.
This page took 0.030649 seconds and 4 git commands to generate.