public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Remove some usages of find_inferior
@ 2017-11-17 18:33 Simon Marchi
  2017-11-17 18:34 ` [PATCH 04/11] Remove usage of find_inferior in reset_lwp_ptrace_options_callback Simon Marchi
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Simon Marchi @ 2017-11-17 18:33 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

This is a random sampling of removals of find_inferior, replacing them with the
new-ish find_thread/for_each_thread.

Simon Marchi (11):
  Remove usage of find_inferior in win32-i386-low.c
  Remove usage of find_inferior in win32-low.c
  Remove usages of find_inferior in linux-arm-low.c
  Remove usage of find_inferior in reset_lwp_ptrace_options_callback
  Remove usage of find_inferior in iterate_over_lwps
  Remove usage of find_inferior in unsuspend_all_lwps
  Remove usage of find_inferior in linux_stabilize_threads
  Remove usage of find_inferior when calling linux_set_resume_request
  Remove usage of find_thread when calling resume_status_pending_p
  Remove usages of find_thread when calling need_step_over_p
  Remove usage of find_inferior when calling kill_one_lwp_callback

 gdb/gdbserver/gdbthread.h      |  12 ++
 gdb/gdbserver/linux-arm-low.c  |  55 +++++----
 gdb/gdbserver/linux-low.c      | 248 ++++++++++++++---------------------------
 gdb/gdbserver/win32-i386-low.c |  29 ++---
 gdb/gdbserver/win32-low.c      |  12 +-
 5 files changed, 137 insertions(+), 219 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-11-20  3:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-17 18:33 [PATCH 00/11] Remove some usages of find_inferior Simon Marchi
2017-11-17 18:34 ` [PATCH 04/11] Remove usage of find_inferior in reset_lwp_ptrace_options_callback Simon Marchi
2017-11-17 18:34 ` [PATCH 08/11] Remove usage of find_inferior when calling linux_set_resume_request Simon Marchi
2017-11-17 18:34 ` [PATCH 06/11] Remove usage of find_inferior in unsuspend_all_lwps Simon Marchi
2017-11-17 18:34 ` [PATCH 07/11] Remove usage of find_inferior in linux_stabilize_threads Simon Marchi
2017-11-17 18:34 ` [PATCH 11/11] Remove usage of find_inferior when calling kill_one_lwp_callback Simon Marchi
2017-11-17 18:34 ` [PATCH 01/11] Remove usage of find_inferior in win32-i386-low.c Simon Marchi
2017-11-17 18:34 ` [PATCH 09/11] Remove usage of find_thread when calling resume_status_pending_p Simon Marchi
2017-11-17 18:34 ` [PATCH 10/11] Remove usages of find_thread when calling need_step_over_p Simon Marchi
2017-11-17 18:34 ` [PATCH 02/11] Remove usage of find_inferior in win32-low.c Simon Marchi
2017-11-17 18:34 ` [PATCH 05/11] Remove usage of find_inferior in iterate_over_lwps Simon Marchi
2017-11-17 18:34 ` [PATCH 03/11] Remove usages of find_inferior in linux-arm-low.c Simon Marchi
2017-11-19 19:21 ` [PATCH 00/11] Remove some usages of find_inferior Sergio Durigan Junior
2017-11-20  3:24   ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).