This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add CTF support to GDB [3/4] ctf target


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]