From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107446 invoked by alias); 11 May 2016 12:08:34 -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 107433 invoked by uid 89); 11 May 2016 12:08:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Hx-languages-length:979 X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 11 May 2016 12:08:22 +0000 Received: from EUSAAHC008.ericsson.se (Unknown_Domain [147.117.188.96]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id 53.84.09012.EC813375; Wed, 11 May 2016 13:34:38 +0200 (CEST) Received: from elxa4wqvvz1 (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.96) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 11 May 2016 08:08:19 -0400 References: <1462530736-25117-1-git-send-email-yao.qi@linaro.org> <86a8jxdmcb.fsf@gmail.com> User-agent: mu4e 0.9.17; emacs 24.4.1 From: Antoine Tremblay To: Yao Qi CC: Antoine Tremblay , Subject: Re: [RFC 0/3] Use reinsert breakpoint for vCont;s In-Reply-To: <86a8jxdmcb.fsf@gmail.com> Date: Wed, 11 May 2016 12:08:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00180.txt.bz2 Yao Qi writes: > 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. Yes that the GDB testsuite can't handle GDBServer output is very annoying. I have a TODO item to add a log to file option to GDBServer so that at least we can run the test with GDBServer in debug without interfering with the tests and keep the logs. (I usually hack it like that) I'm glad you found the source of your SIGILL problem, I've found the source of mine too thanks to Will Daecon, I will post my findings as a follow-up to https://www.sourceware.org/ml/gdb/2015-11/msg00030.html And I'll keep looking at this series... Thanks, Antoine