From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29683 invoked by alias); 28 Sep 2006 15:01:13 -0000 Received: (qmail 29674 invoked by uid 22791); 28 Sep 2006 15:01:12 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 28 Sep 2006 15:01:10 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GSxNr-0001nf-7v; Thu, 28 Sep 2006 11:01:07 -0400 Date: Thu, 28 Sep 2006 15:01:00 -0000 From: Daniel Jacobowitz To: op132650c@mail.telepac.pt Cc: gdb@sourceware.org Subject: Re: attach to a socket in localhost:8787 Message-ID: <20060928150107.GA6844@nevyn.them.org> Mail-Followup-To: op132650c@mail.telepac.pt, gdb@sourceware.org References: <1159431247.1wjx69rdmmgw@webmail.telepac.pt> <20060928125344.GA2415@nevyn.them.org> <1159453247.3m65oqlx4rpc@w6.webmail.telepac.pt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1159453247.3m65oqlx4rpc@w6.webmail.telepac.pt> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00179.txt.bz2 On Thu, Sep 28, 2006 at 03:20:47PM +0100, op132650c@mail.telepac.pt wrote: > Listening for transport dt_socket at address: 8787" > > I use to debug my ear in Eclipse, creating a remote connection Standard (Socket > Attach) to localhost:8787. > > Now, i want to debug my ear using gdb. > > I used to do inside gdb: > target remote localhost:8787 > > but this abort the AS. I have no idea what sort of server this is, but it is extremely unlikely that it speaks the GDB protocol or can communicate with GDB. -- Daniel Jacobowitz CodeSourcery