From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id f9v0B8i0XGL3ZAAAWB0awg (envelope-from ) for ; Sun, 17 Apr 2022 20:46:00 -0400 Received: by simark.ca (Postfix, from userid 112) id 0DB5A1F327; Sun, 17 Apr 2022 20:46:00 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 91ED01E787 for ; Sun, 17 Apr 2022 20:45:59 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 01C5F3857C4A for ; Mon, 18 Apr 2022 00:45:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 01C5F3857C4A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1650242759; bh=gNborZrEmLINHzXAHS8COx0Ft37bBgytdBa2BXOLlKU=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=Twe9E7XmZA74BhIFZAbRyqc0+/JNNMKZDgavn7yHvkxoy/naNm2Knc+I+aAXKkCd/ 3pDo4VbCIjsm2VJ51mVKiqWAZ5K/n/vP4/lkpmgFMkgzqTVIq1Fa4UnpDTm/w7rSqV IqpdQHLrCzGgThLL4S84//F8YAH164OE2Ym1lSiQ= Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 058CC3858C52 for ; Mon, 18 Apr 2022 00:45:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 058CC3858C52 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 23I0jOSe025184 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 17 Apr 2022 20:45:29 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 23I0jOSe025184 Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 5DD121E787; Sun, 17 Apr 2022 20:45:24 -0400 (EDT) Message-ID: <2f773d2f-f549-971f-b7f4-cc20092b3d19@polymtl.ca> Date: Sun, 17 Apr 2022 20:45:23 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: GDB is preventing my catch blocks in my C++ program Content-Language: en-US To: Claude Robitaille , "gdb@sourceware.org" References: <7775f85e-e0f5-2942-bde9-cb3c2effee90@polymtl.ca> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Mon, 18 Apr 2022 00:45:24 +0000 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb Reply-To: Simon Marchi Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On 2022-04-15 11:55, Claude Robitaille wrote: > Simon, > > Someone is pointing to a bug, that you fix, that explains the behaviour I am seeing. Do you concur? Here is the commit > > https://sourceware.org/git/?p=binutils-gdb.git;a=commit;f=gdb/nat/windows-nat.c;h=183be222907a6f419bd71f70ee650989026f0188 > > Claude I don't really see how that commit relates to the problem you are seeing. Simon