From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31488 invoked by alias); 9 Dec 2013 11:47:26 -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 31473 invoked by uid 89); 9 Dec 2013 11:47:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from Unknown (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 09 Dec 2013 11:47:24 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id D8C6026C07A8 for ; Mon, 9 Dec 2013 12:47:15 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9Zh0ltBcF28H for ; Mon, 9 Dec 2013 12:47:15 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id C146E26C032E for ; Mon, 9 Dec 2013 12:47:15 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: [RFA] Allow Windows UNWIND_INFO version 2. From: Tristan Gingold In-Reply-To: <20131209104315.GH2527@calimero.vinschen.de> Date: Mon, 09 Dec 2013 11:47:00 -0000 Content-Transfer-Encoding: quoted-printable Message-Id: <8631192A-88B5-425B-B94C-5CDC6041D1C7@adacore.com> References: <1386070345-8237-1-git-send-email-brobecker@adacore.com> <529E274D.607@redhat.com> <20131205034451.GD3175@adacore.com> <20131209104315.GH2527@calimero.vinschen.de> To: " ml" X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00332.txt.bz2 On 09 Dec 2013, at 11:43, Corinna Vinschen wrote: > On Dec 5 07:44, Joel Brobecker wrote: >>> I'd consider merging with the existing loop, so that >>> we print the opcodes when frame debug is enabled. >>>=20 >>> But anyway, this looks fine to me. >>=20 >> Thanks, Pedro. Given Tristan's feedback, I decided to push the patch >> as is. But I remain available to make additional changes, should >> the discussion lead us towards that. >>=20 >>> I clicked on "Did you find this helpful? No" at: >>>=20 >>> http://msdn.microsoft.com/en-us/library/ck9asaa9.aspx >>>=20 >>> and asked for info about v2 and opcode 6. Not holding >>> my breath though. >>=20 >> Ha! Good idea, and I will remember to do that too. It's not much >> effort, and you never know. >=20 > I'd suggest to utilize the Microsoft forums at > http://social.msdn.microsoft.com/Forums/en-US/home > My last bugreport got handled pretty quickly, see > http://social.msdn.microsoft.com/Forums/en-US/073d02a6-1181-4694-9e50-d6a= 05bd80663/ Good idea! > Out of curiosity, will there be a followup for this GDB patch > submission? Handling the v2 opcodes is rather interesting for Cygwin > and Mingw... This patch has been committed by Joel, so gdb should be able to unwind thro= ugh frames with v2 unwind infos. Tristan.