On 12 October 2015 at 13:41, Sergey Fedorov <serge.f...@gmail.com> wrote: > If I understand correctly, the last item in the list specifies that any > page fault exception which would occur in the normal instruction > execution has more priority than the breakpoint exception. If so, > Everything should be okay.
Oh, good catch. This is more clearly noted in the sections about synchronous exception prioritization in D1.13.2 and G1.11.2, which clearly list prefetch abort as higher priority than breakpoints. thanks -- PMM