public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* No PTRACE_READDATA for archs other than SPARC?
@ 2002-05-20  3:08 Pradeep Padala
  2002-05-20  4:40 ` David S. Miller
  0 siblings, 1 reply; 13+ messages in thread
From: Pradeep Padala @ 2002-05-20  3:08 UTC (permalink / raw)
  To: linux-kernel

Hi,
   I was trying to understand ptrace code in kernel. It seems there's
no PTRACE_READDATA for architectures other than sparc and sparc64.
There's a function named ptrace_readdata() in kernel/ptrace.c but I
couldn't find a way to invoke it from user space. Is the feature
missing? or Is it intended?
   Another thing I noticed, the prototype for do_ptrace() in
   arch/sparc/kernel/ptrace.c is

   asmlinkage void do_ptrace(struct pt_regs *regs)

   I thought it should be some thing like
   asmlinkage int sys_ptrace(long request, long pid, long addr, long
data)

   It would be great if some one can answer it.

Thank You,
Pradeep Padala

-- 
Perfection is our goal, excellence will be tolerated. -- J. Yahl
--



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

end of thread, other threads:[~2002-06-04  5:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-20  3:08 No PTRACE_READDATA for archs other than SPARC? Pradeep Padala
2002-05-20  4:40 ` David S. Miller
2002-05-20  6:29   ` Frank Schaefer
2002-05-20 21:18     ` David S. Miller
2002-05-29 23:51       ` Daniel Jacobowitz
2002-05-30  0:03         ` William Lee Irwin III
2002-05-30  0:15           ` Daniel Jacobowitz
2002-05-20 20:12   ` Pradeep Padala
2002-05-29 23:49   ` Daniel Jacobowitz
2002-05-30  0:31     ` David S. Miller
2002-05-30  0:48       ` Daniel Jacobowitz
2002-05-30 15:22         ` Pradeep Padala
2002-06-04  4:37     ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox