From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8035 invoked by alias); 17 Sep 2013 18:39:01 -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 11442 invoked by uid 89); 17 Sep 2013 17:43:33 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Sep 2013 17:43:33 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8HHhObL010950 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 17 Sep 2013 13:43:25 -0400 Received: from barimba (ovpn-113-63.phx2.redhat.com [10.3.113.63]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r8HHhMDU011495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 17 Sep 2013 13:43:23 -0400 From: Tom Tromey To: "Pierre Muller" Cc: "'Yao Qi'" , "'Eli Zaretskii'" , Subject: Re: [PATCH] Run catch-load.exp on Windows References: <1378947563-26245-1-git-send-email-yao@codesourcery.com> <83li32iwrs.fsf@gnu.org> <5231A766.8060108@codesourcery.com> <33630.1438547254$1379000229@news.gmane.org> Date: Tue, 17 Sep 2013 18:39:00 -0000 In-Reply-To: <33630.1438547254$1379000229@news.gmane.org> (Pierre Muller's message of "Thu, 12 Sep 2013 17:36:17 +0200") Message-ID: <8738p3z6md.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-09/txt/msg00527.txt.bz2 >>>>> "Pierre" == Pierre Muller writes: Pierre> I don't get, I always thought that Pierre> when using remote debugger, the debuggee is cross-compiled Pierre> on the machine where GDB is run, not on the remote machine where Pierre> gdbserver is run. Pierre> Thus, I always believed that there is no need to copy the Pierre> source files to the remote machine, as GDB has the sources Pierre> available. Pierre> Are these assumptions wrong? Not wrong, just incomplete. There are different kinds of remote testing, including "remote host", where the compiler and gdb are both run on the remote, and just dejagnu is run locally. However, there is some support in the test suite and dejagnu for copying files over. Tom