public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add debuginfod core file support
@ 2021-11-10  1:47 Aaron Merey
  2021-11-10  1:47 ` [PATCH 1/3] gdb: Add aliases for read_core_file_mappings callbacks Aaron Merey
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Aaron Merey @ 2021-11-10  1:47 UTC (permalink / raw)
  To: gdb-patches; +Cc: simon.marchi, tom, lsix

v3 of this series can be found here:
https://sourceware.org/pipermail/gdb-patches/2021-August/181416.html

Aaron Merey (3):
  gdb: Add aliases for read_core_file_mappings callbacks
  gdb: Add soname to build-id mapping for corefiles
  PR gdb/27570: missing support for debuginfod in
    core_target::build_file_mappings

 gdb/arch-utils.c                              | 15 ++--
 gdb/arch-utils.h                              | 15 ++--
 gdb/corelow.c                                 | 46 ++++++++++++-
 gdb/debuginfod-support.c                      | 44 ++++++++++++
 gdb/debuginfod-support.h                      | 17 +++++
 gdb/gcore.in                                  |  3 +
 gdb/gdbarch.c                                 |  2 +-
 gdb/gdbarch.h                                 | 16 ++++-
 gdb/gdbarch.sh                                | 14 +++-
 gdb/linux-tdep.c                              | 52 ++++++++++----
 gdb/progspace.c                               | 32 +++++++++
 gdb/progspace.h                               | 18 +++++
 gdb/solib.c                                   | 69 +++++++++++++++++++
 gdb/solib.h                                   |  5 ++
 .../gdb.debuginfod/fetch_src_and_symbols.exp  | 26 ++++++-
 15 files changed, 335 insertions(+), 39 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-02-17 16:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10  1:47 [PATCH v4 0/3] Add debuginfod core file support Aaron Merey
2021-11-10  1:47 ` [PATCH 1/3] gdb: Add aliases for read_core_file_mappings callbacks Aaron Merey
2021-11-14  2:20   ` Simon Marchi
2021-11-17  3:39     ` Aaron Merey
2021-11-10  1:47 ` [PATCH 2/3] gdb: Add soname to build-id mapping for corefiles Aaron Merey
2021-11-14  2:36   ` Simon Marchi
2021-11-17  3:24     ` Aaron Merey
2021-11-17 14:17       ` Tom Tromey
2021-11-17 21:16         ` Aaron Merey
2022-01-26  1:40           ` Aaron Merey
2022-02-09  2:31             ` Aaron Merey
2022-02-17 16:01           ` Andrew Burgess
2021-11-10  1:47 ` [PATCH 3/3] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings Aaron Merey
2021-11-14  2:56   ` Simon Marchi
2021-11-17  3:28     ` Aaron Merey
2022-01-26  1:42       ` Aaron Merey
2022-02-09  2:31         ` Aaron Merey

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