public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Joseph Myers <jsm28@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Add PTRACE_SYSEMU and PT_SYSEMU_SINGLESTEP from Linux 5.12 for s390
Date: Mon, 10 May 2021 20:13:05 +0000 (GMT)	[thread overview]
Message-ID: <20210510201305.B078A3857808@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3c38f694622cfccd2e922e6e10b5c124c34c1ed0

commit 3c38f694622cfccd2e922e6e10b5c124c34c1ed0
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon May 10 20:12:41 2021 +0000

    Add PTRACE_SYSEMU and PT_SYSEMU_SINGLESTEP from Linux 5.12 for s390
    
    Linux 5.12 adds the constants PTRACE_SYSEMU and
    PTRACE_SYSEMU_SINGLESTEP for s390.  Add these to glibc.
    
    Tested with build-many-glibcs.py for s390-linux-gnu and
    s390x-linux-gnu.

Diff:
---
 sysdeps/unix/sysv/linux/s390/sys/ptrace.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/sysdeps/unix/sysv/linux/s390/sys/ptrace.h b/sysdeps/unix/sysv/linux/s390/sys/ptrace.h
index 85efbae842..4f3c65726f 100644
--- a/sysdeps/unix/sysv/linux/s390/sys/ptrace.h
+++ b/sysdeps/unix/sysv/linux/s390/sys/ptrace.h
@@ -39,6 +39,8 @@ __BEGIN_DECLS
 # undef PTRACE_ATTACH
 # undef PTRACE_DETACH
 # undef PTRACE_SYSCALL
+# undef PTRACE_SYSEMU
+# undef PTRACE_SYSEMU_SINGLESTEP
 # undef PTRACE_SETOPTIONS
 # undef PTRACE_GETEVENTMSG
 # undef PTRACE_GETSIGINFO
@@ -146,6 +148,14 @@ enum __ptrace_request
   PTRACE_SYSCALL = 24,
 #define PT_SYSCALL PTRACE_SYSCALL
 
+  /* Continue and stop at the next syscall, it will not be executed.  */
+  PTRACE_SYSEMU = 31,
+#define PT_SYSEMU PTRACE_SYSEMU
+
+  /* Single step the process, the next syscall will not be executed.  */
+  PTRACE_SYSEMU_SINGLESTEP = 32,
+#define PT_SYSEMU_SINGLESTEP PTRACE_SYSEMU_SINGLESTEP
+
   /* Set ptrace filter options.  */
   PTRACE_SETOPTIONS = 0x4200,
 #define PT_SETOPTIONS PTRACE_SETOPTIONS


                 reply	other threads:[~2021-05-10 20:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210510201305.B078A3857808@sourceware.org \
    --to=jsm28@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).