[PATCH 16/18] gdbserver/linux: Always wake up event loop after resume

Yao Qi qiyaoltc@gmail.com
Mon Oct 26 17:28:00 GMT 2015


Pedro Alves <palves@redhat.com> writes:

> Handle this in the same way nat/linux-nat.c:linux_nat_resume handles
> this.

Nit, it is linux-nat.c instead of nat/linux-nat.c.  In linux_nat_resume,
async_file_mark is guarded by lwp_status_pending_p (lp), so we need to
check whether there is an event pending in GDBserver too.

-- 
Yao (齐尧)



More information about the Gdb-patches mailing list