X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:to:from:subject:message-id:date :mime-version:content-type:content-transfer-encoding:sender; q= dns; s=default; b=LLzLlLXP/xJYdVsUMkxBZjl2wA+GxHIAnYJBMeRNPAyZJ5 0TV3XksdwYJJ9+oyXIvd6+HcPqW2kuoqwjuWjw8zFE9qUBpaY8HmrWpXHwEoLxMd yIf9ZmOv7/AxtmpzuaT/ka2zisBIQ34TGQ/mya1rRv61V6plu/VWbZ3/BCKog= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:to:from:subject:message-id:date :mime-version:content-type:content-transfer-encoding:sender; s= default; bh=FGevOzFJqDo56NSRmbnk+oJ9N50=; b=ENuiZNFIk+aVCkTTvisu 37nMKSY9cRyrmgqqaBBV6sRTEzgDHDENRP2NhymcYzE4eIaHcdmGglzCvFrnaYc+ pHmnrDx9uVreV0LhdXFDF8yQLM5BQkrEG0eMGmwqwrVjck24XnI7MFK55admWUOc 1AZqYxO+kRxWlHqXHgaxg+s= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,FORGED_MUA_MOZILLA,KAM_LOTSOFHASH autolearn=no version=3.3.1 spammy=HX-HELO:sk:localho, Various, fashion, HX-Languages-Length:2521 X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-OWM-Source-IP: 109.158.22.26 (GB) X-OWM-Env-Sender: jonturney AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-SNCR-VADESECURE: CLEAN To: cygwin AT cygwin DOT com From: Jon Turney Subject: [ANNOUNCEMENT] gdb-8.2.1-1 (TEST) Message-Id: Date: Thu, 21 Mar 2019 19:02:05 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: qmail alias The following package has been updated in the Cygwin distribution: * gdb-8.2.1-1 The GNU debugger allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data. This is an update to a later upstream version: https://sourceware.org/ml/gdb-announce/2018/msg00004.html See the /usr/share/doc/gdb/NEWS file for a list of user-visible changes. In addition, it contains the following patches carried forward from the previous Cygwin package: * Teach the demangler to deal with '@'-decorated __stdcall functions * Various fixes for Cygwin signal handling * (experimental) Teach gdb how to unwind frames for the Cygwin signal delivery wrapper functions _sigbe and sigdelayed * Warn rather than stopping with an error if realpath() for a DLL fails (Tim Chick) Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00401.html * Fix a memory leak which would occur in the case when the result of realpath() is greater than or equal to SO_NAME_MAX_PATH_SIZE (Corinna Vinschen) * Fix inferior stopping with SIGTTIN, if it tries to read from the terminal after it has been continued Addresses: https://cygwin.com/ml/cygwin/2016-09/msg00285.html * Workaround https://sourceware.org/bugzilla/show_bug.cgi?id=21078 by linking with shared libstc++ and libgcc. Addresses: https://cygwin.com/ml/cygwin/2017-10/msg00109.html and the following new patches: * Explicitly use the global namespace when calling ::close() from windows_nat_target methods, as that object now has a close() method. x86: 9261f3bc3f7e643deb39ed5964733a58919758846207e894e612113a5dcbedb83d09cde510ea8fff80a767da47ea5de562db27e4dfa76745b1451280f5da8d38 *gdb-8.2.1-1-src.tar.xz 01b1f8bea2f4b88393aefd2fe329df7895da9b2b07b6487ebd4e3ca06c7fe932be3ccc5acd19a44802eaa58f8798ac7521405af048b80b49e058b73de9e5a083 *gdb-8.2.1-1.tar.xz 1e29b89b109827d56766170b915ca998f0c3b1516633b043f5c022755732874021d80d87a93a93f297c48942f7320be2b52938127c42ba390d66d3b57f89a6df *gdb-debuginfo-8.2.1-1.tar.xz x86_64: 31c35636917294bc4205f52b9fe6aea92cfc1de1ff489903480d014496b2687ace25ea105af819e72b357ba1ed5469ae226f14d48aa78693d1c56bc0860252b6 *gdb-8.2.1-1-src.tar.xz 79ca966fb706b4b453f4e42be8abfbbff5d588489ac53a40d2844d43a2d96f948dff6e22b9146793561b2b66d4d785750b9b9045a3512f28e77cc35713a21fed *gdb-8.2.1-1.tar.xz e64dee47ceea9c390b9ed557732bc90087bdef0351dc193ed7d62fdfb61fc2f624b7e65fd1fd851f611cbbe05039a87fa66c09193c66aeb5a3ce4b942599195f *gdb-debuginfo-8.2.1-1.tar.xz -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple