From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10902 invoked by alias); 18 Jun 2009 14:48:45 -0000 Received: (qmail 10891 invoked by uid 22791); 18 Jun 2009 14:48:45 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Jun 2009 14:48:37 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MHIup-0007EZ-0T; Thu, 18 Jun 2009 10:48:35 -0400 From: Eli Zaretskii To: "Pierre Muller" CC: drow@false.org, brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <001701c9ef96$563b9cd0$02b2d670$@u-strasbg.fr> (muller@ics.u-strasbg.fr) Subject: Re: [RFC] Improve testsuite for poor expect behavior Reply-to: Eli Zaretskii References: <001201c9ebb1$96414b10$c2c3e130$@u-strasbg.fr> <20090613150505.GA28157@caradoc.them.org> <000001c9ec65$9bf13ca0$d3d3b5e0$@u-strasbg.fr> <20090613235454.GA1893@caradoc.them.org> <20090614002516.GO25703@adacore.com> <000001c9ed8a$21cfdc30$656f9490$@u-strasbg.fr> <20090616145756.GB7730@adacore.com> <000c01c9eeda$022d8a70$06889f50$@u-strasbg.fr> <20090617133626.GA24310@caradoc.them.org> <001701c9ef96$563b9cd0$02b2d670$@u-strasbg.fr> Message-Id: Date: Thu, 18 Jun 2009 14:48:00 -0000 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00474.txt.bz2 > From: "Pierre Muller" > Cc: , > Date: Wed, 17 Jun 2009 23:55:31 +0200 > Content-Language: en-us > > I just tried to use binary mode on gdb itself, > and you miss the carriage return, meaning that > the newline only goes down one line, but not to first column: > the result is really ugly and barely usable... > > setmode is not a good option for DJGPP. As expected. Thanks for trying.