public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix BZ 25631 - core file memory access problem
@ 2020-03-05  0:43 Kevin Buettner
  2020-03-05  0:43 ` [PATCH 1/4] Remove hack for GDB which sets the section size to 0 Kevin Buettner
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Kevin Buettner @ 2020-03-05  0:43 UTC (permalink / raw)
  To: gdb-patches; +Cc: Kevin Buettner

This series fixes a bug with accessing memory from (described by) core
files.

The bug can be viewed here...

    https://sourceware.org/bugzilla/show_bug.cgi?id=25631

...though I also provide similar details in part 3 of this series.

Kevin Buettner (4):
  Remove hack for GDB which sets the section size to 0
  Add function for partitioning/splitting a section table
  Provide access to non SEC_HAS_CONTENTS core file sections
  Test ability to access unwritten-to mmap data in core file

 bfd/elf.c                           |  8 ---
 gdb/corelow.c                       | 80 ++++++++++++++++++++++++++---
 gdb/exec.c                          | 55 ++++++++++++++++++++
 gdb/exec.h                          | 13 +++++
 gdb/testsuite/gdb.base/corefile.exp |  6 +++
 gdb/testsuite/gdb.base/coremaker.c  | 10 ++++
 6 files changed, 157 insertions(+), 15 deletions(-)

-- 
2.24.1

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

end of thread, other threads:[~2020-05-20 16:04 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05  0:43 [PATCH 0/4] Fix BZ 25631 - core file memory access problem Kevin Buettner
2020-03-05  0:43 ` [PATCH 1/4] Remove hack for GDB which sets the section size to 0 Kevin Buettner
2020-03-18 16:28   ` Kevin Buettner
2020-05-04 18:09   ` Jan Kratochvil
2020-03-05  0:43 ` [PATCH 2/4] Add function for partitioning/splitting a section table Kevin Buettner
2020-03-25 17:25   ` Keith Seitz
2020-03-05  0:43 ` [PATCH 4/4] Test ability to access unwritten-to mmap data in core file Kevin Buettner
2020-03-25 17:25   ` Keith Seitz
2020-03-05  0:43 ` [PATCH 3/4] Provide access to non SEC_HAS_CONTENTS core file sections Kevin Buettner
2020-03-25 17:25   ` Keith Seitz
2020-03-29 13:18   ` Pedro Alves
2020-05-03  7:21     ` Kevin Buettner
2020-05-03 11:07       ` H.J. Lu
2020-05-03 19:06         ` Kevin Buettner
2020-05-12  8:40     ` Kevin Buettner
2020-05-13 17:44       ` Kevin Buettner
2020-05-20 12:05       ` Pedro Alves
2020-05-20 16:04       ` Pedro Alves
2020-03-18 16:29 ` [PATCH 0/4] Fix BZ 25631 - core file memory access problem Kevin Buettner

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