public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Three random cleanups
@ 2023-11-06 16:33 Simon Marchi
  2023-11-06 16:33 ` [PATCH 1/3] gdb: remove regcache's address space Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Simon Marchi @ 2023-11-06 16:33 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

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


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

end of thread, other threads:[~2023-11-18 20:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-06 16:33 [PATCH 0/3] Three random cleanups Simon Marchi
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

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).