Date: Fri, 28 Oct 2022 09:02:25 -0700 From: John Baldwin <jhb@FreeBSD.org> To: Olivier Houchard <cognet@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: d78c2cd831d3 - main - arm64: Implement cpu_ptrace(). Message-ID: <cb90e79a-d1ac-ef8e-ab53-8e898a0766fc@FreeBSD.org> In-Reply-To: <202210272130.29RLU6K1019504@gitrepo.freebsd.org> References: <202210272130.29RLU6K1019504@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/27/22 2:30 PM, Olivier Houchard wrote: > The branch main has been updated by cognet: > > URL: https://cgit.FreeBSD.org/src/commit/?id=d78c2cd831d346b94c00c72b5a94a1a4f0dd3e53 > > commit d78c2cd831d346b94c00c72b5a94a1a4f0dd3e53 > Author: Olivier Houchard <cognet@FreeBSD.org> > AuthorDate: 2022-10-27 21:25:59 +0000 > Commit: Olivier Houchard <cognet@FreeBSD.org> > CommitDate: 2022-10-27 21:25:56 +0000 > > arm64: Implement cpu_ptrace(). > > Add a minimal implementation of cpu_ptrace() for arm64. It is only used to > get/set VFP registers for 32bits binaries, as it is apparently what we use > there, instead of the MI PT_GETFPREGS/PT_SETFPREGS. Yes, on 32-bit arm the fpregs are the useless pre-VFP floating point registers so aren't used. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb90e79a-d1ac-ef8e-ab53-8e898a0766fc>