Searched hist:"1442 b6ed249d2b3d2cfcf45b65ac64393495c96c" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | debug-monitors.h | diff 1442b6ed249d2b3d2cfcf45b65ac64393495c96c Sat Mar 16 03:48:13 CDT 2013 Will Deacon <will.deacon@arm.com> 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>
|
H A D | ptrace.h | diff 1442b6ed249d2b3d2cfcf45b65ac64393495c96c Sat Mar 16 03:48:13 CDT 2013 Will Deacon <will.deacon@arm.com> 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>
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | debug-monitors.c | diff 1442b6ed249d2b3d2cfcf45b65ac64393495c96c Sat Mar 16 03:48:13 CDT 2013 Will Deacon <will.deacon@arm.com> 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>
|
H A D | ptrace.c | diff 1442b6ed249d2b3d2cfcf45b65ac64393495c96c Sat Mar 16 03:48:13 CDT 2013 Will Deacon <will.deacon@arm.com> 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>
|
H A D | traps.c | diff 1442b6ed249d2b3d2cfcf45b65ac64393495c96c Sat Mar 16 03:48:13 CDT 2013 Will Deacon <will.deacon@arm.com> 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>
|