From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5181 invoked by alias); 11 Feb 2005 14:25:51 -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 4827 invoked from network); 11 Feb 2005 14:25:35 -0000 Received: from unknown (HELO netlx050.vf.utwente.nl) (192.87.17.19) by sourceware.org with SMTP; 11 Feb 2005 14:25:35 -0000 Received: from weblx058.utsp.utwente.nl (weblx058.utsp.utwente.nl [130.89.1.228]) by netlx050.vf.utwente.nl (8.11.7/HKD) with SMTP id j1BEP1f12671; Fri, 11 Feb 2005 15:25:01 +0100 From: "M.M. Kettenis" Subject: Re: [COMMIT] Enable gdb.dwarf2 tests on *-*-openbsd* and fix them MIME-Version: 1.0 Message-Id: <73198851901835114@weblx058.utsp.utwente.nl> Date: Fri, 11 Feb 2005 17:17:00 -0000 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com In-reply-to: <20050211042056.GA30766@nevyn.them.org> Content-description: Message body Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7BIT X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: m.m.kettenis@alumnus.utwente.nl X-SW-Source: 2005-02/txt/msg00104.txt.bz2 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. Mark