From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20404 invoked by alias); 2 Mar 2016 15:50:07 -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 20390 invoked by uid 89); 2 Mar 2016 15:50:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=ko=c5, Ko?= X-HELO: mail-pf0-f175.google.com Received: from mail-pf0-f175.google.com (HELO mail-pf0-f175.google.com) (209.85.192.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 02 Mar 2016 15:50:04 +0000 Received: by mail-pf0-f175.google.com with SMTP id w128so91523561pfb.2 for ; Wed, 02 Mar 2016 07:50:04 -0800 (PST) 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=k8US+jWu0qevrCMSRB1LPIRQ0BNppPgGf4dQTKZxfPw=; b=BgNplcxQ+ApFMmbftJ7m97zPq0TXJGrlsl3B7gD/JZRnuAAct6ZmYkkHqwXppJmnAO JCG3UU4Ve9c0Gohl5xcvKjSfBOo0t8mtNYdt2j4NtiU3u7OPO7zXnLM29ZxQTjKoDIjL WPJg+bLeIohRmMgEu2f7kcF3vTUENnhf6WVRxRYoglb1aBVQzb0ruDEGhq/KeH6VTG6Z itDwYBar3xbDCIwOXaSfgF4r5ZB+gKoXYUBz1WebogaExWTxS24FGSq0nlyyrpomlH2Q LRtl2l5qs/WqxdntQNWUEEVASNmX8ltqw1mQdEhA9s0hixcsH+C3ttNWGPINB3UrAVc/ ZP4Q== X-Gm-Message-State: AD7BkJKaLVpBH/x81G/kG4Zqnkq9mrV/pNwW6eP4gpnnNVg3IV/Gx+LhZDGVzpKmvR312Q== X-Received: by 10.98.18.215 with SMTP id 84mr39585693pfs.131.1456933803181; Wed, 02 Mar 2016 07:50:03 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id fa3sm54008447pab.45.2016.03.02.07.49.59 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 02 Mar 2016 07:50:02 -0800 (PST) From: Yao Qi To: Marcin =?utf-8?Q?Ko=C5=9Bcielnicki?= Cc: palves@redhat.com, gdb-patches@sourceware.org, antoine.tremblay@ericsson.com Subject: Re: [PATCH] [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA. References: <56CF13A5.2020909@redhat.com> <1456414790-12228-1-git-send-email-koriakin@0x04.net> Date: Wed, 02 Mar 2016 15:50:00 -0000 In-Reply-To: <1456414790-12228-1-git-send-email-koriakin@0x04.net> ("Marcin \=\?utf-8\?Q\?Ko\=C5\=9Bcielnicki\=22's\?\= message of "Thu, 25 Feb 2016 16:39:50 +0100") Message-ID: <86egbsanh6.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-03/txt/msg00032.txt.bz2 Marcin Ko=C5=9Bcielnicki writes: Hi Marcin, > Tested on i386 and x86_64. On i386, it fixes two FAILs in ftrace.exp. > On x86_64, these failures have been KFAILed - one of them works now, > but the other now fails due to an unrelated reason (ugh). This patch causes many gdb.trace/ tests regressions, shown by buildbot, http://gdb-build.sergiodj.net/builders/Debian-i686-native-gdbserver/builds/= 3005 http://gdb-build.sergiodj.net/builders/Debian-i686-native-gdbserver/builds/= 3005 can you take a look? --=20 Yao (=E9=BD=90=E5=B0=A7)