From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21727 invoked by alias); 20 Nov 2013 18:57:31 -0000 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 Received: (qmail 21716 invoked by uid 89); 20 Nov 2013 18:57:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Nov 2013 18:57:29 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1VjCxd-0003cK-Mn from Maciej_Rozycki@mentor.com for gdb-patches@sourceware.org; Wed, 20 Nov 2013 10:57:13 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 20 Nov 2013 10:57:13 -0800 Received: from [172.30.64.178] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Wed, 20 Nov 2013 18:57:12 +0000 Date: Wed, 20 Nov 2013 19:04:00 -0000 From: "Maciej W. Rozycki" To: Subject: [PING][PATCH] gdb.mi/mi-info-os.exp: Fix cross-debugger testing In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2013-11/txt/msg00606.txt.bz2 On Fri, 1 Nov 2013, Maciej W. Rozycki wrote: > A live target is required for `-info-os' to work in non-native > configurations. Here's a fix for gdb.mi/mi-info-os.exp that removes the > following failure: > > (gdb) > Expecting: ^(-info-os[ > ]+)?(.*\^done,OSDataTable=.*[ > ]+[(]gdb[)] > [ ]*) > -info-os > ^error,msg="Don't know how to get OS data. Try \"help target\"." > (gdb) > FAIL: gdb.mi/mi-info-os.exp: -info-os > > Tested with mips-linux-gnu (crossed from i686-linux-gnu). OK to apply? > > 2011-11-01 Maciej W. Rozycki > > gdb/testsuite/ > * gdb.mi/mi-info-os.exp: Connect to the target in non-native > configurations. Ping: http://sourceware.org/ml/gdb-patches/2013-11/msg00001.html Maciej