From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17785 invoked by alias); 9 Oct 2009 01:01:45 -0000 Received: (qmail 17679 invoked by uid 22791); 9 Oct 2009 01:01:44 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Oct 2009 01:01:40 +0000 Received: (qmail 27103 invoked from network); 9 Oct 2009 01:01:39 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Oct 2009 01:01:39 -0000 From: Pedro Alves 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 User-Agent: KMail/1.9.10 References: <200910090156.40778.pedro@codesourcery.com> In-Reply-To: <200910090156.40778.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910090201.45067.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00187.txt.bz2 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) {