Re: Incorrect order of last two arguments of ptrace for requestsPPC_PTRACE_GETREGS, SETREGS, GETFPREGS, SETFPREGS

From: supriya kannery
Date: Tue Oct 31 2006 - 07:10:51 EST


David Miller wrote:

From: supriya kannery <supriyak@xxxxxxxxxx>
Date: Fri, 27 Oct 2006 12:50:29 +0530



I checked in gdb and ltrace code. None of them are using PPC_PTRACE* options to get register values.
Man page also doesn't mention these options. Once this is fixed, these options could be added to man page also.

Irrespective of whether we fix this, documentation of these options in manpage will clarify its usage I guess.



Yep. Are the no current users at all? That's strange...


David,
I guess the reasons for its less (or no) usage could be
1. These options are not documented in manpage
2. The usage is different from the general format of ptrace
3. These are used for copying all the registers. Most applications will require data from a single addr/register at a time and can get this data from a specific register/address using PEEKTEXT or POKETEXT.

We could align these options with the general format of ptrace and then document in manpage mentioning the relevant kernel version

(like what we have for PTRACE_O_TRACESYSGOOD in which kernel version is mentioned)
PTRACE_O_TRACESYSGOOD (since Linux 2.4.6)

Thanks, Supriya



-
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/