Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2015 12:00:32 -0700
From:      Justin Hibbits <jrh29@alumni.cwru.edu>
To:        Konstantin Belousov <kib@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r284965 - head/lib/libc/sys
Message-ID:  <CAHSQbTCAiy_OJxRdLaKCcx0Vhi%2BrnHsizidCUz8HW3=w2ZMdEQ@mail.gmail.com>
In-Reply-To: <201506301853.t5UIrgrC060955@svn.freebsd.org>
References:  <201506301853.t5UIrgrC060955@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 30, 2015 at 11:53 AM, Konstantin Belousov <kib@freebsd.org> wrote:
> Author: kib
> Date: Tue Jun 30 18:53:42 2015
> New Revision: 284965
> URL: https://svnweb.freebsd.org/changeset/base/284965
>
> Log:
>   Document x86 machine-specific ptrace(2) requests.  Provide list of the
>   ppc requests.
>
>   Reviewed by:  brueffer, emaste, gjb (previous version)
>   Sponsored by: The FreeBSD Foundation
>   Review:       https://reviews.freebsd.org/D2962
>   MFC after:    2 weeks
>
> Modified:
>   head/lib/libc/sys/ptrace.2
>
...
> +.Sh PowerPC MACHINE-SPECIFIC REQUESTS
> +.Bl -tag -width "Dv PT_SETVRREGS"
> +.It Dv PT_GETVRREGS
> +Returns the
> +.Dv ALTIVEC
> +machine state for the thread into the buffer pointed to by
> +the argument
> +.Fa addr .
> +.Pp
> +The
> +.Fa data
> +argument is ignored.
> +.It Dv PT_SETVRREGS
> +Set the
> +.Dv ALTIVEC
> +machine state for the thread from the buffer pointed to by
> +the argument
> +.Fa addr .
> +.Pp
> +The
> +.Fa data
> +argument is ignored.
> +.El
> +.Pp

Thanks for documenting these.  I'm way too lazy for my own good when
it comes to documentation.

- Justin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHSQbTCAiy_OJxRdLaKCcx0Vhi%2BrnHsizidCUz8HW3=w2ZMdEQ>