mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] add arm and sh bits/ptrace.h
@ 2018-09-20 21:36 Szabolcs Nagy
  0 siblings, 0 replies; only message in thread
From: Szabolcs Nagy @ 2018-09-20 21:36 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 48 bytes --]

i think i accidentally missed these previously.

[-- Attachment #2: 0001-add-arm-and-sh-bits-ptrace.h.patch --]
[-- Type: text/x-diff, Size: 1938 bytes --]

From 3e101d8312a7a2ad53da43737f6e5f08f1bbb0b1 Mon Sep 17 00:00:00 2001
From: Szabolcs Nagy <nsz@port70.net>
Date: Thu, 13 Sep 2018 21:18:57 +0000
Subject: [PATCH] add arm and sh bits/ptrace.h

These should have been added in commit
df6d9450ea19fd71e52cf5cdb4c85beb73066394
that added target specific PTRACE_ macros, but somehow got missed.
---
 arch/arm/bits/ptrace.h | 25 +++++++++++++++++++++++++
 arch/sh/bits/ptrace.h  |  5 +++++
 2 files changed, 30 insertions(+)
 create mode 100644 arch/arm/bits/ptrace.h
 create mode 100644 arch/sh/bits/ptrace.h

diff --git a/arch/arm/bits/ptrace.h b/arch/arm/bits/ptrace.h
new file mode 100644
index 00000000..9556ef4b
--- /dev/null
+++ b/arch/arm/bits/ptrace.h
@@ -0,0 +1,25 @@
+#define PTRACE_GETWMMXREGS	18
+#define PTRACE_SETWMMXREGS	19
+#define PTRACE_GET_THREAD_AREA	22
+#define PTRACE_SET_SYSCALL	23
+#define PTRACE_GETCRUNCHREGS	25
+#define PTRACE_SETCRUNCHREGS	26
+#define PTRACE_GETVFPREGS	27
+#define PTRACE_SETVFPREGS	28
+#define PTRACE_GETHBPREGS	29
+#define PTRACE_SETHBPREGS	30
+#define PTRACE_GETFDPIC		31
+#define PTRACE_GETFDPIC_EXEC	0
+#define PTRACE_GETFDPIC_INTERP	1
+
+#define PT_GETWMMXREGS PTRACE_GETWMMXREGS
+#define PT_SETWMMXREGS PTRACE_SETWMMXREGS
+#define PT_GET_THREAD_AREA PTRACE_GET_THREAD_AREA
+#define PT_SET_SYSCALL PTRACE_SET_SYSCALL
+#define PT_GETCRUNCHREGS PTRACE_GETCRUNCHREGS
+#define PT_SETCRUNCHREGS PTRACE_SETCRUNCHREGS
+#define PT_GETVFPREGS PTRACE_GETVFPREGS
+#define PT_SETVFPREGS PTRACE_SETVFPREGS
+#define PT_GETHBPREGS PTRACE_GETHBPREGS
+#define PT_SETHBPREGS PTRACE_SETHBPREGS
+#define PT_GETFDPIC PTRACE_GETFDPIC
diff --git a/arch/sh/bits/ptrace.h b/arch/sh/bits/ptrace.h
new file mode 100644
index 00000000..4435ca1f
--- /dev/null
+++ b/arch/sh/bits/ptrace.h
@@ -0,0 +1,5 @@
+#define PTRACE_GETFDPIC		31
+#define PTRACE_GETFDPIC_EXEC	0
+#define PTRACE_GETFDPIC_INTERP	1
+#define PTRACE_GETDSPREGS	55
+#define PTRACE_SETDSPREGS	56
-- 
2.18.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-20 21:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20 21:36 [PATCH] add arm and sh bits/ptrace.h Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).