All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ptrace low level unification
@ 2011-04-14  6:01 ` Mike Frysinger
  0 siblings, 0 replies; 40+ messages in thread
From: Mike Frysinger @ 2011-04-14  6:01 UTC (permalink / raw)
  To: Roland McGrath, Oleg Nesterov, linux-kernel, kgdb-bugreport,
	Jason Wessel
  Cc: x86, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, linux-sh,
	Paul Mundt, Andrew Morton

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


^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2011-06-16 20:30 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-14  6:01 [PATCH 0/5] ptrace low level unification Mike Frysinger
2011-04-14  6:01 ` Mike Frysinger
2011-04-14  6:01 ` [PATCH 1/5] asm-generic/ptrace.h: start a common low level ptrace helper Mike Frysinger
2011-04-14  6:01   ` Mike Frysinger
2011-04-14 18:09   ` [PATCH 1/5] asm-generic/ptrace.h: start a common low level Oleg Nesterov
2011-04-14 18:09     ` [PATCH 1/5] asm-generic/ptrace.h: start a common low level ptrace helper Oleg Nesterov
2011-04-14 18:16     ` Mike Frysinger
2011-04-14 18:16       ` Mike Frysinger
2011-04-14  6:01 ` [PATCH 2/5] Blackfin: convert to asm-generic ptrace.h Mike Frysinger
2011-04-14  6:01   ` Mike Frysinger
2011-04-14  6:01 ` [PATCH 3/5] x86: " Mike Frysinger
2011-04-14  6:01   ` Mike Frysinger
2011-04-14 14:16   ` [Kgdb-bugreport] " Sergei Shtylyov
2011-04-14 14:16     ` Sergei Shtylyov
2011-04-14 17:05     ` H. Peter Anvin
2011-04-14 17:05       ` H. Peter Anvin
2011-04-14 17:38       ` Sergei Shtylyov
2011-04-14 17:38         ` Sergei Shtylyov
2011-04-14  6:01 ` [PATCH 4/5] sh: " Mike Frysinger
2011-04-14  6:01   ` Mike Frysinger
2011-04-14 14:22   ` [Kgdb-bugreport] " Sergei Shtylyov
2011-04-14 14:22     ` Sergei Shtylyov
2011-04-16 19:17     ` Paul Mundt
2011-04-16 19:17       ` Paul Mundt
2011-04-14  6:01 ` [PATCH 5/5] kgdbts: unify/generalize gdb breakpoint adjustment Mike Frysinger
2011-04-14  6:01   ` Mike Frysinger
2011-04-18  8:29   ` Paul Mundt
2011-04-18  8:29     ` Paul Mundt
2011-06-16 15:07     ` Arnd Bergmann
2011-06-16 15:07       ` Arnd Bergmann
2011-06-16 20:06       ` Mike Frysinger
2011-06-16 20:06         ` Mike Frysinger
2011-06-16 20:07         ` Mike Frysinger
2011-06-16 20:07           ` Mike Frysinger
2011-06-16 20:21           ` Arnd Bergmann
2011-06-16 20:21             ` Arnd Bergmann
2011-06-16 20:29             ` Mike Frysinger
2011-06-16 20:29               ` Mike Frysinger
2011-04-19  5:36   ` [Kgdb-bugreport] [PATCH 5/5] kgdbts: unify/generalize gdb breakpoint DDD
2011-04-19  5:36     ` [Kgdb-bugreport] [PATCH 5/5] kgdbts: unify/generalize gdb breakpoint adjustment DDD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.