public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Simon Marchi <simark@simark.ca>
To: Simon Marchi <simon.marchi@ericsson.com>, gdb-patches@sourceware.org
Subject: Re: [PATCH 00/19] Remove find_inferior* and for_each_inferior*
Date: Sun, 03 Dec 2017 01:48:00 -0000	[thread overview]
Message-ID: <a0326bd2-ab85-80c9-a104-c3b8dfd8f4c4@simark.ca> (raw)
In-Reply-To: <1511195683-2055-1-git-send-email-simon.marchi@ericsson.com>

On 2017-11-20 11:34 AM, Simon Marchi wrote:
> This patch series removes the last usages the the find_inferior and
> for_each_inferior family of functions in gdbserver, replacing their uses with
> the equivalent find_thread or for_each_thread.  The series as a whole has been
> regression tested on the Buildbot.
> 
> Simon Marchi (19):
>   Remove usage of find_inferior in regcache_invalidate_pid
>   Remove usage of find_inferior in lynx_mourn
>   Remove usages of find_inferior in linux-mips-low.c
>   Remove find_inferior_id
>   Remove find_inferior_in_random
>   Remove usage of find_inferior in last_thread_of_process_p
>   Remove usage of find_inferior in linux_detach
>   Remove usage of find_inferior in linux_mourn
>   Remove usage of find_inferior in find_lwp_pid
>   Remove usages of find_inferior calling not_stopped_callback
>   Remove usages of find_inferior in select_event_lwp
>   Remove usage of find_inferior in linux_stabilize_threads
>   Remove usages of find_inferior in stop_all_lwps
>   Remove usage of find_inferior in linux_resume
>   Remove usages of find_inferior that call proceed_one_lwp
>   Update comments
>   Remove find_inferior
>   Remove for_each_inferior
>   Remove for_each_inferior_with_data
> 
>  gdb/gdbserver/inferiors.c      |  63 +------
>  gdb/gdbserver/inferiors.h      |  13 --
>  gdb/gdbserver/linux-low.c      | 377 ++++++++++++++++++-----------------------
>  gdb/gdbserver/linux-mips-low.c |  37 ++--
>  gdb/gdbserver/lynx-low.c       |  16 +-
>  gdb/gdbserver/regcache.c       |  17 +-
>  gdb/gdbserver/server.c         |  38 ++---
>  gdb/gdbserver/thread-db.c      |   8 +-
>  gdb/gdbserver/win32-low.c      |  29 +---
>  9 files changed, 212 insertions(+), 386 deletions(-)
> 

I pushed this series in.

Simon

      parent reply	other threads:[~2017-12-03  1:48 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20 16:35 Simon Marchi
2017-11-20 16:35 ` [PATCH 19/19] Remove for_each_inferior_with_data Simon Marchi
2017-11-20 16:35 ` [PATCH 04/19] Remove find_inferior_id Simon Marchi
2017-11-20 16:35 ` [PATCH 10/19] Remove usages of find_inferior calling not_stopped_callback Simon Marchi
2017-11-20 16:35 ` [PATCH 16/19] Update comments Simon Marchi
2017-11-20 16:35 ` [PATCH 05/19] Remove find_inferior_in_random Simon Marchi
2017-11-20 16:35 ` [PATCH 13/19] Remove usages of find_inferior in stop_all_lwps Simon Marchi
2017-11-20 16:35 ` [PATCH 01/19] Remove usage of find_inferior in regcache_invalidate_pid Simon Marchi
2017-11-20 16:35 ` [PATCH 09/19] Remove usage of find_inferior in find_lwp_pid Simon Marchi
2017-11-20 16:35 ` [PATCH 14/19] Remove usage of find_inferior in linux_resume Simon Marchi
2017-11-20 16:35 ` [PATCH 18/19] Remove for_each_inferior Simon Marchi
2017-11-20 16:35 ` [PATCH 02/19] Remove usage of find_inferior in lynx_mourn Simon Marchi
2017-11-20 16:35 ` [PATCH 12/19] Remove usage of find_inferior in linux_stabilize_threads Simon Marchi
2017-11-20 16:35 ` [PATCH 11/19] Remove usages of find_inferior in select_event_lwp Simon Marchi
2017-11-20 16:35 ` [PATCH 17/19] Remove find_inferior Simon Marchi
2017-11-20 16:35 ` [PATCH 08/19] Remove usage of find_inferior in linux_mourn Simon Marchi
2017-11-20 16:35 ` [PATCH 07/19] Remove usage of find_inferior in linux_detach Simon Marchi
2017-11-20 16:35 ` [PATCH 03/19] Remove usages of find_inferior in linux-mips-low.c Simon Marchi
2017-11-20 16:35 ` [PATCH 06/19] Remove usage of find_inferior in last_thread_of_process_p Simon Marchi
2017-11-20 16:35 ` [PATCH 15/19] Remove usages of find_inferior that call proceed_one_lwp Simon Marchi
2017-12-03  1:48 ` Simon Marchi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a0326bd2-ab85-80c9-a104-c3b8dfd8f4c4@simark.ca \
    --to=simark@simark.ca \
    --cc=gdb-patches@sourceware.org \
    --cc=simon.marchi@ericsson.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).