]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "MIPS: Add basic support for ptrace single step"
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 18 Feb 2021 10:57:44 +0000 (11:57 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 18 Feb 2021 10:57:44 +0000 (11:57 +0100)
commitbc7a3c0fc971c8a51c67968f481985f40efcf139
tree24804eddf68937e1f6022e703393248c4da87dbc
parentbb730ada97a42d86f1300f91ef1986cf91a6cc2b
Revert "MIPS: Add basic support for ptrace single step"

This reverts commit c3d0188199b9c77f63f655039f910d21ae9b2936.

There are too many special cases for MIPS not covered by this patch.
In the end it might be better to implement single stepping in userland
than emulating it in the kernel.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/ptrace.h
arch/mips/include/asm/thread_info.h
arch/mips/kernel/ptrace.c
arch/mips/kernel/signal.c