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] Make GDB wait for events after handling target File-I/O


On 10/19/2015 11:24 AM, Pedro Alves wrote:
On 10/19/2015 02:21 PM, Luis Machado wrote:
On 10/19/2015 07:21 AM, Pedro Alves wrote:
On 10/16/2015 08:30 PM, Luis Machado wrote:

How does the attached update look?

Is there a reason to keep the "rs->waiting_for_stop_reply = 1;" lines?

No, that was a mistake since we inverted the logic. What about the
following?

Now we'll only set rs->waiting_for_stop_reply to 1 when resuming in
"all-stop" mode.


Thanks.  This version LGTM.


Thanks. Pushed now as 29090fb629734b7980f058f4a7e24a0369e9bb49.


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