Re: building gdb with TUI support on Windows
Hannes Domani <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <1716575811.1998535.1419775088162.JavaMail.yahoo@jws11115.mail.ir2.yahoo.com> |
Eli Zaretskii <[email protected]> schrieb am 19:32 Samstag, 27.Dezember 2014: > > Date: Sat, 27 Dec 2014 14:39:46 +0000 (UTC) > > From: Hannes Domani <[email protected]> > > > > You might want to check out this link (plus the comments): > > http://opensourcepack.blogspot.co.at/2012/02/gdb-74-with-tui-win32.html > > Thank. May I encourage you to report those problems with the patches? > It would be nice to have them upstream (the latest version of GDB is > 7.8.1, with 7.9 looming). I forgot that I only had these problems with ncurses. Since then I switched to pdcurses, it works much better (+faster) on windows. I only had to change tputs() a bit.