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]

Download procedures.


Hi,

I'm using gdb to do remote debug on a TCP connection. The stub on the other
side is Redboot on a i386 PC. It seems it works, except that go as slow as
7kb/s on a 100Mbps network...

I would like to determine what can be the cause of such a speed. I'm using
gdb (insight) over cygwin and winNT. So I suppose that gdb uses the NT
network stack and so I guess that the problem may be in the redboot side. 

What I need to know is how gdb really do the download. What command in the
remote protocol is used to download? Are the dowmloaded data gdb-packetized
? 

Thanks

-- 
Fabrice Gautier
fabrice_gautier@sdesigns.com 


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