From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23607 invoked by alias); 14 Feb 2014 01:36:04 -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 23596 invoked by uid 89); 14 Feb 2014 01:36:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.6 required=5.0 tests=AWL,BAYES_00,GARBLED_BODY autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 14 Feb 2014 01:36:01 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1WE7h7-0000aP-SX from Yao_Qi@mentor.com ; Thu, 13 Feb 2014 17:35:57 -0800 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 13 Feb 2014 17:35:57 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.2.247.3; Thu, 13 Feb 2014 17:35:56 -0800 Message-ID: <52FD728B.3070405@codesourcery.com> Date: Fri, 14 Feb 2014 01:36:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Tom Tromey CC: Subject: Re: [RFC v2 2/9] move some rsp bits into rsp-low.h References: <1391714966-12125-1-git-send-email-tromey@redhat.com> <1391714966-12125-3-git-send-email-tromey@redhat.com> <52FC89A6.8010806@codesourcery.com> <87r477qcds.fsf@fleche.redhat.com> In-Reply-To: <87r477qcds.fsf@fleche.redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00483.txt.bz2 On 02/13/2014 11:07 PM, Tom Tromey wrote: > Yao> We also need to compile rsp-low.c for IPA, and link rsp-low-ipa.o > Yao> in IPA. I get the ipa build error below, > > Sorry Yao. > Could you mention again what version of UST is supported? > I tried just now with: > > barimba. rpm -q lttng-ust-devel > lttng-ust-devel-2.0.8-1.fc18.x86_64 > > but it doesn't work: > > checking for ust... no Mine is UST 0.11 and URCU 0.5.3. GDB support in UST was removed in release 0.12 (http://git.lttng.org/?p=ust.git;a=commit;h=fe566790e6be3f27f0befd85b715a3e84977bf6c). Only UST 0.11 works for GDB, IIRC. -- Yao (齐尧)