From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16055 invoked by alias); 8 Feb 2012 21:24:10 -0000 Received: (qmail 16046 invoked by uid 22791); 8 Feb 2012 21:24:09 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_QE X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Feb 2012 21:23:56 +0000 Received: by iagz16 with SMTP id z16so1793589iag.0 for ; Wed, 08 Feb 2012 13:23:56 -0800 (PST) Received: by 10.43.48.132 with SMTP id uw4mr29428066icb.17.1328736236074; Wed, 08 Feb 2012 13:23:56 -0800 (PST) Received: from giga.mcgary.org ([65.101.31.122]) by mx.google.com with ESMTPS id va6sm1658091igc.4.2012.02.08.13.23.54 (version=SSLv3 cipher=OTHER); Wed, 08 Feb 2012 13:23:55 -0800 (PST) Message-ID: <4F32E7E4.9040408@gmail.com> Date: Wed, 08 Feb 2012 21:24:00 -0000 From: Greg McGary User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16 MIME-Version: 1.0 To: gdb@sourceware.org Subject: gdb testsuite with remote target of qemu in linux-user mode? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00015.txt.bz2 Does anyone use gdb testsuite with remote target of qemu in linux-user mode? I see no mention of qemu as a remote simulator in dejagnu, or in gdb/testsuite. I threw together a qemu.exp to do this, and it seems to work OK everywhere except with mi-support.exp, which does not appear to have infrastructure to spawn an external simulator. G