From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12941 invoked by alias); 25 Jul 2017 10:59:49 -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 12467 invoked by uid 89); 25 Jul 2017 10:59:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt0-f181.google.com Received: from mail-qt0-f181.google.com (HELO mail-qt0-f181.google.com) (209.85.216.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Jul 2017 10:59:47 +0000 Received: by mail-qt0-f181.google.com with SMTP id p3so24156463qtg.2 for ; Tue, 25 Jul 2017 03:59:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=RZ19WKMBS6lC3adR4zHYWHiCQ2zCepiaQGoRlrQAC2Y=; b=W44nDY3ZrADlb9AYuK5k2q3a6X939CY8c0LO/oWCetE51HMm6SCp9hIqaaExIPJUyi ozxUs7dP/jZChQJjAw9IEF3EjYJHJ2SONcXzmjQCD+nXBwv5lCbigIui+5j1wSmLEI1z VOkrFo77gFL8uqEe9rBqX3GGdgdP6WSwfjwR96PvhIVKN5xLqMSwAZW7o1MZd0kqoQKU GJetH0q/4O/0efWtsQinsmrtTZLhP2NYu2hWgSvJHaqDXPP/11dmG9pEIIKo+n930wtS ktcdi1TTmuSTUcLovZ7EIzvUfI85exByB3ZWgpnEJGcEr7Uy5lDasOc56hRIcHBFfvX8 Skug== X-Gm-Message-State: AIVw113gNF6JiXMuD+nEtFI4gytKCdRm9BhdJwY4RZK+j7NUllonvFmv BOh59Zd1P6kwAOyTmxKQbUTNvIA/LlJi X-Received: by 10.237.52.6 with SMTP id w6mr27230615qtd.197.1500980385750; Tue, 25 Jul 2017 03:59:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.142.67 with HTTP; Tue, 25 Jul 2017 03:59:45 -0700 (PDT) In-Reply-To: <86wp6wpzs2.fsf@gmail.com> References: <1500463680-1483-1-git-send-email-yao.qi@linaro.org> <86wp6wpzs2.fsf@gmail.com> From: Yao Qi Date: Tue, 25 Jul 2017 10:59:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] Catch exceptions thrown from gdbarch_skip_prologue To: Simon Marchi Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00364.txt.bz2 On Tue, Jul 25, 2017 at 11:38 AM, Yao Qi wrote: > > Fixed. Patch below is pushed in. 8.0 branch is affected by this bug too, so push it to 8.0 branch as well. Wikipage https://sourceware.org/gdb/wiki/GDB_8.0_Release is updated too. --=20 Yao (=E9=BD=90=E5=B0=A7)