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 6/8] linux-nat.c: better starvation avoidance, handle non-stop mode too


Pedro Alves <palves@redhat.com> writes:

> That is, the LWP had previously stopped for a breakpoint, and we
> left that event pending.  But if the breakpoint is now gone,
> GDB core isn't interested in it anymore, so we just discard
> that event.

The breakpoint is gone because it is removed by user, for example,
it that correct?

> Here's the updated patch.

It looks good to me.

-- 
Yao (éå)


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