public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Small Misc psymtabs / objfile cleanups
@ 2021-03-22 19:34 Simon Marchi
  2021-03-22 19:34 ` [PATCH 1/4] gdb: add intern method to objfile_per_bfd_storage Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Simon Marchi @ 2021-03-22 19:34 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

I spotted these while looking at Tom's psymtabs series, nothing major.

Simon Marchi (4):
  gdb: add intern method to objfile_per_bfd_storage
  gdb: use std::string in partial_symtab::partial_symtab /
    allocate_symtab
  gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtab
  gdb: remove objfile parameter from get_objfile_bfd_data

 gdb/ctfread.c     |  6 +++---
 gdb/dbxread.c     |  4 ++--
 gdb/dwarf2/read.c | 18 ++++++++----------
 gdb/dwarf2/read.h |  4 ++--
 gdb/mdebugread.c  |  6 +++---
 gdb/objfiles.c    |  8 ++++----
 gdb/objfiles.h    | 29 ++++++++++++++++++++++++-----
 gdb/psympriv.h    | 23 ++++++++++++-----------
 gdb/psymtab.c     | 21 ++++++++++-----------
 gdb/symfile.c     | 11 +++++------
 gdb/xcoffread.c   |  4 ++--
 11 files changed, 75 insertions(+), 59 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2021-04-02 15:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 19:34 [PATCH 0/4] Small Misc psymtabs / objfile cleanups Simon Marchi
2021-03-22 19:34 ` [PATCH 1/4] gdb: add intern method to objfile_per_bfd_storage Simon Marchi
2021-03-23 14:47   ` Christian Biesinger
2021-03-23 15:48     ` Simon Marchi
2021-03-23 15:53       ` Christian Biesinger
2021-03-23 16:08         ` Simon Marchi
2021-04-01 17:44       ` Tom Tromey
2021-04-02 15:38         ` Simon Marchi
2021-03-22 19:34 ` [PATCH 2/4] gdb: use std::string in partial_symtab::partial_symtab / allocate_symtab Simon Marchi
2021-04-01 17:43   ` Tom Tromey
2021-03-22 19:34 ` [PATCH 3/4] gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtab Simon Marchi
2021-04-01 17:47   ` Tom Tromey
2021-04-02 15:42     ` Simon Marchi
2021-03-22 19:34 ` [PATCH 4/4] gdb: remove objfile parameter from get_objfile_bfd_data Simon Marchi
2021-04-01 17:52   ` Tom Tromey
2021-04-02 15:52     ` 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).