Re: [GIT PULL v4.5] Fix INT1 recursion with unregistered breakpoints

From: Andy Lutomirski
Date: Mon Jan 11 2016 - 19:49:27 EST


On Mon, Jan 11, 2016 at 4:44 PM, Jeff Merkey <linux.mdb@xxxxxxxxx> wrote:
> Hi Thomas,
>
> I agree with #2, we should clear the breakpoint. As for #1, if
> there's an execute breakpoint it MUST be cleared or it will just fire
> off again when it sees the iretd from the int1 exception handler. I
> do use the breakpoint API Thomas, this showed up while debugging and
> testing the API with "lazy debug register switching".
>
> So do you want me to expand the patch and clear the breakpoint? Just
> give the word and I'll get busy and GIT -R- DONE.

It seems to me that you're papering over some issue instead of fixing
the root cause. If you're using the API, then either you're doing it
wrong or the API is broken. Can you figure out which and fix it?

--Andy