From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31522 invoked by alias); 25 Aug 2007 09:11:10 -0000 Received: (qmail 31476 invoked by uid 22791); 25 Aug 2007 09:11:09 -0000 X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 25 Aug 2007 09:10:59 +0000 Received: (qmail invoked by alias); 25 Aug 2007 09:10:56 -0000 Received: from DSL01.83.171.158.88.ip-pool.NEFkom.net (EHLO localhost) [83.171.158.88] by mail.gmx.net (mp003) with SMTP; 25 Aug 2007 11:10:56 +0200 X-Authenticated: #2360897 Date: Sat, 25 Aug 2007 09:11:00 -0000 From: Bernhard Walle To: gdb@sourceware.org Subject: Re: GBD help: target remote => only talking about serial communication Message-ID: <20070825091057.GA20014@mail1.bwalle.de> Mail-Followup-To: gdb@sourceware.org References: <46CFEF4C.5050104@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CFEF4C.5050104@gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Y-GMX-Trusted: 0 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: 2007-08/txt/msg00211.txt.bz2 * Geert Vancompernolle [2007-08-25 10:58]: > My target, however, is connected via TCP, but I can't find any help related > subject about this in GDB. $ {p,tk,}info gdb => 17.2 Using the `gdbserver' program ,--- | To use a TCP connection instead of a serial line: | | target> gdbserver host:2345 emacs foo.txt `--- Thanks, Bernhard