Re: GDB now takes 4 minutes to start up with remote gdbserver target
[email protected] (Frank Ch. Eigler)
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
palves wrote: > [...] > But in that scenario, with the old default sysroot, how was gdb finding > the binaries on the build host? The binaries on the equilalent locations > on the host's root will certainly not match the embedded/target system's. > [...] > regressing is the case where the host and target share both the > filesystem, and the host/target paths match. I don't know off hand how to > make gdb aware of that automatically. > [...] GDB could grow a qCRC type packet for the remote file server, so as to let it compare the remote files to the local ones. (Or even qRSYNC :-) - FChE