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: Configuring gdb_wchar.h


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

Pedro> Could gdb probe to see if they work at all?  Is that feasible?
Pedro> If it is, would it be too slow?

You can't probe to see if a single one works -- only pairs of them.
That's the real reason we do this checking so late.

There may be other situations in which the current logic fails and
cannot be made to work.  The failing case would be something like a
host that has a native iconv but no way at all to list the character
sets.  But even here, installing libiconv will work.

Tom


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