This is the mail archive of the gdb@sources.redhat.com 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]

Re: support for remote/serial tcp not there linux host (maybe others too)


Yes, he is right.

Something is wrong.  When I try to connect to a TCP remote target I get:

totem:1234: Success.

What "Success" means in this case is that gdb could not find anyone to handle
tcp connections (should be "Unsuccess" :-) ).

Two errors in one. :-)

Fernando 

P.S.: The "Success" message is easily avoided testing for NULL before calling
perror_with_name().


niraj gupta wrote:
> 
> looks like this happened in gdb/Makefile.in version 1.39
> maybe following is the change which caused it
> 
> in 1.38 it was
> SER_HARDWIRE = @SER_HARDWIRE@
> 
> in 1.39 it is
> SER_HARDWIRE = ser-unix.o ser-pipe.o
> 
> i would like to see ser-tcp.o back in Makefile.in
> 
> THX
> niraj

-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@cygnus.com

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