public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Rename two structures
@ 2024-02-05 20:18 Simon Marchi
  2024-02-05 20:18 ` [PATCH 1/2] gdb: rename struct shobj -> struct solib Simon Marchi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Simon Marchi @ 2024-02-05 20:18 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

I'm currently doing changes in the solib area.  I have these preparatory
patches that I think make sense on their own.  They could be merged
right away to reduce the size of upcoming series.

Simon Marchi (2):
  gdb: rename struct shobj -> struct solib
  gdb: rename target_so_ops to solib_ops

 gdb/break-catch-load.c    |   2 +-
 gdb/breakpoint.c          |   4 +-
 gdb/bsd-uthread.c         |   4 +-
 gdb/frv-tdep.h            |   4 +-
 gdb/gdbarch-gen.h         |   4 +-
 gdb/gdbarch.c             |   6 +-
 gdb/gdbarch.h             |   1 +
 gdb/gdbarch_components.py |   2 +-
 gdb/hppa-tdep.c           |   2 +-
 gdb/hppa-tdep.h           |   4 +-
 gdb/i386-nto-tdep.c       |   2 +-
 gdb/interps.c             |   4 +-
 gdb/interps.h             |  10 +-
 gdb/mi/mi-cmd-file.c      |   2 +-
 gdb/mi/mi-interp.c        |   6 +-
 gdb/mi/mi-interp.h        |   6 +-
 gdb/mips-linux-tdep.c     |   2 +-
 gdb/nto-tdep.c            |   4 +-
 gdb/nto-tdep.h            |   2 +-
 gdb/observable.h          |   6 +-
 gdb/ppc-linux-tdep.c      |   2 +-
 gdb/progspace.c           |   2 +-
 gdb/progspace.h           |   8 +-
 gdb/solib-aix.c           |  28 +--
 gdb/solib-aix.h           |   4 +-
 gdb/solib-darwin.c        |  12 +-
 gdb/solib-darwin.h        |   4 +-
 gdb/solib-dsbt.c          |  14 +-
 gdb/solib-dsbt.h          |   4 +-
 gdb/solib-frv.c           |  20 +-
 gdb/solib-rocm.c          |  18 +-
 gdb/solib-svr4.c          |  54 ++---
 gdb/solib-svr4.h          |   4 +-
 gdb/solib-target.c        |  12 +-
 gdb/solib-target.h        |   4 +-
 gdb/solib.c               | 441 +++++++++++++++++++-------------------
 gdb/solib.h               |   8 +-
 gdb/solist.h              |  16 +-
 gdb/target-section.h      |   8 +-
 gdb/windows-tdep.c        |   4 +-
 40 files changed, 371 insertions(+), 373 deletions(-)


base-commit: 68d3bf7d246321407697aeb036036dae1a99a742
-- 
2.43.0


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

end of thread, other threads:[~2024-02-05 21:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-05 20:18 [PATCH 0/2] Rename two structures Simon Marchi
2024-02-05 20:18 ` [PATCH 1/2] gdb: rename struct shobj -> struct solib Simon Marchi
2024-02-05 20:18 ` [PATCH 2/2] gdb: rename target_so_ops to solib_ops Simon Marchi
2024-02-05 20:34 ` [PATCH 0/2] Rename two structures Tom Tromey
2024-02-05 21:11   ` 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).