From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32208 invoked by alias); 5 Dec 2012 06:59:25 -0000 Received: (qmail 32200 invoked by uid 22791); 5 Dec 2012 06:59:23 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ee0-f41.google.com (HELO mail-ee0-f41.google.com) (74.125.83.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Dec 2012 06:59:19 +0000 Received: by mail-ee0-f41.google.com with SMTP id d41so3114846eek.0 for ; Tue, 04 Dec 2012 22:59:18 -0800 (PST) Received: by 10.14.202.3 with SMTP id c3mr26925279eeo.4.1354690757955; Tue, 04 Dec 2012 22:59:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.223.7 with HTTP; Tue, 4 Dec 2012 22:58:37 -0800 (PST) In-Reply-To: <874nk85f9f.fsf@fleche.redhat.com> References: <50AC323F.1070907@mentor.com> <874nk85f9f.fsf@fleche.redhat.com> From: Hui Zhu Date: Wed, 05 Dec 2012 06:59:00 -0000 Message-ID: Subject: Re: [PATCH] Add CTF support to GDB [3/4] ctf target To: Tom Tromey Cc: Hui Zhu , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2012-12/txt/msg00069.txt.bz2 On Fri, Nov 30, 2012 at 4:24 AM, Tom Tromey wrote: >>>>>> "Hui" == Hui Zhu writes: > > Hui> All this function is based on libbabeltrace. To use it, you need > Hui> install the babeltrace first. Because the libbabeltrace's version is > Hui> too old in most of distribution, it have some bugs and some API is > Hui> changed in the trunk verion. So I suggest you install the trunk > Hui> version of babeltrace. > > Hui> And another issue is libbabeltrace have a function named lookup_enum > Hui> that is same with GDB. So I changed lookup_enum of GDB to > Hui> lookup_enum_gdb to handle it. > > Since we're already having to use the trunk version, why not fix the > naming problem in libbabeltrace? > > Tom OK. I will try to discussion the developer of babeltrace. Thanks, Hui