From: Pedro Alves <pedro@codesourcery.com>
To: gdb-patches@sourceware.org
Subject: Re: Fix reading solaris cores generated with gdb's own gcore.
Date: Fri, 09 Oct 2009 01:01:00 -0000 [thread overview]
Message-ID: <200910090201.45067.pedro@codesourcery.com> (raw)
In-Reply-To: <200910090156.40778.pedro@codesourcery.com>
Whooops, a typo sneaked in. Fixed with this followup patch.
--
Pedro Alves
* corelow.c (add_to_thread_list): Fix typo.
---
gdb/corelow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: src/gdb/corelow.c
===================================================================
--- src.orig/gdb/corelow.c 2009-10-09 01:57:27.000000000 +0100
+++ src/gdb/corelow.c 2009-10-09 01:57:41.000000000 +0100
@@ -260,7 +260,7 @@ add_to_thread_list (bfd *abfd, asection
lwpid = merged_pid >> 16;
/* This can happen on solaris core, for example, if we don't
- find a NT_PRSTATUS note in the core, but do find NT_LWPSTATUS
+ find a NT_PSTATUS note in the core, but do find NT_LWPSTATUS
notes. */
if (pid == 0)
{
prev parent reply other threads:[~2009-10-09 1:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-09 0:58 Pedro Alves
2009-10-09 1:01 ` Pedro Alves [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=200910090201.45067.pedro@codesourcery.com \
--to=pedro@codesourcery.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