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]

[RFC 0/6] Handle several character priniting problems (mainly related to mingw hosts)


  This is my first attempt to use git format-patch ...

  It's not yet really easy, but I hope I will get over this 
at some point.

This email is a follow up to
https://sourceware.org/ml/gdb-patches/2013-08/msg00582.html

which was entitled:
PR 15873 UTF-8 incomplete/invalid chars go unnoticed

  Yao asked me to clarify my aim...
https://sourceware.org/ml/gdb-patches/2013-09/msg00722.html

  Which I tried to do in: 
https://sourceware.org/ml/gdb-patches/2013-09/msg00881.html

  This series handles part of the problem
related to display of wide chars inside GDB,
and especially on the numerous failures
you get in testsuite/gdb.base/printcmds.exp
for a mingw compiled GDB.

  This series does not handle the 
part about uniformisation of char versus string output and
warnings about invalid sequences in UTF-8.

Pierre Muller
GDB pascal language maintainer


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