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: [PATCH 0/2] Better handling of slow remote transfers


Gary Benson writes:
 > Hi all,
 >
 > Since March or so GDB has been able to access inferior binaries for
 > remote targets without having to be explicitly told to.  This caused
 > problems for some people with slow connections:
 >
 >   https://sourceware.org/ml/gdb/2015-07/msg00038.html
 >
 > The first patch in this series adds the warning messages requested
 > in that thread.  The second commit should make long transfers
 > interruptible.
 >
 > Built and regtested on RHEL 6.6 x86_64.
 >
 > Ok to commit?

For 7.10, one thought is to maintain the behaviour of 7.9
and give ourselves more time to address this.
IOW, can we have (or is there already) a configure
option that controls the default behaviour,
and can we default it to what 7.9 does
(not auto-fetch files) ?


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