public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve vmcore loading
@ 2023-06-05  9:11 Andrew Burgess
  2023-06-05  9:11 ` [PATCH 1/3] gdb: split inferior and thread setup when opening a core file Andrew Burgess
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Andrew Burgess @ 2023-06-05  9:11 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

This patch started as a proposal to upstream a test from the Fedora
GDB tree (patch #2), however, as I started looking into the test a
little more I realised that there was scope for further improvements
to GDB (patch #3).  Patch #1 is a small cleanup/refactor.

This patch is all about loading vmcore files -- that is core files
generated by the Linux kernel.  See the commit messages on patches #2
and #3 for more details.

Thanks,
Andrew

---

Andrew Burgess (3):
  gdb: split inferior and thread setup when opening a core file
  gdb/testsuite: add test for core file with a 0 pid
  gdb: handle core files with .reg/0 section names

 gdb/corelow.c                                 | 212 +++++++++++++++---
 gdb/testsuite/gdb.arch/core-file-pid0.exp     |  73 ++++++
 .../gdb.arch/core-file-pid0.x86-64.core.bz2   | Bin 0 -> 750 bytes
 3 files changed, 252 insertions(+), 33 deletions(-)
 create mode 100644 gdb/testsuite/gdb.arch/core-file-pid0.exp
 create mode 100644 gdb/testsuite/gdb.arch/core-file-pid0.x86-64.core.bz2


base-commit: e9683acf5e51c2bac8aa68d30d9ac3683dddcc7d
-- 
2.25.4


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

end of thread, other threads:[~2023-07-10 11:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05  9:11 [PATCH 0/3] Improve vmcore loading Andrew Burgess
2023-06-05  9:11 ` [PATCH 1/3] gdb: split inferior and thread setup when opening a core file Andrew Burgess
2023-06-10  0:04   ` Kevin Buettner
2023-06-05  9:11 ` [PATCH 2/3] gdb/testsuite: add test for core file with a 0 pid Andrew Burgess
2023-06-10  0:16   ` Kevin Buettner
2023-07-06 14:49   ` Pedro Alves
2023-07-07  9:56     ` Andrew Burgess
2023-07-10 11:10   ` Andrew Burgess
2023-06-05  9:11 ` [PATCH 3/3] gdb: handle core files with .reg/0 section names Andrew Burgess
2023-06-10  0:36   ` Kevin Buettner
2023-07-03 17:03 ` [PATCH 0/3] Improve vmcore loading Andrew Burgess

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