From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16038 invoked by alias); 25 Aug 2007 08:58:52 -0000 Received: (qmail 15970 invoked by uid 22791); 25 Aug 2007 08:58:51 -0000 X-Spam-Check-By: sourceware.org Received: from oola.is.scarlet.be (HELO oola.is.scarlet.be) (193.74.71.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 25 Aug 2007 08:58:44 +0000 Received: from (ip-83-134-135-51.dsl.scarlet.be [83.134.135.51]) by oola.is.scarlet.be with ESMTP id l7P8wew10141 for ; Sat, 25 Aug 2007 10:58:40 +0200 Message-ID: <46CFEF4C.5050104@gmail.com> Date: Sat, 25 Aug 2007 08:58:00 -0000 From: Geert Vancompernolle User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: gdb@sourceware.org Subject: GBD help: target remote => only talking about serial communication Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-scarlet.be-Metrics: oola 20001; Body=1 Fuz1=1 Fuz2=1 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-08/txt/msg00210.txt.bz2 Hi, I'm using Redhat's Insight since a bit more than a week now to debug my applications (used DDD before). Now I would like to start up the gdbserver on the target the moment I give the RUN command on the debugger (Insight). So, I used the Insight console to get all possible GBD commands. "help running" unveils me a lot of target commands, even "target remote", but all are talking about serial communication from the host to the target. My target, however, is connected via TCP, but I can't find any help related subject about this in GDB. What I would like to know, is the command that has to be send on the command line to activate gdbserver on the target. Is that anyhow possible? Best rgds, --Geert