From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvFA7-00021B-E8 for qemu-devel@nongnu.org; Wed, 08 Feb 2012 16:34:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvFA3-0006DC-08 for qemu-devel@nongnu.org; Wed, 08 Feb 2012 16:34:47 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:64492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvFA2-0006Cx-Tt for qemu-devel@nongnu.org; Wed, 08 Feb 2012 16:34:42 -0500 Received: by ghrr20 with SMTP id r20so660934ghr.4 for ; Wed, 08 Feb 2012 13:34:32 -0800 (PST) Message-ID: <4F32EA61.5070006@gmail.com> Date: Wed, 08 Feb 2012 14:34:25 -0700 From: Greg McGary MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] gdb testsuite with remote target of qemu in linux-user mode? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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