From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15723 invoked by alias); 18 Oct 2017 13:36:55 -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 14794 invoked by uid 89); 18 Oct 2017 13:36:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Hx-languages-length:388 X-Spam-User: qpsmtpd, 2 recipients X-HELO: 20pmail.ess.barracuda.com Received: from 20pmail.ess.barracuda.com (HELO 20pmail.ess.barracuda.com) (64.235.154.233) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Oct 2017 13:36:53 +0000 Received: from MIPSMAIL01.mipstec.com (mailrelay.mips.com [12.201.5.28]) by mx1401.ess.rzc.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NO); Wed, 18 Oct 2017 13:35:52 +0000 Received: from [10.20.78.218] (10.20.78.218) by mips01.mipstec.com (10.20.43.31) with Microsoft SMTP Server id 14.3.361.1; Wed, 18 Oct 2017 06:33:57 -0700 Date: Wed, 18 Oct 2017 13:36:00 -0000 From: "Maciej W. Rozycki" To: Djordje Todorovic CC: , , , , , Subject: Re: [PATCH 2/3] BFD: Extract PID from MIPS core dump file In-Reply-To: <1508248194-26950-2-git-send-email-djordje.todorovic@rt-rk.com> Message-ID: References: <1508248194-26950-1-git-send-email-djordje.todorovic@rt-rk.com> <1508248194-26950-2-git-send-email-djordje.todorovic@rt-rk.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-BESS-ID: 1508333751-321457-32085-62641-4 X-BESS-VER: 2017.12-r1710102214 X-BESS-Apparent-Source-IP: 12.201.5.28 X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.186087 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-BRTS-Status:1 X-SW-Source: 2017-10/txt/msg00565.txt.bz2 On Tue, 17 Oct 2017, Djordje Todorovic wrote: > On MIPS o32, n32 and n64 platforms, PID information was not > correctly propagated from core dump file to internal GDB > structures. This patch fixes that behavior. > > GDB needs correct PID in order to fetch value of TLS variable > from core file. This is OK. Thanks. Maciej