public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug corefiles/18227] can't modify memory in core file, even with --write
[not found] <bug-18227-4717@http.sourceware.org/bugzilla/>
@ 2015-04-09 20:18 ` xdje42 at gmail dot com
2022-05-13 10:02 ` pedro at palves dot net
1 sibling, 0 replies; 2+ messages in thread
From: xdje42 at gmail dot com @ 2015-04-09 20:18 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18227
--- Comment #1 from Doug Evans <xdje42 at gmail dot com> ---
For reference sake, segv.c:
#include <signal.h>
#include <stdio.h>
void
segv (int sig)
{
printf ("in segv\n");
fflush (stdout);
}
int
main ()
{
if (0) signal (SIGSEGV, segv);
*((char*) 0) = 0;
}
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug corefiles/18227] can't modify memory in core file, even with --write
[not found] <bug-18227-4717@http.sourceware.org/bugzilla/>
2015-04-09 20:18 ` [Bug corefiles/18227] can't modify memory in core file, even with --write xdje42 at gmail dot com
@ 2022-05-13 10:02 ` pedro at palves dot net
1 sibling, 0 replies; 2+ messages in thread
From: pedro at palves dot net @ 2022-05-13 10:02 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18227
Pedro Alves <pedro at palves dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Target Milestone|--- |13.1
Status|NEW |RESOLVED
CC| |pedro at palves dot net
--- Comment #2 from Pedro Alves <pedro at palves dot net> ---
Fixed in master, by 169692ce6c0f ("Fix "gdb --write" with core files"):
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=169692ce6c0fa21c4648d2862cb2bb94012a1cd9
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-13 10:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <bug-18227-4717@http.sourceware.org/bugzilla/>
2015-04-09 20:18 ` [Bug corefiles/18227] can't modify memory in core file, even with --write xdje42 at gmail dot com
2022-05-13 10:02 ` pedro at palves dot net
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).