Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Whats things the gdbserver and gdb communicates when startup a program?
@ 2008-02-13 13:40 Bin Chen
  2008-02-13 13:46 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Bin Chen @ 2008-02-13 13:40 UTC (permalink / raw)
  To: gdb

Hello,

I am debugging a remote program in a MIPS board. This program is small
but it uses a large library(8M bytes, stripped). The library in my
host is far more large, unstripped, about 10M bytes.
When I start the program in the target:

gdbserver :9988 GtkLanucher

Then start gdb from host:

gdb GtkLauncher

blahblahblah...
> target remote 192.168.3.2:9988

Then the gdb stuck(actually is transferring some data thru network,
according the capture from ethereal).
Honestly my target's network card is buggy, not capable to run in a
long time. After several minutes, all things broken...

I just want to know whats data is transfered? In my case how much data
need to transferred to / from target/host?

Thanks.
Bin


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-14  0:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13 13:40 Whats things the gdbserver and gdb communicates when startup a program? Bin Chen
2008-02-13 13:46 ` Daniel Jacobowitz
2008-02-13 14:27   ` Bin Chen
2008-02-13 14:38     ` Daniel Jacobowitz
2008-02-14  0:07       ` Bin Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox