From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15848 invoked by alias); 11 Feb 2005 14:33:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15801 invoked from network); 11 Feb 2005 14:33:01 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 11 Feb 2005 14:33:01 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1Czbqu-0004lz-V3; Fri, 11 Feb 2005 09:33:01 -0500 Date: Fri, 11 Feb 2005 17:29:00 -0000 From: Daniel Jacobowitz To: "M.M. Kettenis" Cc: gdb-patches@sources.redhat.com Subject: Re: [COMMIT] Enable gdb.dwarf2 tests on *-*-openbsd* and fix them Message-ID: <20050211143300.GA18307@nevyn.them.org> Mail-Followup-To: "M.M. Kettenis" , gdb-patches@sources.redhat.com References: <20050211042056.GA30766@nevyn.them.org> <73198851901835114@weblx058.utsp.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <73198851901835114@weblx058.utsp.utwente.nl> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-02/txt/msg00105.txt.bz2 On Fri, Feb 11, 2005 at 02:25:01PM +0000, M.M. Kettenis wrote: > Daniel Jacobowitz wrote: > > > Thanks! .... do you know why this difference happens? > > > > > -gdb_test "list func_cu1" "4\tFile 1 Line 4" > > > +gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4" > > I believe it depends whether the pty driver expands tabs or not. Ah, thank you. I had no idea there were pty drivers which did this, but it makes sense :-) -- Daniel Jacobowitz CodeSourcery, LLC