[PATCH 0/5] ptrace low level unification

From: Mike Frysinger
Date: Thu Apr 14 2011 - 02:01:58 EST


This is a series of low level ptrace unification steps to make it easier
for common code (like KGDB) to poke at register state. This also avoids
having to duplicate higher level operations for most ports which don't
have special needs for accessing things.

Mike Frysinger (5):
asm-generic/ptrace.h: start a common low level ptrace helper
Blackfin: convert to asm-generic ptrace.h
x86: convert to asm-generic ptrace.h
sh: convert to asm-generic ptrace.h
kgdbts: unify/generalize gdb breakpoint adjustment

arch/blackfin/include/asm/kgdb.h | 1 +
arch/blackfin/include/asm/ptrace.h | 5 +-
arch/sh/include/asm/kgdb.h | 1 +
arch/sh/include/asm/ptrace.h | 6 ++-
arch/x86/include/asm/kgdb.h | 1 +
arch/x86/include/asm/ptrace.h | 18 ++------
drivers/misc/kgdbts.c | 29 +++++---------
include/asm-generic/ptrace.h | 74 ++++++++++++++++++++++++++++++++++++
8 files changed, 99 insertions(+), 36 deletions(-)
create mode 100644 include/asm-generic/ptrace.h

--
1.7.5.rc1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/