public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@redhat.com>
To: gdb-patches@sourceware.org
Subject: Re: [PATCH 0/4] Fix BZ 25631 - core file memory access problem
Date: Wed, 18 Mar 2020 09:29:03 -0700	[thread overview]
Message-ID: <20200318092903.16a0345e@f31-4.lan> (raw)
In-Reply-To: <20200305004243.334607-1-kevinb@redhat.com>

Ping.

On Wed,  4 Mar 2020 17:42:39 -0700
Kevin Buettner <kevinb@redhat.com> wrote:

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


      parent reply	other threads:[~2020-03-18 16:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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
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 ` Kevin Buettner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200318092903.16a0345e@f31-4.lan \
    --to=kevinb@redhat.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).