This is the mail archive of the gdb@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: Problem on cygwin with new wchar_t printing support via iconv()


>>>>> "Roland" == Roland Schwingel <roland.schwingel@onevision.de> writes:

Roland> I simply freezes when I try to step into a function having a
Roland> wchar_t * as parameter.  I have buildt gdb both using the
Roland> cygwin supplied libiconv and an own libiconv intree with gdb
Roland> sources.

What version of libiconv are you using?

If you have a small test case, I will try to reproduce it with a
libiconv-based build here.  I suspect, though, that it is
Windows-specific.

If you have dejagnu installed, you could try:

    cd build/gdb
    make check RUNTESTFLAGS=charset.exp

This works for me with a libiconv-based build (on x86 Fedora 9).

Tom


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