From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62924 invoked by alias); 6 Feb 2020 15:26:43 -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 62914 invoked by uid 89); 6 Feb 2020 15:26:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM,FSL_HELO_FAKE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*RU:gmail.com, HX-Spam-Relays-External:gmail.com, H*r:gmail.com, HX-Languages-Length:157 X-HELO: mail-lj1-f194.google.com Received: from mail-lj1-f194.google.com (HELO mail-lj1-f194.google.com) (209.85.208.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 06 Feb 2020 15:26:41 +0000 Received: by mail-lj1-f194.google.com with SMTP id o15so6537620ljg.6 for ; Thu, 06 Feb 2020 07:26:41 -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-description:content-disposition:in-reply-to; bh=nqYLwoQ21l5i/rCVcXmVZwTU+zHvaOp1A1Tkp/vSzG8=; b=eoDb0rtCO05VdLwCVbyfGQwpEXM/vv9Ta7mgrKO5Gxe/tABpI4kJfBSPbVC4yaiddx 7ApWDiRzUBOAGwjwJA+VgPeNkiYni59fMrOcc1EVDLTrWs39msvB11vx8oE6OM499GnB qRPXM6tU7qi7/aSLG+D2Hud6D38I2SYDGQcgKlmXjfXHUhoRDsZ7BUcIG/G8lVjutS+q C7ZbbbyRUdo1KHLsnXFf6tlhxWnrPclhdjv2Ai76ll3o2sAm2/BOCLWJ4RJBRx+Xs/8W 7MUTle3/GGvU8mdHhxFquwurLLFWRd5vUnzu59ElcNSCCRtQNkGSDeF3JZM1wka54SWK /W3g== Return-Path: Received: from gmail.com ([2a03:1b20:6:f011::2d]) by smtp.gmail.com with ESMTPSA id h24sm1584256ljl.80.2020.02.06.07.26.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Feb 2020 07:26:38 -0800 (PST) Date: Thu, 06 Feb 2020 15:26:00 -0000 From: Shahab Vahedi To: Tom Tromey Cc: Andrew Burgess , gdb-patches@sourceware.org, Shahab Vahedi , Claudiu Zissulescu , Francois Bedard Subject: Re: [PATCH] gdb: Catch exceptions if the source file is not found Message-ID: <20200206152635.GB1290@gmail.com> References: <20200122140818.84308-1-shahab.vahedi@gmail.com> <20200122154901.GK3865@embecosm.com> <20200122163217.GA3311@gmail.com> <87lfpyxcp3.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: be_ware_about_the_new_patch Content-Disposition: inline In-Reply-To: <87lfpyxcp3.fsf@tromey.com> X-SW-Source: 2020-02/txt/msg00135.txt.bz2 There is a newer patch (v4): https://sourceware.org/ml/gdb-patches/2020-02/msg00134.html