commit | 1442b6ed249d2b3d2cfcf45b65ac64393495c96c | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Sat Mar 16 08:48:13 2013 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Jun 12 11:23:02 2013 +0100 |
tree | 440be3115d6d3ac4aa766c295d9b15c8160da38f | |
parent | adace89562c7a9645b8dc84f6e1ac7ba8756094e [diff] |
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 <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>