From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2179) id D2FE63858D37; Mon, 4 Mar 2024 19:41:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2FE63858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1709581261; bh=SsD1SW36Obq9qVNFu+8cM9dhDW3qOmO4YtKSG1jInpk=; h=From:Reply-To:To:Subject:In-Reply-To:Date:From; b=INt8GNF0SPM3MfkDno9R7ZoFTFvtQYPP9gKw/0Lf4r9G8gfwsoq/xJPoXZqne5TMm hhBkIfhSaYyhueetraHVVjxSssqgYOZTgUmE8fuoKVgy/U36wbRk5Y+gtBMbdinHUj 80YKsCLwIQKk++S8gFNu+m1QKw06XHflIKJHgVMg= From: Jon Turney Reply-To: cygwin@cygwin.com To: cygwin-announce@cygwin.com Subject: gdb 14.2-1 (TEST) X-Calm-Announce: 1 In-Reply-To: <170240452383.1072333.7006700571135542619@server2.sourceware.org> Message-Id: <170958126178.1396442.1820211311138730394@server2.sourceware.org> Date: Mon, 04 Mar 2024 19:41:01 -0000 X-Calm: 1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: The following packages have been uploaded to the Cygwin distribution: * gdb-14.2-1 * gdb-debuginfo-14.2-1 * gdb-multiarch-14.2-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 the latest upstream version: https://sourceware.org/pipermail/gdb-announce/2024/000138.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 * (experimental) Teach gdb how to unwind frames for the Cygwin signal delivery wrapper functions _sigbe and sigdelayed * 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) * Simplify and improve handling of inferior context after a Cygwin signal * Use cygwin pgid if inferior is a cygwin process (Takashi Yano)