From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7553 invoked by alias); 14 Feb 2012 15:23:07 -0000 Received: (qmail 7543 invoked by uid 22791); 14 Feb 2012 15:23:06 -0000 X-SWARE-Spam-Status: No, hits=-1.9 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-tul01m020-f169.google.com (HELO mail-tul01m020-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Feb 2012 15:22:54 +0000 Received: by obbta7 with SMTP id ta7so96055obb.0 for ; Tue, 14 Feb 2012 07:22:53 -0800 (PST) Received: by 10.182.182.100 with SMTP id ed4mr8822416obc.24.1329232973400; Tue, 14 Feb 2012 07:22:53 -0800 (PST) Received: from giga.mcgary.org ([65.101.31.122]) by mx.google.com with ESMTPS id g2sm21800656obl.7.2012.02.14.07.22.52 (version=SSLv3 cipher=OTHER); Tue, 14 Feb 2012 07:22:52 -0800 (PST) Message-ID: <4F3A7C45.6060908@gmail.com> Date: Tue, 14 Feb 2012 15:23: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: Mike Frysinger CC: gdb@sourceware.org Subject: Re: gdb testsuite with remote target of qemu in linux-user mode? References: <4F32E7E4.9040408@gmail.com> <878vka9zoz.fsf@fleche.redhat.com> <4F3972F3.6030909@gmail.com> <201202141015.54166.vapier@gentoo.org> In-Reply-To: <201202141015.54166.vapier@gentoo.org> 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/msg00043.txt.bz2 On 02/14/12 08:15, Mike Frysinger wrote: > i'm not entirely clear on what you want to do. when you compile programs, you > want to run them through qemu-user to verify they execute properly ? No--that's the GCC testsuite's job. > ... or you > want to launch qemu-user in gdb mode and then have gdb connect to that remote > target ? Yes.