This is the mail archive of the gdb-patches@sourceware.org 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: [rfc] Retrieve libraries from remote target


On Thu, May 08, 2008 at 10:21:56PM +0200, Ulrich Weigand wrote:
> The user interface is simple: if the path specified as "sysroot" starts
> with the string "remote:", the sysroot location is assumed to be on the
> remote target.  The rest of the sysroot string (which may be empty) is the
> directory prefix used on the remote file system.

Very interesting.  What's the performance like on this?

One interesting thing is that this will probably make "set
trust-readonly-sections" slower than reading target memory.
Another is that the list of open files on the remote target is tied to
the remote connection; if we disconnect from the remote target with a
BFD still open, what happens?

-- 
Daniel Jacobowitz
CodeSourcery


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