From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111029 invoked by alias); 11 May 2016 08:35:02 -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 110983 invoked by uid 89); 11 May 2016 08:35:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:419, sk:antoine, harness X-HELO: mail-pf0-f174.google.com Received: from mail-pf0-f174.google.com (HELO mail-pf0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 11 May 2016 08:34:51 +0000 Received: by mail-pf0-f174.google.com with SMTP id c189so16753484pfb.3 for ; Wed, 11 May 2016 01:34:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=l74kYrgMhZho4oHub+FDozMbTWiaKPc6zxr6DTaOV7k=; b=YC5A33Bq93FR4zDXEKWX9jU8yR+lCdAxZpy/mKOkks3pUUtSTN3BKvB4btSANS/KXn 1P7Yh6CJ6FvpkzoN85S6h6JjxORVPV/0eXg3QrNUs2MnjdSQA2LuegfsMElccrFXTsWQ iVYEH7QYSHxO7avKuLzlWec9LvLCQCzlQLfU+nnDJ1viBLstiqvHxPt0pZQSCvwKEoEy RRQESpmLCt0v8Ae0SeHExS9OsYsIoomlwrpnJw/juVBqV0rFuJ0oqfRX2M3wF7QINHJv qWjsgEMJ+eINB8Piz0r7C8nAj4O0vpDg3sHPPjofWYTtn+Z/LZBZ1rgUep/uOzSIfMJK QCYA== X-Gm-Message-State: AOPr4FWsK1Np/eAFKPgIsnz78gwNlq+QePBS17USH6UgQlcum0C2F4S5ooIY0z9lCwmgZg== X-Received: by 10.98.1.204 with SMTP id 195mr2907411pfb.117.1462955689360; Wed, 11 May 2016 01:34:49 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id d184sm10110677pfc.27.2016.05.11.01.34.47 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 11 May 2016 01:34:48 -0700 (PDT) From: Yao Qi To: Antoine Tremblay Cc: Yao Qi , Subject: Re: [RFC 0/3] Use reinsert breakpoint for vCont;s References: <1462530736-25117-1-git-send-email-yao.qi@linaro.org> Date: Wed, 11 May 2016 08:35:00 -0000 In-Reply-To: (Antoine Tremblay's message of "Tue, 10 May 2016 09:29:16 -0400") Message-ID: <86a8jxdmcb.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00176.txt.bz2 Antoine Tremblay writes: > Not an easy problem, I'm installing your patch series today and I'll > start checking it out in more detail. Thanks for looking at this. I managed to reproduce the SIGILL with GDBserver debugging logs. Note that current GDB test harness doesn't fetch GDBserver debugging output to gdb.log. --=20 Yao (=E9=BD=90=E5=B0=A7)