This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/2] Make remote file transfers interruptible
- From: Sandra Loosemore <sandra at codesourcery dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: <gdb-patches at sourceware dot org>, Doug Evans <dje at google dot com>, Pedro Alves <palves at redhat dot com>, Jan Kratochvil <jan dot kratochvil at redhat dot com>, André Pönitz <apoenitz at t-online dot de>, <Paul_Koning at Dell dot com>
- Date: Thu, 6 Aug 2015 12:01:51 -0600
- Subject: Re: [PATCH 2/2] Make remote file transfers interruptible
- Authentication-results: sourceware.org; auth=none
- References: <1438788496-32246-1-git-send-email-gbenson at redhat dot com> <1438788496-32246-3-git-send-email-gbenson at redhat dot com>
On 08/05/2015 09:28 AM, Gary Benson wrote:
This commit makes it possible to interrupt slow remote file transfers.
gdb/ChangeLog:
* gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
I think that this is the same patch that you sent earlier:
https://sourceware.org/ml/gdb/2015-07/msg00043.html
It still does not work for me. :-(
-Sandra