From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93356 invoked by alias); 8 Dec 2016 13:36:08 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 93332 invoked by uid 89); 8 Dec 2016 13:36:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=patience, printers, H*r:sk:siddhes, H*r:123.252.202 X-HELO: homiemail-a57.g.dreamhost.com Subject: Re: [PATCH v11] Add pretty printers for the NPTL lock types Reply-To: siddhesh@sourceware.org References: <20161127030348.7579-1-martin.galvan@tallertechnologies.com> <85feaf1e-0445-e1ac-949b-6d33de849016@sourceware.org> To: Martin Galvan , libc-alpha@sourceware.org, carlos@redhat.com, palves@redhat.com, stli@linux.vnet.ibm.com From: Siddhesh Poyarekar Message-ID: Date: Thu, 08 Dec 2016 13:36:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <85feaf1e-0445-e1ac-949b-6d33de849016@sourceware.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-12/txt/msg00266.txt.bz2 I have committed this now, with the NEWS block below. Thank you for your patience and commitment! Siddhesh diff --git a/NEWS b/NEWS index c2e973d..922a500 100644 --- a/NEWS +++ b/NEWS @@ -141,6 +141,11 @@ Version 2.25 variable for a particular architecture in the GCC source file 'gcc/config.gcc'. +* GDB pretty printers have been added for mutex and condition variable + structures in POSIX Threads. When installed and loaded in gdb these pretty + printers show various pthread variables in human-readable form when read + using the 'print' or 'display' commands in gdb. + Security related changes: On ARM EABI (32-bit), generating a backtrace for execution contexts which