From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73457 invoked by alias); 10 Jan 2020 14:31:22 -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 73243 invoked by uid 89); 10 Jan 2020 14:31:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM,FSL_HELO_FAKE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=well!, HX-Languages-Length:180 X-HELO: mail-lf1-f65.google.com Received: from mail-lf1-f65.google.com (HELO mail-lf1-f65.google.com) (209.85.167.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Jan 2020 14:31:06 +0000 Received: by mail-lf1-f65.google.com with SMTP id n12so1631636lfe.3 for ; Fri, 10 Jan 2020 06:31:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=oCKBXOip3MHAowDZSzEtbZQ5smBuCdIM0supl7EQX6U=; b=irjExEjnbp0X/JXM1d/ipB71OnWxL/AW4Eh+FWoSdHtWVHg0EiPHMX1yPuxM3W2WZy m/Bd2kB9tiwvU9UHn5Krn0rflmNu3qsKnx7/BMnUOSLWHPr6/9mPNoYoTtfKVRkDQnlD BEEak3ysV+U8wScu8R/PB0YYvfPabMUtuBaEY6oSzWVPmgSELkQLxnNB//Q3mPVx5lii IfTgXqjiIaSq+0qSpx2zhp8Jifd8VBkE/LMSQVJUqLf3ndlA+w26NZxNJvhMuduypGMd m0ccUUaRsVj/6ztaumwC/fzJD6tpbC1ZkHEBMTPEhCQDLZs7OpsmfYeJVMfTCCrbsvMK Q5rQ== Return-Path: Received: from gmail.com ([2a03:1b20:6:f011::2d]) by smtp.gmail.com with ESMTPSA id q186sm1088858ljq.14.2020.01.10.06.30.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jan 2020 06:30:59 -0800 (PST) Date: Fri, 10 Jan 2020 14:31:00 -0000 From: Shahab Vahedi To: Pedro Alves Cc: gdb-patches@sourceware.org, Shahab Vahedi , Andrew Burgess , Tom Tromey , Claudiu Zissulescu , Francois Bedard Subject: Re: [PATCH] Don't let TUI exceptions escape to readline (PR tui/9765) Message-ID: <20200110143056.GD3815@gmail.com> References: <20200110115728.13940-1-shahab.vahedi@gmail.com> <8f3c2363-6ab8-ce73-0f4b-b0b9efca6815@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SW-Source: 2020-01/txt/msg00250.txt.bz2 This patch must be in as well! It takes care of the "call stack 2" from the other e-mail. Cheers, -- Shahab