| commit | 5059a07aa46a89cb45ca6eabd13f2173baa73bb3 | [log] [tgz] |
|---|---|---|
| author | Guoqi Chen <chenguoqi@loongson.cn> | Wed Jun 07 07:25:11 2023 +0800 |
| committer | Gopher Robot <gobot@golang.org> | Fri Jun 09 14:43:47 2023 +0000 |
| tree | f8b041e98072129d81194fa9b291aa2c06f89b29 | |
| parent | 304f187cdba97b70a86421a915114c328653f0de [diff] |
unix: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET for Linux
The same change was already done in CL 501756.
Fixes #60679.
Change-Id: I5d1f4ad89cabb0ac120b3d72876944fb3283ec6f
Reviewed-on: https://go-review.googlesource.com/c/sys/+/501795
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.