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]
Other format: [Raw text]

Re: GDB remote protocol on ethernet, timeout values


Torsten;

There is a -l flag that lets you set the timeout.
However, that code is commented out in the released
version of the code.   I had to re-enable the code
for some timeout problems that I was having.
Look in main.c

Pete.


----- Original Message ----- 
From: "Torsten Mohr" <tmohr@s.netic.de>
To: "gdb" <gdb@sources.redhat.com>
Sent: Wednesday, May 28, 2003 4:48 PM
Subject: GDB remote protocol on ethernet, timeout values


Hi,

is there any way to increase the timeout values
for answers to packets that are sent over ethernet?

One more thing:
I wrote some code that understands DGB remote protocol.
It is strange, when i additionally add a "sleep(2)"
after receiving a packet, but don't change anything
else in my code, insight complains about the answer
to "qOffsets" -> "Text=00;Data=00;Bss=00".
If there is no additional delay, all is fine.  Insight
complains about a missing ":".


Best regards,
Torsten.



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