From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3189 invoked by alias); 13 Feb 2007 03:06:42 -0000 Received: (qmail 3179 invoked by uid 22791); 13 Feb 2007 03:06:42 -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 03:06:37 +0000 Received: by nf-out-0910.google.com with SMTP id n28so97659nfc for ; Mon, 12 Feb 2007 19:06:35 -0800 (PST) Received: by 10.82.135.13 with SMTP id i13mr11834162bud.1171335995167; Mon, 12 Feb 2007 19:06:35 -0800 (PST) Received: by 10.82.161.17 with HTTP; Mon, 12 Feb 2007 19:06:35 -0800 (PST) Message-ID: Date: Tue, 13 Feb 2007 03:33:00 -0000 From: "Aman Wardak" To: gdb@sourceware.org Subject: get output of target exe thru cross-gdb MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00096.txt.bz2 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 <> --- Thanks