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: Multi-byte filenames


On Fri, Sep 28, 2007 at 01:25:53PM -0700, Gordon Prieur wrote:
>    I've written a UTF-8 to gdb filename converter for the netbeans gdb module. 
> The
> only multi-byte exanples I have use 2 byte characters. Does gdb accept 3 and 4 
> byte
> characters? If so, is there a spec on the conversion?

GDB does not know anything about UTF-8 or multi-byte character sets.
It uses exactly what it gets from the debug info and exactly what it
gets from the user prompt, nothing more.

-- 
Daniel Jacobowitz
CodeSourcery


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