Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Gdbserver connection problem -- Reply contains invalid hex digit 59

What happens when you run the same commands from the command line? If you get the same (or similar) behavior, it is definitely outside of the scope of CDT.

If you get different behavior, I suggest you turn on Verbose console mode in your launch configuration and trace through the MI command/response to help trace it through.

HTH
--
Derek


Bulent Egrilmez wrote:
Hi ,
I am having problem to use CDS over a STB target which has a MIPS32 core I receive this message

Couldn't establish connection to remote target

Reply contains invalid hex digit 59

whilst I receive the following message on the target

# gdbserver host:6789 --attach 51
Attached; pid = 51
Listening on port 6789

Remote debugging from host 10.178.6.253
readchar: Got EOF
Remote side has terminated connection. GDBserver will reopen the connection.
Listening on port 6789

any ideas what is going wrong?

Thanks in advance

Regards,

// // /*Bulent Egrilmez*/


------------------------------------------------------------------------

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev


Back to the top