| commit | ec097c84dff17511f2693e6ef6c3064dfbf0a3af | [log] [tgz] |
|---|---|---|
| author | Roland McGrath <roland@redhat.com> | Thu May 28 21:26:38 2009 +0000 |
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jun 09 13:29:25 2009 +1000 |
| tree | 3eac516a13730dcb371c094c0e8d35c9768c9c23 | |
| parent | dac4ccfb64bcdd5b4c248ccc22903d67486573cd [diff] |
powerpc: Add PTRACE_SINGLEBLOCK support Reworked by: Benjamin Herrenschmidt <benh@kernel.crashing.org> This adds block-step support on powerpc, including a PTRACE_SINGLEBLOCK request for ptrace. The BookE implementation is tweaked to fire a single step after a block step in order to mimmic the server behaviour. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>