[patch 029/198] ppc32: fix single-stepping of emulated instructions

2005-04-12 Thread akpm
From: Paul Mackerras <[EMAIL PROTECTED]> On ppc, we emulate instructions that cause alignment exceptions. If we are single-stepping an instruction and it causes an alignment exception, we will currently do the next instruction as well before taking the single-step exception. This patch fixes

[patch 029/198] ppc32: fix single-stepping of emulated instructions

2005-04-12 Thread akpm
From: Paul Mackerras [EMAIL PROTECTED] On ppc, we emulate instructions that cause alignment exceptions. If we are single-stepping an instruction and it causes an alignment exception, we will currently do the next instruction as well before taking the single-step exception. This patch fixes