commit | 6e316e611292398a8f0c2614066eb9c858ad05d1 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Tue Apr 07 14:09:52 2020 -0700 |
committer | Peter Collingbourne <pcc@google.com> | Tue Apr 07 16:49:36 2020 -0700 |
tree | ab2493a9bec431b66900e24926b00ec0d296eb71 | |
parent | a12013177991927a713e9489f939f88da926585a [diff] [blame] |
Add PTRACE_PEEKTAG to mte_kernel.h. This constant is used by the experimental ptrace API for reading tags in other processes. Also expose the platform headers to libunwindstack. Bug: 135772972 Change-Id: I2daecdaa4c8b557b42222f65fc6b68d13da84ad4
diff --git a/libc/platform/bionic/mte_kernel.h b/libc/platform/bionic/mte_kernel.h index 984d17d..d22d65e 100644 --- a/libc/platform/bionic/mte_kernel.h +++ b/libc/platform/bionic/mte_kernel.h
@@ -51,4 +51,6 @@ #define SEGV_MTEAERR 8 #define SEGV_MTESERR 9 +#define PTRACE_PEEKTAG 33 + #endif