This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: attach to a socket in localhost:8787


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]