From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18573 invoked by alias); 13 Feb 2007 15:29:26 -0000 Received: (qmail 18542 invoked by uid 22791); 13 Feb 2007 15:29:26 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Feb 2007 15:29:21 +0000 Received: by nf-out-0910.google.com with SMTP id n28so289838nfc for ; Tue, 13 Feb 2007 07:29:18 -0800 (PST) Received: by 10.82.114.3 with SMTP id m3mr10215224buc.1171380557813; Tue, 13 Feb 2007 07:29:17 -0800 (PST) Received: by 10.82.161.17 with HTTP; Tue, 13 Feb 2007 07:29:17 -0800 (PST) Message-ID: Date: Tue, 13 Feb 2007 16:06:00 -0000 From: "Aman Wardak" To: "Aman Wardak" , gdb@sourceware.org Subject: Re: get output of target exe thru cross-gdb In-Reply-To: <20070213032508.GA18782@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070213032508.GA18782@caradoc.them.org> 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: 2007-02/txt/msg00100.txt.bz2 I asked because testsuite/gdb.base/fileio.exp expects it as such. So I guess this test was not written with the cross environment in mind. Does anyone run the testsuite in a cross environment? -Aman On 2/12/07, Daniel Jacobowitz wrote: > On Mon, Feb 12, 2007 at 07:06:35PM -0800, Aman Wardak wrote: > > How do I get the output of and executable on the target system thru > > gdb to the host system? > > > > i.e.... > > target: > > gdbserver :2345 ./helloworld > > > > host: > > gdb ./helloworld > > target remote targetip:2345 > > continue > > <> > > There's no support for this in gdbserver, unfortunately. > > -- > Daniel Jacobowitz > CodeSourcery >