From: Will Deacon Date: Sat, 16 Mar 2013 08:48:13 +0000 (+0000) Subject: arm64: debug: consolidate software breakpoint handlers X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~40^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1442b6ed249d2b3d2cfcf45b65ac64393495c96c;p=pandora-kernel.git arm64: debug: consolidate software breakpoint handlers The software breakpoint handlers are hooked in directly from ptrace, which makes it difficult to add additional handlers for things like kprobes and kgdb. This patch moves the handling code into debug-monitors.c, where we can dispatch to different debug subsystems more easily. Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed