From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127649 invoked by alias); 30 Jun 2017 03:19:51 -0000 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 Received: (qmail 127621 invoked by uid 89); 30 Jun 2017 03:19:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pf0-f196.google.com Received: from mail-pf0-f196.google.com (HELO mail-pf0-f196.google.com) (209.85.192.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Jun 2017 03:19:48 +0000 Received: by mail-pf0-f196.google.com with SMTP id e199so15356935pfh.0; Thu, 29 Jun 2017 20:19:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ZpJSLqcKHkKp+vYvbFNxMPvPCZEKcyi+o6DHch6sZrA=; b=cHJ80lxxUCy7g2284PSlXt7b/spAlOTO+XK8gVRvsEkq6vE3WMQAWGxYIblpMZXudQ 0ZdpVZwIpHIcb5uCRNznah77lsJtac4TcangS8KzUF1xYC3ndpo9dUZtzsaJt/UN9Y0u JMaCsNvMSFof6NR6DpkCY9Cd2o9ixNEeGA0lJpLoXnn2y4O5ccFIpcr0sMuCMs1Hda0m 3drpPlLqV1zv8bwtZeqCPuHgCj1/3I1t2pU32zXnxwvbiyyEpEBGqW9BhHW/Ieo/cyv/ IS2TIKUfGLumpSUiYSYcl2me71hhSCuT4oKkBZac1I3ogZJBqVRKubA52Zs/ZEp0NOiS NZ6Q== X-Gm-Message-State: AKS2vOyhf3knjll03Sg7t4rps3bjG4+w5LcP2fYTIo3y/YutVweXs7n0 T/VDuxSqFlwqXw== X-Received: by 10.98.201.25 with SMTP id k25mr19995388pfg.206.1498792787275; Thu, 29 Jun 2017 20:19:47 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-71-80.tyqh2.lon.bigpond.net.au. [58.160.71.80]) by smtp.gmail.com with ESMTPSA id q29sm4022715pfg.11.2017.06.29.20.19.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jun 2017 20:19:46 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id D4BE6C140F; Fri, 30 Jun 2017 12:49:42 +0930 (ACST) Date: Fri, 30 Jun 2017 03:19:00 -0000 From: Alan Modra To: John Baldwin Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: [PATCH 6/8] Recognize the recently-added FreeBSD core dump note for LWP info. Message-ID: <20170630031942.GC25242@bubble.grove.modra.org> References: <20170629233226.20155-1-jhb@FreeBSD.org> <20170629233226.20155-7-jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170629233226.20155-7-jhb@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2017-06/txt/msg00813.txt.bz2 On Thu, Jun 29, 2017 at 04:32:24PM -0700, John Baldwin wrote: > This core dump note contains the same information returned by the > ptrace PT_LWPINFO operation for each LWP belonging to a process. > > binutils/ChangeLog: > > * readelf.c (get_freebsd_elfcore_note_type): Handle > NT_FREEBSD_PTLWPINFO. > > include/ChangeLog: > > * elf/common.h (NT_FREEBSD_PTLWPINFO): Define. OK. -- Alan Modra Australia Development Lab, IBM