public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Simon Marchi <simon.marchi@efficios.com>
To: gdb-patches@sourceware.org
Cc: Simon Marchi <simon.marchi@efficios.com>
Subject: [PATCH 0/3] Three random cleanups
Date: Mon,  6 Nov 2023 11:33:23 -0500	[thread overview]
Message-ID: <20231106163547.12579-1-simon.marchi@efficios.com> (raw)

I have been working no a patch to remove program_space::aspace, which I
have reminded about by reading this series:

  https://inbox.sourceware.org/gdb-patches/20231104155757.16649-1-tdevries@suse.de/T/#t

These 3 patches are preparatory patches I made for my "remove
program_space::aspace" patch, but I think they are good on their own,
so rather than delay posting them, here they are now.

Simon Marchi (3):
  gdb: remove regcache's address space
  gdb: remove get_current_regcache
  gdb: pass address_space to target dcache functions

 gdb/aarch64-fbsd-tdep.c      |  3 +-
 gdb/amd64-fbsd-tdep.c        |  6 +--
 gdb/arc-tdep.c               |  6 +--
 gdb/arm-fbsd-tdep.c          |  6 +--
 gdb/breakpoint.c             |  2 +-
 gdb/bsd-kvm.c                |  6 +--
 gdb/corelow.c                |  2 +-
 gdb/darwin-nat.c             |  7 ++--
 gdb/dcache.c                 |  6 +--
 gdb/displaced-stepping.c     |  3 +-
 gdb/frame.c                  | 17 +++++----
 gdb/frv-tdep.c               |  2 +-
 gdb/gcore-elf.c              |  5 +--
 gdb/i386-fbsd-nat.c          |  2 +-
 gdb/i386-fbsd-tdep.c         |  6 +--
 gdb/i386-tdep.c              |  3 +-
 gdb/ia64-linux-nat.c         |  2 +-
 gdb/infcall.c                |  7 ++--
 gdb/infcmd.c                 |  5 ++-
 gdb/infrun.c                 | 72 +++++++++++++++++------------------
 gdb/linux-fork.c             | 10 +++--
 gdb/linux-nat.c              | 56 +++++++++------------------
 gdb/linux-nat.h              |  2 -
 gdb/m32c-tdep.c              |  2 +-
 gdb/memattr.c                |  7 ++--
 gdb/mep-tdep.c               |  4 +-
 gdb/mi/mi-main.c             |  3 +-
 gdb/or1k-tdep.c              |  2 +-
 gdb/ppc-fbsd-tdep.c          |  6 +--
 gdb/proc-service.c           |  3 +-
 gdb/process-stratum-target.c | 14 -------
 gdb/process-stratum-target.h |  4 --
 gdb/procfs.c                 |  2 +-
 gdb/record-btrace.c          |  2 +-
 gdb/record-full.c            | 26 ++++++-------
 gdb/regcache-dump.c          |  5 ++-
 gdb/regcache.c               | 74 +++++++++++++-----------------------
 gdb/regcache.h               | 28 +++-----------
 gdb/remote.c                 |  8 ++--
 gdb/reverse.c                |  7 ++--
 gdb/riscv-fbsd-tdep.c        |  6 +--
 gdb/sol-thread.c             | 20 ++++------
 gdb/solib-darwin.c           |  6 +--
 gdb/solib-svr4.c             |  7 ++--
 gdb/stack.c                  |  6 +--
 gdb/symfile.c                |  2 +-
 gdb/target-dcache.c          | 24 ++++++------
 gdb/target-dcache.h          | 10 +++--
 gdb/target-delegates.c       | 28 --------------
 gdb/target.c                 | 24 +++---------
 gdb/target.h                 |  8 ----
 gdb/top.c                    |  2 +-
 gdb/tracepoint.c             |  6 +--
 gdb/windows-nat.c            |  4 +-
 gdb/xtensa-tdep.c            |  6 ++-
 55 files changed, 227 insertions(+), 365 deletions(-)


base-commit: 169fe7ab54b964a6619c6fd05ab55090fa671b10
-- 
2.42.0


             reply	other threads:[~2023-11-06 16:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-06 16:33 Simon Marchi [this message]
2023-11-06 16:33 ` [PATCH 1/3] gdb: remove regcache's address space Simon Marchi
2023-11-06 16:33 ` [PATCH 2/3] gdb: remove get_current_regcache Simon Marchi
2023-11-06 16:33 ` [PATCH 3/3] gdb: pass address_space to target dcache functions Simon Marchi
2023-11-17 14:33 ` [PATCH 0/3] Three random cleanups Tom Tromey
2023-11-18 20:36   ` Simon Marchi

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=20231106163547.12579-1-simon.marchi@efficios.com \
    --to=simon.marchi@efficios.com \
    --cc=gdb-patches@sourceware.org \
    /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).