This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Add CTF support to GDB [3/4] ctf target
- From: Tom Tromey <tromey at redhat dot com>
- To: Hui Zhu <hui_zhu at mentor dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Thu, 29 Nov 2012 13:24:28 -0700
- Subject: Re: [PATCH] Add CTF support to GDB [3/4] ctf target
- References: <50AC323F.1070907@mentor.com>
>>>>> "Hui" == Hui Zhu <hui_zhu@mentor.com> 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