From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13758 invoked by alias); 11 Oct 2011 07:43:56 -0000 Received: (qmail 13746 invoked by uid 22791); 11 Oct 2011 07:43:54 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Oct 2011 07:43:41 +0000 Received: from nat-jpt.mentorg.com ([192.94.33.2] helo=PR1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1RDX01-0006q7-30 from Yao_Qi@mentor.com for gdb@sourceware.org; Tue, 11 Oct 2011 00:43:41 -0700 Received: from [127.0.0.1] ([172.16.63.104]) by PR1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Oct 2011 16:43:39 +0900 Message-ID: <4E93F39A.7010409@codesourcery.com> Date: Tue, 11 Oct 2011 07:43:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0) Gecko/20110923 Thunderbird/7.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: wiki: Testing gdbserver in a remote cross-target configuration References: <4E9328FC.9060507@linux.vnet.ibm.com> In-Reply-To: <4E9328FC.9060507@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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: 2011-10/txt/msg00052.txt.bz2 On 10/11/2011 01:18 AM, Edjunior Barbosa Machado wrote: > Hi, > > FYI, I wrote this small tutorial about gdbserver remote cross-target testing and included this in the TestingGDB community wiki: > > http://sourceware.org/gdb/wiki/TestingGDB#Testing_gdbserver_in_a_remote_cross-target_configuration > > Any comments/additions are appreciated. > Edjunior, Thanks for writing this up. There are two lines of "set_board_info gdb_server_prog" and we can combine them to: # Path to the gdbserver executable on target board. set_board_info gdb_server_prog /home/user/gdbserver-devel/gdbserver -- Yao (齐尧)