Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl> |
| 3 | * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> |
| 4 | * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com> |
Wichert Akkerman | 4dc8a2a | 1999-12-23 14:20:14 +0000 | [diff] [blame] | 5 | * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl> |
| 6 | * Copyright (c) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation |
| 7 | * Linux for s390 port by D.J. Barrow |
| 8 | * <barrow_dj@mail.yahoo.com,djbarrow@de.ibm.com> |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 9 | * All rights reserved. |
| 10 | * |
| 11 | * Redistribution and use in source and binary forms, with or without |
| 12 | * modification, are permitted provided that the following conditions |
| 13 | * are met: |
| 14 | * 1. Redistributions of source code must retain the above copyright |
| 15 | * notice, this list of conditions and the following disclaimer. |
| 16 | * 2. Redistributions in binary form must reproduce the above copyright |
| 17 | * notice, this list of conditions and the following disclaimer in the |
| 18 | * documentation and/or other materials provided with the distribution. |
| 19 | * 3. The name of the author may not be used to endorse or promote products |
| 20 | * derived from this software without specific prior written permission. |
| 21 | * |
| 22 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 23 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 24 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 25 | * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 26 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 27 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 28 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 29 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 30 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 31 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 32 | */ |
| 33 | |
| 34 | #include "defs.h" |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 35 | #include <sys/user.h> |
| 36 | #include <fcntl.h> |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 37 | |
Wichert Akkerman | 36915a1 | 1999-07-13 15:45:02 +0000 | [diff] [blame] | 38 | #ifdef HAVE_SYS_REG_H |
| 39 | # include <sys/reg.h> |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 40 | # ifndef PTRACE_PEEKUSR |
| 41 | # define PTRACE_PEEKUSR PTRACE_PEEKUSER |
| 42 | # endif |
| 43 | # ifndef PTRACE_POKEUSR |
| 44 | # define PTRACE_POKEUSR PTRACE_POKEUSER |
| 45 | # endif |
Wichert Akkerman | faf7222 | 2000-02-19 23:59:03 +0000 | [diff] [blame] | 46 | #elif defined(HAVE_LINUX_PTRACE_H) |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 47 | # undef PTRACE_SYSCALL |
Roland McGrath | b0acdfd | 2004-03-01 21:31:02 +0000 | [diff] [blame] | 48 | # ifdef HAVE_STRUCT_IA64_FPREG |
| 49 | # define ia64_fpreg XXX_ia64_fpreg |
| 50 | # endif |
| 51 | # ifdef HAVE_STRUCT_PT_ALL_USER_REGS |
| 52 | # define pt_all_user_regs XXX_pt_all_user_regs |
| 53 | # endif |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 54 | # include <linux/ptrace.h> |
Roland McGrath | b0acdfd | 2004-03-01 21:31:02 +0000 | [diff] [blame] | 55 | # undef ia64_fpreg |
| 56 | # undef pt_all_user_regs |
Wichert Akkerman | 15dea97 | 1999-10-06 13:06:34 +0000 | [diff] [blame] | 57 | #endif |
Wichert Akkerman | 36915a1 | 1999-07-13 15:45:02 +0000 | [diff] [blame] | 58 | |
Wichert Akkerman | 8b1b40c | 2000-02-03 21:58:30 +0000 | [diff] [blame] | 59 | #ifdef IA64 |
| 60 | # include <asm/ptrace_offsets.h> |
Denys Vlasenko | 041b3ee | 2011-08-18 12:48:56 +0200 | [diff] [blame] | 61 | #endif |
Wichert Akkerman | 8b1b40c | 2000-02-03 21:58:30 +0000 | [diff] [blame] | 62 | |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 63 | #if defined(SPARC64) |
Roland McGrath | 6d1a65c | 2004-07-12 07:44:08 +0000 | [diff] [blame] | 64 | # undef PTRACE_GETREGS |
| 65 | # define PTRACE_GETREGS PTRACE_GETREGS64 |
| 66 | # undef PTRACE_SETREGS |
| 67 | # define PTRACE_SETREGS PTRACE_SETREGS64 |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 68 | #endif |
Roland McGrath | 30ff45e | 2003-01-30 20:15:23 +0000 | [diff] [blame] | 69 | |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 70 | #if defined(SPARC) || defined(SPARC64) || defined(MIPS) |
Roland McGrath | 576b784 | 2007-11-04 00:00:00 +0000 | [diff] [blame] | 71 | typedef struct { |
| 72 | struct pt_regs si_regs; |
| 73 | int si_mask; |
| 74 | } m_siginfo_t; |
Roland McGrath | 30ff45e | 2003-01-30 20:15:23 +0000 | [diff] [blame] | 75 | #elif defined HAVE_ASM_SIGCONTEXT_H |
H.J. Lu | 35be581 | 2012-04-16 13:00:01 +0200 | [diff] [blame] | 76 | # if !defined(IA64) && !defined(X86_64) && !defined(X32) |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 77 | # include <asm/sigcontext.h> |
Denys Vlasenko | a6d91de | 2012-03-16 12:02:22 +0100 | [diff] [blame] | 78 | # endif |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 79 | #else /* !HAVE_ASM_SIGCONTEXT_H */ |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 80 | # if defined I386 && !defined HAVE_STRUCT_SIGCONTEXT_STRUCT |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 81 | struct sigcontext_struct { |
| 82 | unsigned short gs, __gsh; |
| 83 | unsigned short fs, __fsh; |
| 84 | unsigned short es, __esh; |
| 85 | unsigned short ds, __dsh; |
| 86 | unsigned long edi; |
| 87 | unsigned long esi; |
| 88 | unsigned long ebp; |
| 89 | unsigned long esp; |
| 90 | unsigned long ebx; |
| 91 | unsigned long edx; |
| 92 | unsigned long ecx; |
| 93 | unsigned long eax; |
| 94 | unsigned long trapno; |
| 95 | unsigned long err; |
| 96 | unsigned long eip; |
| 97 | unsigned short cs, __csh; |
| 98 | unsigned long eflags; |
| 99 | unsigned long esp_at_signal; |
| 100 | unsigned short ss, __ssh; |
| 101 | unsigned long i387; |
| 102 | unsigned long oldmask; |
| 103 | unsigned long cr2; |
| 104 | }; |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 105 | # else /* !I386 */ |
| 106 | # if defined M68K && !defined HAVE_STRUCT_SIGCONTEXT |
Wichert Akkerman | 2e2553a | 1999-05-09 00:29:58 +0000 | [diff] [blame] | 107 | struct sigcontext |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 108 | { |
| 109 | unsigned long sc_mask; |
| 110 | unsigned long sc_usp; |
| 111 | unsigned long sc_d0; |
| 112 | unsigned long sc_d1; |
| 113 | unsigned long sc_a0; |
| 114 | unsigned long sc_a1; |
| 115 | unsigned short sc_sr; |
| 116 | unsigned long sc_pc; |
| 117 | unsigned short sc_formatvec; |
| 118 | }; |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 119 | # endif /* M68K */ |
| 120 | # endif /* !I386 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 121 | #endif /* !HAVE_ASM_SIGCONTEXT_H */ |
Denys Vlasenko | 041b3ee | 2011-08-18 12:48:56 +0200 | [diff] [blame] | 122 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 123 | #ifndef NSIG |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 124 | # warning: NSIG is not defined, using 32 |
| 125 | # define NSIG 32 |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 126 | #endif |
| 127 | #ifdef ARM |
Denys Vlasenko | 041b3ee | 2011-08-18 12:48:56 +0200 | [diff] [blame] | 128 | /* Ugh. Is this really correct? ARM has no RT signals?! */ |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 129 | # undef NSIG |
| 130 | # define NSIG 32 |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 131 | #endif |
Denys Vlasenko | 041b3ee | 2011-08-18 12:48:56 +0200 | [diff] [blame] | 132 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 133 | #ifdef HAVE_SIGACTION |
| 134 | |
H.J. Lu | 35be581 | 2012-04-16 13:00:01 +0200 | [diff] [blame] | 135 | #if defined I386 || defined X86_64 || defined X32 |
Roland McGrath | 2638cb4 | 2002-12-15 23:58:41 +0000 | [diff] [blame] | 136 | /* The libc headers do not define this constant since it should only be |
Denys Vlasenko | 041b3ee | 2011-08-18 12:48:56 +0200 | [diff] [blame] | 137 | used by the implementation. So we define it here. */ |
Roland McGrath | 2638cb4 | 2002-12-15 23:58:41 +0000 | [diff] [blame] | 138 | # ifndef SA_RESTORER |
| 139 | # define SA_RESTORER 0x04000000 |
| 140 | # endif |
| 141 | #endif |
| 142 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 143 | static const struct xlat sigact_flags[] = { |
Wichert Akkerman | c792698 | 2000-04-10 22:22:31 +0000 | [diff] [blame] | 144 | #ifdef SA_RESTORER |
| 145 | { SA_RESTORER, "SA_RESTORER" }, |
| 146 | #endif |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 147 | #ifdef SA_STACK |
| 148 | { SA_STACK, "SA_STACK" }, |
| 149 | #endif |
| 150 | #ifdef SA_RESTART |
| 151 | { SA_RESTART, "SA_RESTART" }, |
| 152 | #endif |
| 153 | #ifdef SA_INTERRUPT |
| 154 | { SA_INTERRUPT, "SA_INTERRUPT" }, |
| 155 | #endif |
Roland McGrath | 4fef51d | 2008-07-18 01:02:41 +0000 | [diff] [blame] | 156 | #ifdef SA_NODEFER |
| 157 | { SA_NODEFER, "SA_NODEFER" }, |
| 158 | #endif |
| 159 | #if defined SA_NOMASK && SA_NODEFER != SA_NOMASK |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 160 | { SA_NOMASK, "SA_NOMASK" }, |
| 161 | #endif |
Roland McGrath | 4fef51d | 2008-07-18 01:02:41 +0000 | [diff] [blame] | 162 | #ifdef SA_RESETHAND |
| 163 | { SA_RESETHAND, "SA_RESETHAND" }, |
| 164 | #endif |
| 165 | #if defined SA_ONESHOT && SA_ONESHOT != SA_RESETHAND |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 166 | { SA_ONESHOT, "SA_ONESHOT" }, |
| 167 | #endif |
| 168 | #ifdef SA_SIGINFO |
| 169 | { SA_SIGINFO, "SA_SIGINFO" }, |
| 170 | #endif |
| 171 | #ifdef SA_RESETHAND |
| 172 | { SA_RESETHAND, "SA_RESETHAND" }, |
| 173 | #endif |
| 174 | #ifdef SA_ONSTACK |
| 175 | { SA_ONSTACK, "SA_ONSTACK" }, |
| 176 | #endif |
| 177 | #ifdef SA_NODEFER |
| 178 | { SA_NODEFER, "SA_NODEFER" }, |
| 179 | #endif |
| 180 | #ifdef SA_NOCLDSTOP |
| 181 | { SA_NOCLDSTOP, "SA_NOCLDSTOP" }, |
| 182 | #endif |
| 183 | #ifdef SA_NOCLDWAIT |
| 184 | { SA_NOCLDWAIT, "SA_NOCLDWAIT" }, |
| 185 | #endif |
| 186 | #ifdef _SA_BSDCALL |
| 187 | { _SA_BSDCALL, "_SA_BSDCALL" }, |
| 188 | #endif |
Chris Metcalf | c8c6698 | 2009-12-28 10:00:15 -0500 | [diff] [blame] | 189 | #ifdef SA_NOPTRACE |
| 190 | { SA_NOPTRACE, "SA_NOPTRACE" }, |
| 191 | #endif |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 192 | { 0, NULL }, |
| 193 | }; |
| 194 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 195 | static const struct xlat sigprocmaskcmds[] = { |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 196 | { SIG_BLOCK, "SIG_BLOCK" }, |
| 197 | { SIG_UNBLOCK, "SIG_UNBLOCK" }, |
| 198 | { SIG_SETMASK, "SIG_SETMASK" }, |
| 199 | #ifdef SIG_SETMASK32 |
| 200 | { SIG_SETMASK32,"SIG_SETMASK32" }, |
| 201 | #endif |
| 202 | { 0, NULL }, |
| 203 | }; |
| 204 | |
| 205 | #endif /* HAVE_SIGACTION */ |
| 206 | |
Nate Sammons | ce780fc | 1999-03-29 23:23:13 +0000 | [diff] [blame] | 207 | /* Anonymous realtime signals. */ |
| 208 | /* Under glibc 2.1, SIGRTMIN et al are functions, but __SIGRTMIN is a |
| 209 | constant. This is what we want. Otherwise, just use SIGRTMIN. */ |
| 210 | #ifdef SIGRTMIN |
| 211 | #ifndef __SIGRTMIN |
| 212 | #define __SIGRTMIN SIGRTMIN |
| 213 | #define __SIGRTMAX SIGRTMAX /* likewise */ |
| 214 | #endif |
| 215 | #endif |
| 216 | |
Denys Vlasenko | d9560c1 | 2011-08-19 17:41:28 +0200 | [diff] [blame] | 217 | /* Note on the size of sigset_t: |
| 218 | * |
| 219 | * In glibc, sigset_t is an array with space for 1024 bits (!), |
| 220 | * even though all arches supported by Linux have only 64 signals |
| 221 | * except MIPS, which has 128. IOW, it is 128 bytes long. |
| 222 | * |
| 223 | * In-kernel sigset_t is sized correctly (it is either 64 or 128 bit long). |
| 224 | * However, some old syscall return only 32 lower bits (one word). |
| 225 | * Example: sys_sigpending vs sys_rt_sigpending. |
| 226 | * |
| 227 | * Be aware of this fact when you try to |
| 228 | * memcpy(&tcp->u_arg[1], &something, sizeof(sigset_t)) |
| 229 | * - sizeof(sigset_t) is much bigger than you think, |
| 230 | * it may overflow tcp->u_arg[] array, and it may try to copy more data |
| 231 | * than is really available in <something>. |
| 232 | * Similarly, |
| 233 | * umoven(tcp, addr, sizeof(sigset_t), &sigset) |
| 234 | * may be a bad idea: it'll try to read much more data than needed |
| 235 | * to fetch a sigset_t. |
| 236 | * Use (NSIG / 8) as a size instead. |
| 237 | */ |
| 238 | |
Roland McGrath | ee36ce1 | 2004-09-04 03:53:10 +0000 | [diff] [blame] | 239 | const char * |
Denys Vlasenko | eccc48c | 2011-06-09 01:28:11 +0200 | [diff] [blame] | 240 | signame(int sig) |
Nate Sammons | ce780fc | 1999-03-29 23:23:13 +0000 | [diff] [blame] | 241 | { |
Denys Vlasenko | 041b3ee | 2011-08-18 12:48:56 +0200 | [diff] [blame] | 242 | static char buf[sizeof("SIGRT_%d") + sizeof(int)*3]; |
| 243 | |
| 244 | if (sig >= 0 && sig < nsignals) |
Nate Sammons | ce780fc | 1999-03-29 23:23:13 +0000 | [diff] [blame] | 245 | return signalent[sig]; |
| 246 | #ifdef SIGRTMIN |
Denys Vlasenko | 041b3ee | 2011-08-18 12:48:56 +0200 | [diff] [blame] | 247 | if (sig >= __SIGRTMIN && sig <= __SIGRTMAX) { |
| 248 | sprintf(buf, "SIGRT_%d", (int)(sig - __SIGRTMIN)); |
Nate Sammons | ce780fc | 1999-03-29 23:23:13 +0000 | [diff] [blame] | 249 | return buf; |
| 250 | } |
Denys Vlasenko | 041b3ee | 2011-08-18 12:48:56 +0200 | [diff] [blame] | 251 | #endif |
| 252 | sprintf(buf, "%d", sig); |
| 253 | return buf; |
Nate Sammons | ce780fc | 1999-03-29 23:23:13 +0000 | [diff] [blame] | 254 | } |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 255 | |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 256 | static void |
Denys Vlasenko | eccc48c | 2011-06-09 01:28:11 +0200 | [diff] [blame] | 257 | long_to_sigset(long l, sigset_t *s) |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 258 | { |
| 259 | sigemptyset(s); |
| 260 | *(long *)s = l; |
| 261 | } |
| 262 | |
| 263 | static int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 264 | copy_sigset_len(struct tcb *tcp, long addr, sigset_t *s, int len) |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 265 | { |
| 266 | if (len > sizeof(*s)) |
| 267 | len = sizeof(*s); |
| 268 | sigemptyset(s); |
| 269 | if (umoven(tcp, addr, len, (char *)s) < 0) |
| 270 | return -1; |
| 271 | return 0; |
| 272 | } |
| 273 | |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 274 | /* Original sigset is unsigned long */ |
| 275 | #define copy_sigset(tcp, addr, s) copy_sigset_len(tcp, addr, s, sizeof(long)) |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 276 | |
Dmitry V. Levin | ab9008b | 2007-01-11 22:05:04 +0000 | [diff] [blame] | 277 | static const char * |
| 278 | sprintsigmask(const char *str, sigset_t *mask, int rt) |
| 279 | /* set might include realtime sigs */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 280 | { |
Denys Vlasenko | d9560c1 | 2011-08-19 17:41:28 +0200 | [diff] [blame] | 281 | /* Was [8 * sizeof(sigset_t) * 8], but |
| 282 | * glibc sigset_t is huge (1024 bits = 128 *bytes*), |
| 283 | * and we were ending up with 8k (!) buffer here. |
| 284 | * |
| 285 | * No Unix system can have sig > 255 |
| 286 | * (waitpid API won't be able to indicate death from one) |
| 287 | * and sig 0 doesn't exist either. |
| 288 | * Therefore max possible no of sigs is 255: 1..255 |
| 289 | */ |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 290 | static char outstr[8 * (255 * 2 / 3)]; |
Denys Vlasenko | d9560c1 | 2011-08-19 17:41:28 +0200 | [diff] [blame] | 291 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 292 | int i, nsigs; |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 293 | int maxsigs; |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 294 | int show_members; |
| 295 | char sep; |
Dmitry V. Levin | 30145dd | 2010-09-06 22:08:24 +0000 | [diff] [blame] | 296 | char *s; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 297 | |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 298 | maxsigs = nsignals; |
| 299 | #ifdef __SIGRTMAX |
| 300 | if (rt) |
| 301 | maxsigs = __SIGRTMAX; /* instead */ |
| 302 | #endif |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 303 | s = stpcpy(outstr, str); |
| 304 | nsigs = 0; |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 305 | for (i = 1; i < maxsigs; i++) { |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 306 | if (sigismember(mask, i) == 1) |
| 307 | nsigs++; |
| 308 | } |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 309 | |
| 310 | /* 1: show mask members, 0: show those which are NOT in mask */ |
| 311 | show_members = (nsigs < nsignals * 2 / 3); |
| 312 | if (!show_members) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 313 | *s++ = '~'; |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 314 | |
| 315 | sep = '['; |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 316 | for (i = 1; i < maxsigs; i++) { |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 317 | if (sigismember(mask, i) == show_members) { |
John Hughes | bdf48f5 | 2001-03-06 15:08:09 +0000 | [diff] [blame] | 318 | /* real-time signals on solaris don't have |
| 319 | * signalent entries |
| 320 | */ |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 321 | char tsig[40]; |
| 322 | *s++ = sep; |
John Hughes | bdf48f5 | 2001-03-06 15:08:09 +0000 | [diff] [blame] | 323 | if (i < nsignals) { |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 324 | s = stpcpy(s, signalent[i] + 3); |
John Hughes | bdf48f5 | 2001-03-06 15:08:09 +0000 | [diff] [blame] | 325 | } |
Roland McGrath | 90b4cb5 | 2003-09-23 22:19:32 +0000 | [diff] [blame] | 326 | #ifdef SIGRTMIN |
| 327 | else if (i >= __SIGRTMIN && i <= __SIGRTMAX) { |
Roland McGrath | 90b4cb5 | 2003-09-23 22:19:32 +0000 | [diff] [blame] | 328 | sprintf(tsig, "RT_%u", i - __SIGRTMIN); |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 329 | s = stpcpy(s, tsig); |
Roland McGrath | 90b4cb5 | 2003-09-23 22:19:32 +0000 | [diff] [blame] | 330 | } |
| 331 | #endif /* SIGRTMIN */ |
John Hughes | bdf48f5 | 2001-03-06 15:08:09 +0000 | [diff] [blame] | 332 | else { |
John Hughes | bdf48f5 | 2001-03-06 15:08:09 +0000 | [diff] [blame] | 333 | sprintf(tsig, "%u", i); |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 334 | s = stpcpy(s, tsig); |
John Hughes | bdf48f5 | 2001-03-06 15:08:09 +0000 | [diff] [blame] | 335 | } |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 336 | sep = ' '; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 337 | } |
| 338 | } |
Denys Vlasenko | 4f3df07 | 2012-01-29 22:38:35 +0100 | [diff] [blame] | 339 | if (sep == '[') |
| 340 | *s++ = sep; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 341 | *s++ = ']'; |
| 342 | *s = '\0'; |
| 343 | return outstr; |
| 344 | } |
| 345 | |
| 346 | static void |
Denys Vlasenko | eccc48c | 2011-06-09 01:28:11 +0200 | [diff] [blame] | 347 | printsigmask(sigset_t *mask, int rt) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 348 | { |
Denys Vlasenko | 5940e65 | 2011-09-01 09:55:05 +0200 | [diff] [blame] | 349 | tprints(sprintsigmask("", mask, rt)); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 350 | } |
| 351 | |
| 352 | void |
Denys Vlasenko | eccc48c | 2011-06-09 01:28:11 +0200 | [diff] [blame] | 353 | printsignal(int nr) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 354 | { |
Denys Vlasenko | 5940e65 | 2011-09-01 09:55:05 +0200 | [diff] [blame] | 355 | tprints(signame(nr)); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 356 | } |
| 357 | |
Dmitry V. Levin | 95ebf5a | 2006-10-13 20:25:12 +0000 | [diff] [blame] | 358 | void |
| 359 | print_sigset(struct tcb *tcp, long addr, int rt) |
| 360 | { |
| 361 | sigset_t ss; |
| 362 | |
| 363 | if (!addr) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 364 | tprints("NULL"); |
Dmitry V. Levin | 95ebf5a | 2006-10-13 20:25:12 +0000 | [diff] [blame] | 365 | else if (copy_sigset(tcp, addr, &ss) < 0) |
| 366 | tprintf("%#lx", addr); |
| 367 | else |
| 368 | printsigmask(&ss, rt); |
| 369 | } |
| 370 | |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 371 | #ifndef ILL_ILLOPC |
| 372 | #define ILL_ILLOPC 1 /* illegal opcode */ |
| 373 | #define ILL_ILLOPN 2 /* illegal operand */ |
| 374 | #define ILL_ILLADR 3 /* illegal addressing mode */ |
| 375 | #define ILL_ILLTRP 4 /* illegal trap */ |
| 376 | #define ILL_PRVOPC 5 /* privileged opcode */ |
| 377 | #define ILL_PRVREG 6 /* privileged register */ |
| 378 | #define ILL_COPROC 7 /* coprocessor error */ |
| 379 | #define ILL_BADSTK 8 /* internal stack error */ |
| 380 | #define FPE_INTDIV 1 /* integer divide by zero */ |
| 381 | #define FPE_INTOVF 2 /* integer overflow */ |
| 382 | #define FPE_FLTDIV 3 /* floating point divide by zero */ |
| 383 | #define FPE_FLTOVF 4 /* floating point overflow */ |
| 384 | #define FPE_FLTUND 5 /* floating point underflow */ |
| 385 | #define FPE_FLTRES 6 /* floating point inexact result */ |
| 386 | #define FPE_FLTINV 7 /* floating point invalid operation */ |
| 387 | #define FPE_FLTSUB 8 /* subscript out of range */ |
| 388 | #define SEGV_MAPERR 1 /* address not mapped to object */ |
| 389 | #define SEGV_ACCERR 2 /* invalid permissions for mapped object */ |
| 390 | #define BUS_ADRALN 1 /* invalid address alignment */ |
| 391 | #define BUS_ADRERR 2 /* non-existant physical address */ |
| 392 | #define BUS_OBJERR 3 /* object specific hardware error */ |
| 393 | #define TRAP_BRKPT 1 /* process breakpoint */ |
| 394 | #define TRAP_TRACE 2 /* process trace trap */ |
| 395 | #define CLD_EXITED 1 /* child has exited */ |
| 396 | #define CLD_KILLED 2 /* child was killed */ |
| 397 | #define CLD_DUMPED 3 /* child terminated abnormally */ |
| 398 | #define CLD_TRAPPED 4 /* traced child has trapped */ |
| 399 | #define CLD_STOPPED 5 /* child has stopped */ |
| 400 | #define CLD_CONTINUED 6 /* stopped child has continued */ |
| 401 | #define POLL_IN 1 /* data input available */ |
| 402 | #define POLL_OUT 2 /* output buffers available */ |
| 403 | #define POLL_MSG 3 /* input message available */ |
| 404 | #define POLL_ERR 4 /* i/o error */ |
| 405 | #define POLL_PRI 5 /* high priority input available */ |
| 406 | #define POLL_HUP 6 /* device disconnected */ |
Dmitry V. Levin | 7d4bff1 | 2011-03-10 21:41:34 +0000 | [diff] [blame] | 407 | #define SI_KERNEL 0x80 /* sent by kernel */ |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 408 | #define SI_USER 0 /* sent by kill, sigsend, raise */ |
| 409 | #define SI_QUEUE -1 /* sent by sigqueue */ |
| 410 | #define SI_TIMER -2 /* sent by timer expiration */ |
| 411 | #define SI_MESGQ -3 /* sent by real time mesq state change */ |
| 412 | #define SI_ASYNCIO -4 /* sent by AIO completion */ |
Dmitry V. Levin | 7d4bff1 | 2011-03-10 21:41:34 +0000 | [diff] [blame] | 413 | #define SI_SIGIO -5 /* sent by SIGIO */ |
| 414 | #define SI_TKILL -6 /* sent by tkill */ |
| 415 | #define SI_ASYNCNL -60 /* sent by asynch name lookup completion */ |
Denys Vlasenko | 2c4fb90 | 2012-03-15 17:24:49 +0100 | [diff] [blame] | 416 | #endif |
Dmitry V. Levin | 6d9e8e8 | 2011-03-10 22:18:56 +0000 | [diff] [blame] | 417 | |
Denys Vlasenko | 2c4fb90 | 2012-03-15 17:24:49 +0100 | [diff] [blame] | 418 | #ifndef SI_FROMUSER |
| 419 | # define SI_FROMUSER(sip) ((sip)->si_code <= 0) |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 420 | #endif |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 421 | |
| 422 | #if __GLIBC_MINOR__ < 1 |
| 423 | /* Type for data associated with a signal. */ |
| 424 | typedef union sigval |
| 425 | { |
| 426 | int sival_int; |
| 427 | void *sival_ptr; |
| 428 | } sigval_t; |
| 429 | |
| 430 | # define __SI_MAX_SIZE 128 |
Denys Vlasenko | b63256e | 2011-06-07 12:13:24 +0200 | [diff] [blame] | 431 | # define __SI_PAD_SIZE ((__SI_MAX_SIZE / sizeof(int)) - 3) |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 432 | |
| 433 | typedef struct siginfo |
| 434 | { |
| 435 | int si_signo; /* Signal number. */ |
| 436 | int si_errno; /* If non-zero, an errno value associated with |
| 437 | this signal, as defined in <errno.h>. */ |
| 438 | int si_code; /* Signal code. */ |
| 439 | |
| 440 | union |
| 441 | { |
| 442 | int _pad[__SI_PAD_SIZE]; |
| 443 | |
| 444 | /* kill(). */ |
| 445 | struct |
| 446 | { |
| 447 | __pid_t si_pid; /* Sending process ID. */ |
| 448 | __uid_t si_uid; /* Real user ID of sending process. */ |
| 449 | } _kill; |
| 450 | |
| 451 | /* POSIX.1b timers. */ |
| 452 | struct |
| 453 | { |
| 454 | unsigned int _timer1; |
| 455 | unsigned int _timer2; |
| 456 | } _timer; |
| 457 | |
| 458 | /* POSIX.1b signals. */ |
| 459 | struct |
| 460 | { |
| 461 | __pid_t si_pid; /* Sending process ID. */ |
| 462 | __uid_t si_uid; /* Real user ID of sending process. */ |
| 463 | sigval_t si_sigval; /* Signal value. */ |
| 464 | } _rt; |
| 465 | |
| 466 | /* SIGCHLD. */ |
| 467 | struct |
| 468 | { |
| 469 | __pid_t si_pid; /* Which child. */ |
| 470 | int si_status; /* Exit value or signal. */ |
| 471 | __clock_t si_utime; |
| 472 | __clock_t si_stime; |
| 473 | } _sigchld; |
| 474 | |
| 475 | /* SIGILL, SIGFPE, SIGSEGV, SIGBUS. */ |
| 476 | struct |
| 477 | { |
| 478 | void *si_addr; /* Faulting insn/memory ref. */ |
| 479 | } _sigfault; |
| 480 | |
| 481 | /* SIGPOLL. */ |
| 482 | struct |
| 483 | { |
| 484 | int si_band; /* Band event for SIGPOLL. */ |
| 485 | int si_fd; |
| 486 | } _sigpoll; |
| 487 | } _sifields; |
| 488 | } siginfo_t; |
| 489 | |
| 490 | #define si_pid _sifields._kill.si_pid |
| 491 | #define si_uid _sifields._kill.si_uid |
| 492 | #define si_status _sifields._sigchld.si_status |
| 493 | #define si_utime _sifields._sigchld.si_utime |
| 494 | #define si_stime _sifields._sigchld.si_stime |
| 495 | #define si_value _sifields._rt.si_sigval |
| 496 | #define si_int _sifields._rt.si_sigval.sival_int |
| 497 | #define si_ptr _sifields._rt.si_sigval.sival_ptr |
| 498 | #define si_addr _sifields._sigfault.si_addr |
| 499 | #define si_band _sifields._sigpoll.si_band |
| 500 | #define si_fd _sifields._sigpoll.si_fd |
| 501 | |
| 502 | #endif |
| 503 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 504 | static const struct xlat siginfo_codes[] = { |
Dmitry V. Levin | 7d4bff1 | 2011-03-10 21:41:34 +0000 | [diff] [blame] | 505 | #ifdef SI_KERNEL |
| 506 | { SI_KERNEL, "SI_KERNEL" }, |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 507 | #endif |
| 508 | #ifdef SI_USER |
| 509 | { SI_USER, "SI_USER" }, |
| 510 | #endif |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 511 | #ifdef SI_QUEUE |
| 512 | { SI_QUEUE, "SI_QUEUE" }, |
| 513 | #endif |
| 514 | #ifdef SI_TIMER |
| 515 | { SI_TIMER, "SI_TIMER" }, |
| 516 | #endif |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 517 | #ifdef SI_MESGQ |
| 518 | { SI_MESGQ, "SI_MESGQ" }, |
| 519 | #endif |
Dmitry V. Levin | 7d4bff1 | 2011-03-10 21:41:34 +0000 | [diff] [blame] | 520 | #ifdef SI_ASYNCIO |
| 521 | { SI_ASYNCIO, "SI_ASYNCIO" }, |
| 522 | #endif |
Roland McGrath | 941b740 | 2003-05-23 00:29:02 +0000 | [diff] [blame] | 523 | #ifdef SI_SIGIO |
| 524 | { SI_SIGIO, "SI_SIGIO" }, |
| 525 | #endif |
| 526 | #ifdef SI_TKILL |
| 527 | { SI_TKILL, "SI_TKILL" }, |
| 528 | #endif |
Dmitry V. Levin | 7d4bff1 | 2011-03-10 21:41:34 +0000 | [diff] [blame] | 529 | #ifdef SI_ASYNCNL |
| 530 | { SI_ASYNCNL, "SI_ASYNCNL" }, |
| 531 | #endif |
| 532 | #ifdef SI_NOINFO |
| 533 | { SI_NOINFO, "SI_NOINFO" }, |
| 534 | #endif |
| 535 | #ifdef SI_LWP |
| 536 | { SI_LWP, "SI_LWP" }, |
| 537 | #endif |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 538 | { 0, NULL }, |
| 539 | }; |
| 540 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 541 | static const struct xlat sigill_codes[] = { |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 542 | { ILL_ILLOPC, "ILL_ILLOPC" }, |
| 543 | { ILL_ILLOPN, "ILL_ILLOPN" }, |
| 544 | { ILL_ILLADR, "ILL_ILLADR" }, |
| 545 | { ILL_ILLTRP, "ILL_ILLTRP" }, |
| 546 | { ILL_PRVOPC, "ILL_PRVOPC" }, |
| 547 | { ILL_PRVREG, "ILL_PRVREG" }, |
| 548 | { ILL_COPROC, "ILL_COPROC" }, |
| 549 | { ILL_BADSTK, "ILL_BADSTK" }, |
| 550 | { 0, NULL }, |
| 551 | }; |
| 552 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 553 | static const struct xlat sigfpe_codes[] = { |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 554 | { FPE_INTDIV, "FPE_INTDIV" }, |
| 555 | { FPE_INTOVF, "FPE_INTOVF" }, |
| 556 | { FPE_FLTDIV, "FPE_FLTDIV" }, |
| 557 | { FPE_FLTOVF, "FPE_FLTOVF" }, |
| 558 | { FPE_FLTUND, "FPE_FLTUND" }, |
| 559 | { FPE_FLTRES, "FPE_FLTRES" }, |
| 560 | { FPE_FLTINV, "FPE_FLTINV" }, |
| 561 | { FPE_FLTSUB, "FPE_FLTSUB" }, |
| 562 | { 0, NULL }, |
| 563 | }; |
| 564 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 565 | static const struct xlat sigtrap_codes[] = { |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 566 | { TRAP_BRKPT, "TRAP_BRKPT" }, |
| 567 | { TRAP_TRACE, "TRAP_TRACE" }, |
| 568 | { 0, NULL }, |
| 569 | }; |
| 570 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 571 | static const struct xlat sigchld_codes[] = { |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 572 | { CLD_EXITED, "CLD_EXITED" }, |
| 573 | { CLD_KILLED, "CLD_KILLED" }, |
| 574 | { CLD_DUMPED, "CLD_DUMPED" }, |
| 575 | { CLD_TRAPPED, "CLD_TRAPPED" }, |
| 576 | { CLD_STOPPED, "CLD_STOPPED" }, |
| 577 | { CLD_CONTINUED,"CLD_CONTINUED" }, |
| 578 | { 0, NULL }, |
| 579 | }; |
| 580 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 581 | static const struct xlat sigpoll_codes[] = { |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 582 | { POLL_IN, "POLL_IN" }, |
| 583 | { POLL_OUT, "POLL_OUT" }, |
| 584 | { POLL_MSG, "POLL_MSG" }, |
| 585 | { POLL_ERR, "POLL_ERR" }, |
| 586 | { POLL_PRI, "POLL_PRI" }, |
| 587 | { POLL_HUP, "POLL_HUP" }, |
| 588 | { 0, NULL }, |
| 589 | }; |
| 590 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 591 | static const struct xlat sigprof_codes[] = { |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 592 | #ifdef PROF_SIG |
| 593 | { PROF_SIG, "PROF_SIG" }, |
| 594 | #endif |
| 595 | { 0, NULL }, |
| 596 | }; |
| 597 | |
| 598 | #ifdef SIGEMT |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 599 | static const struct xlat sigemt_codes[] = { |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 600 | #ifdef EMT_TAGOVF |
| 601 | { EMT_TAGOVF, "EMT_TAGOVF" }, |
| 602 | #endif |
| 603 | { 0, NULL }, |
| 604 | }; |
| 605 | #endif |
| 606 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 607 | static const struct xlat sigsegv_codes[] = { |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 608 | { SEGV_MAPERR, "SEGV_MAPERR" }, |
| 609 | { SEGV_ACCERR, "SEGV_ACCERR" }, |
| 610 | { 0, NULL }, |
| 611 | }; |
| 612 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 613 | static const struct xlat sigbus_codes[] = { |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 614 | { BUS_ADRALN, "BUS_ADRALN" }, |
| 615 | { BUS_ADRERR, "BUS_ADRERR" }, |
| 616 | { BUS_OBJERR, "BUS_OBJERR" }, |
| 617 | { 0, NULL }, |
| 618 | }; |
| 619 | |
| 620 | void |
Dmitry V. Levin | 6d9e8e8 | 2011-03-10 22:18:56 +0000 | [diff] [blame] | 621 | printsiginfo(siginfo_t *sip, int verbose) |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 622 | { |
Roland McGrath | f9c49b2 | 2004-10-06 22:11:54 +0000 | [diff] [blame] | 623 | const char *code; |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 624 | |
| 625 | if (sip->si_signo == 0) { |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 626 | tprints("{}"); |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 627 | return; |
| 628 | } |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 629 | tprints("{si_signo="); |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 630 | printsignal(sip->si_signo); |
| 631 | code = xlookup(siginfo_codes, sip->si_code); |
| 632 | if (!code) { |
| 633 | switch (sip->si_signo) { |
| 634 | case SIGTRAP: |
| 635 | code = xlookup(sigtrap_codes, sip->si_code); |
| 636 | break; |
| 637 | case SIGCHLD: |
| 638 | code = xlookup(sigchld_codes, sip->si_code); |
| 639 | break; |
| 640 | case SIGPOLL: |
| 641 | code = xlookup(sigpoll_codes, sip->si_code); |
| 642 | break; |
| 643 | case SIGPROF: |
| 644 | code = xlookup(sigprof_codes, sip->si_code); |
| 645 | break; |
| 646 | case SIGILL: |
| 647 | code = xlookup(sigill_codes, sip->si_code); |
| 648 | break; |
| 649 | #ifdef SIGEMT |
| 650 | case SIGEMT: |
| 651 | code = xlookup(sigemt_codes, sip->si_code); |
| 652 | break; |
| 653 | #endif |
| 654 | case SIGFPE: |
| 655 | code = xlookup(sigfpe_codes, sip->si_code); |
| 656 | break; |
| 657 | case SIGSEGV: |
| 658 | code = xlookup(sigsegv_codes, sip->si_code); |
| 659 | break; |
| 660 | case SIGBUS: |
| 661 | code = xlookup(sigbus_codes, sip->si_code); |
| 662 | break; |
| 663 | } |
| 664 | } |
| 665 | if (code) |
| 666 | tprintf(", si_code=%s", code); |
| 667 | else |
| 668 | tprintf(", si_code=%#x", sip->si_code); |
| 669 | #ifdef SI_NOINFO |
| 670 | if (sip->si_code != SI_NOINFO) |
| 671 | #endif |
| 672 | { |
| 673 | if (sip->si_errno) { |
| 674 | if (sip->si_errno < 0 || sip->si_errno >= nerrnos) |
| 675 | tprintf(", si_errno=%d", sip->si_errno); |
| 676 | else |
| 677 | tprintf(", si_errno=%s", |
| 678 | errnoent[sip->si_errno]); |
| 679 | } |
| 680 | #ifdef SI_FROMUSER |
| 681 | if (SI_FROMUSER(sip)) { |
Dmitry V. Levin | 6d9e8e8 | 2011-03-10 22:18:56 +0000 | [diff] [blame] | 682 | tprintf(", si_pid=%lu, si_uid=%lu", |
| 683 | (unsigned long) sip->si_pid, |
| 684 | (unsigned long) sip->si_uid); |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 685 | switch (sip->si_code) { |
Dmitry V. Levin | 6d9e8e8 | 2011-03-10 22:18:56 +0000 | [diff] [blame] | 686 | #ifdef SI_USER |
| 687 | case SI_USER: |
| 688 | break; |
| 689 | #endif |
| 690 | #ifdef SI_TKILL |
| 691 | case SI_TKILL: |
| 692 | break; |
| 693 | #endif |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 694 | #ifdef SI_TIMER |
| 695 | case SI_TIMER: |
Dmitry V. Levin | 6d9e8e8 | 2011-03-10 22:18:56 +0000 | [diff] [blame] | 696 | tprintf(", si_value=%d", sip->si_int); |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 697 | break; |
Dmitry V. Levin | 6d9e8e8 | 2011-03-10 22:18:56 +0000 | [diff] [blame] | 698 | #endif |
Dmitry V. Levin | 6d9e8e8 | 2011-03-10 22:18:56 +0000 | [diff] [blame] | 699 | default: |
Dmitry V. Levin | b41e1c9 | 2011-03-10 23:14:47 +0000 | [diff] [blame] | 700 | if (!sip->si_ptr) |
| 701 | break; |
Dmitry V. Levin | 6d9e8e8 | 2011-03-10 22:18:56 +0000 | [diff] [blame] | 702 | if (!verbose) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 703 | tprints(", ..."); |
Dmitry V. Levin | 6d9e8e8 | 2011-03-10 22:18:56 +0000 | [diff] [blame] | 704 | else |
| 705 | tprintf(", si_value={int=%u, ptr=%#lx}", |
| 706 | sip->si_int, |
| 707 | (unsigned long) sip->si_ptr); |
| 708 | break; |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 709 | } |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 710 | } |
| 711 | else |
| 712 | #endif /* SI_FROMUSER */ |
| 713 | { |
| 714 | switch (sip->si_signo) { |
| 715 | case SIGCHLD: |
| 716 | tprintf(", si_pid=%ld, si_status=", |
| 717 | (long) sip->si_pid); |
| 718 | if (sip->si_code == CLD_EXITED) |
| 719 | tprintf("%d", sip->si_status); |
| 720 | else |
| 721 | printsignal(sip->si_status); |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 722 | if (!verbose) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 723 | tprints(", ..."); |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 724 | else |
H.J. Lu | 2bb4581 | 2012-04-15 11:17:13 -0700 | [diff] [blame] | 725 | tprintf(", si_utime=%llu, si_stime=%llu", |
| 726 | (unsigned long long) sip->si_utime, |
| 727 | (unsigned long long) sip->si_stime); |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 728 | break; |
| 729 | case SIGILL: case SIGFPE: |
| 730 | case SIGSEGV: case SIGBUS: |
| 731 | tprintf(", si_addr=%#lx", |
| 732 | (unsigned long) sip->si_addr); |
| 733 | break; |
| 734 | case SIGPOLL: |
| 735 | switch (sip->si_code) { |
| 736 | case POLL_IN: case POLL_OUT: case POLL_MSG: |
| 737 | tprintf(", si_band=%ld", |
| 738 | (long) sip->si_band); |
| 739 | break; |
| 740 | } |
| 741 | break; |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 742 | default: |
Dmitry V. Levin | b41e1c9 | 2011-03-10 23:14:47 +0000 | [diff] [blame] | 743 | if (sip->si_pid || sip->si_uid) |
| 744 | tprintf(", si_pid=%lu, si_uid=%lu", |
| 745 | (unsigned long) sip->si_pid, |
| 746 | (unsigned long) sip->si_uid); |
| 747 | if (!sip->si_ptr) |
| 748 | break; |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 749 | if (!verbose) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 750 | tprints(", ..."); |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 751 | else { |
Dmitry V. Levin | b41e1c9 | 2011-03-10 23:14:47 +0000 | [diff] [blame] | 752 | tprintf(", si_value={int=%u, ptr=%#lx}", |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 753 | sip->si_int, |
| 754 | (unsigned long) sip->si_ptr); |
| 755 | } |
Roland McGrath | a39c5a1 | 2002-12-17 05:10:37 +0000 | [diff] [blame] | 756 | |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 757 | } |
| 758 | } |
| 759 | } |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 760 | tprints("}"); |
John Hughes | 5826589 | 2001-10-18 15:13:53 +0000 | [diff] [blame] | 761 | } |
| 762 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 763 | int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 764 | sys_sigsetmask(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 765 | { |
| 766 | if (entering(tcp)) { |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 767 | sigset_t sigm; |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 768 | long_to_sigset(tcp->u_arg[0], &sigm); |
| 769 | printsigmask(&sigm, 0); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 770 | } |
| 771 | else if (!syserror(tcp)) { |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 772 | sigset_t sigm; |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 773 | long_to_sigset(tcp->u_rval, &sigm); |
| 774 | tcp->auxstr = sprintsigmask("old mask ", &sigm, 0); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 775 | |
| 776 | return RVAL_HEX | RVAL_STR; |
| 777 | } |
| 778 | return 0; |
| 779 | } |
| 780 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 781 | #ifdef HAVE_SIGACTION |
| 782 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 783 | struct old_sigaction { |
| 784 | __sighandler_t __sa_handler; |
| 785 | unsigned long sa_mask; |
| 786 | unsigned long sa_flags; |
| 787 | void (*sa_restorer)(void); |
| 788 | }; |
Wichert Akkerman | 2e2553a | 1999-05-09 00:29:58 +0000 | [diff] [blame] | 789 | #define SA_HANDLER __sa_handler |
Wichert Akkerman | 2e2553a | 1999-05-09 00:29:58 +0000 | [diff] [blame] | 790 | |
Roland McGrath | a39c5a1 | 2002-12-17 05:10:37 +0000 | [diff] [blame] | 791 | #ifndef SA_HANDLER |
| 792 | #define SA_HANDLER sa_handler |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 793 | #endif |
| 794 | |
| 795 | int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 796 | sys_sigaction(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 797 | { |
| 798 | long addr; |
John Hughes | 1e4cb34 | 2001-03-06 09:25:46 +0000 | [diff] [blame] | 799 | sigset_t sigset; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 800 | struct old_sigaction sa; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 801 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 802 | if (entering(tcp)) { |
| 803 | printsignal(tcp->u_arg[0]); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 804 | tprints(", "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 805 | addr = tcp->u_arg[1]; |
| 806 | } else |
| 807 | addr = tcp->u_arg[2]; |
| 808 | if (addr == 0) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 809 | tprints("NULL"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 810 | else if (!verbose(tcp)) |
| 811 | tprintf("%#lx", addr); |
| 812 | else if (umove(tcp, addr, &sa) < 0) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 813 | tprints("{...}"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 814 | else { |
Carlos O'Donell | 4677c8a | 2009-09-09 18:13:19 +0000 | [diff] [blame] | 815 | /* Architectures using function pointers, like |
| 816 | * hppa, may need to manipulate the function pointer |
| 817 | * to compute the result of a comparison. However, |
| 818 | * the SA_HANDLER function pointer exists only in |
| 819 | * the address space of the traced process, and can't |
| 820 | * be manipulated by strace. In order to prevent the |
| 821 | * compiler from generating code to manipulate |
| 822 | * SA_HANDLER we cast the function pointers to long. */ |
| 823 | if ((long)sa.SA_HANDLER == (long)SIG_ERR) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 824 | tprints("{SIG_ERR, "); |
Carlos O'Donell | 4677c8a | 2009-09-09 18:13:19 +0000 | [diff] [blame] | 825 | else if ((long)sa.SA_HANDLER == (long)SIG_DFL) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 826 | tprints("{SIG_DFL, "); |
Denys Vlasenko | 023b770 | 2012-01-18 16:30:47 +0100 | [diff] [blame] | 827 | else if ((long)sa.SA_HANDLER == (long)SIG_IGN) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 828 | tprints("{SIG_IGN, "); |
Denys Vlasenko | 023b770 | 2012-01-18 16:30:47 +0100 | [diff] [blame] | 829 | else |
Wichert Akkerman | 2e2553a | 1999-05-09 00:29:58 +0000 | [diff] [blame] | 830 | tprintf("{%#lx, ", (long) sa.SA_HANDLER); |
Denys Vlasenko | bbe29b3 | 2012-01-18 15:30:56 +0100 | [diff] [blame] | 831 | long_to_sigset(sa.sa_mask, &sigset); |
| 832 | printsigmask(&sigset, 0); |
Denys Vlasenko | bbe29b3 | 2012-01-18 15:30:56 +0100 | [diff] [blame] | 833 | tprints(", "); |
| 834 | printflags(sigact_flags, sa.sa_flags, "SA_???"); |
| 835 | #ifdef SA_RESTORER |
| 836 | if (sa.sa_flags & SA_RESTORER) |
| 837 | tprintf(", %p", sa.sa_restorer); |
| 838 | #endif |
| 839 | tprints("}"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 840 | } |
| 841 | if (entering(tcp)) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 842 | tprints(", "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 843 | else |
| 844 | tprintf(", %#lx", (unsigned long) sa.sa_restorer); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 845 | return 0; |
| 846 | } |
| 847 | |
| 848 | int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 849 | sys_signal(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 850 | { |
| 851 | if (entering(tcp)) { |
| 852 | printsignal(tcp->u_arg[0]); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 853 | tprints(", "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 854 | switch (tcp->u_arg[1]) { |
Jan Kratochvil | 1f94271 | 2008-08-06 21:38:52 +0000 | [diff] [blame] | 855 | case (long) SIG_ERR: |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 856 | tprints("SIG_ERR"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 857 | break; |
Jan Kratochvil | 1f94271 | 2008-08-06 21:38:52 +0000 | [diff] [blame] | 858 | case (long) SIG_DFL: |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 859 | tprints("SIG_DFL"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 860 | break; |
Jan Kratochvil | 1f94271 | 2008-08-06 21:38:52 +0000 | [diff] [blame] | 861 | case (long) SIG_IGN: |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 862 | tprints("SIG_IGN"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 863 | break; |
| 864 | default: |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 865 | tprintf("%#lx", tcp->u_arg[1]); |
| 866 | } |
Wichert Akkerman | 16a03d2 | 2000-08-10 02:14:04 +0000 | [diff] [blame] | 867 | return 0; |
| 868 | } |
Dmitry V. Levin | 21a7534 | 2008-09-03 01:22:18 +0000 | [diff] [blame] | 869 | else if (!syserror(tcp)) { |
Wichert Akkerman | 16a03d2 | 2000-08-10 02:14:04 +0000 | [diff] [blame] | 870 | switch (tcp->u_rval) { |
Denys Vlasenko | 989ebc9 | 2012-03-17 04:42:07 +0100 | [diff] [blame] | 871 | case (long) SIG_ERR: |
Wichert Akkerman | 16a03d2 | 2000-08-10 02:14:04 +0000 | [diff] [blame] | 872 | tcp->auxstr = "SIG_ERR"; break; |
Denys Vlasenko | 989ebc9 | 2012-03-17 04:42:07 +0100 | [diff] [blame] | 873 | case (long) SIG_DFL: |
Wichert Akkerman | 16a03d2 | 2000-08-10 02:14:04 +0000 | [diff] [blame] | 874 | tcp->auxstr = "SIG_DFL"; break; |
Denys Vlasenko | 989ebc9 | 2012-03-17 04:42:07 +0100 | [diff] [blame] | 875 | case (long) SIG_IGN: |
Wichert Akkerman | 16a03d2 | 2000-08-10 02:14:04 +0000 | [diff] [blame] | 876 | tcp->auxstr = "SIG_IGN"; break; |
Denys Vlasenko | 989ebc9 | 2012-03-17 04:42:07 +0100 | [diff] [blame] | 877 | default: |
Wichert Akkerman | 16a03d2 | 2000-08-10 02:14:04 +0000 | [diff] [blame] | 878 | tcp->auxstr = NULL; |
| 879 | } |
| 880 | return RVAL_HEX | RVAL_STR; |
| 881 | } |
Dmitry V. Levin | 21a7534 | 2008-09-03 01:22:18 +0000 | [diff] [blame] | 882 | return 0; |
Wichert Akkerman | 16a03d2 | 2000-08-10 02:14:04 +0000 | [diff] [blame] | 883 | } |
| 884 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 885 | #endif /* HAVE_SIGACTION */ |
| 886 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 887 | int |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 888 | sys_sigreturn(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 889 | { |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 890 | #if defined(ARM) |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 891 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 892 | struct pt_regs regs; |
| 893 | struct sigcontext_struct sc; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 894 | sigset_t sigm; |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 895 | if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (void *)®s) == -1) |
| 896 | return 0; |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 897 | if (umove(tcp, regs.ARM_sp, &sc) < 0) |
| 898 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 899 | long_to_sigset(sc.oldmask, &sigm); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 900 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 901 | } |
| 902 | return 0; |
| 903 | #elif defined(S390) || defined(S390X) |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 904 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 905 | long usp; |
| 906 | struct sigcontext_struct sc; |
Denys Vlasenko | b63256e | 2011-06-07 12:13:24 +0200 | [diff] [blame] | 907 | if (upeek(tcp, PT_GPR15, &usp) < 0) |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 908 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 909 | if (umove(tcp, usp + __SIGNAL_FRAMESIZE, &sc) < 0) |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 910 | return 0; |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 911 | tprints(sprintsigmask(") (mask ", (sigset_t *)&sc.oldmask[0], 0)); |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 912 | } |
| 913 | return 0; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 914 | #elif defined(I386) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 915 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 916 | struct sigcontext_struct sc; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 917 | /* Note: on i386, sc is followed on stack by struct fpstate |
| 918 | * and after it an additional u32 extramask[1] which holds |
| 919 | * upper half of the mask. We can fetch it there |
| 920 | * if/when we'd want to display the full mask... |
| 921 | */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 922 | sigset_t sigm; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 923 | if (umove(tcp, i386_regs.esp, &sc) < 0) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 924 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 925 | long_to_sigset(sc.oldmask, &sigm); |
| 926 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 927 | } |
| 928 | return 0; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 929 | #elif defined(IA64) |
Wichert Akkerman | 8b1b40c | 2000-02-03 21:58:30 +0000 | [diff] [blame] | 930 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 931 | struct sigcontext sc; |
| 932 | long sp; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 933 | sigset_t sigm; |
Wichert Akkerman | 5ae21ea | 2000-05-01 01:53:59 +0000 | [diff] [blame] | 934 | /* offset of sigcontext in the kernel's sigframe structure: */ |
| 935 | # define SIGFRAME_SC_OFFSET 0x90 |
Denys Vlasenko | 932fc7d | 2008-12-16 18:18:40 +0000 | [diff] [blame] | 936 | if (upeek(tcp, PT_R12, &sp) < 0) |
Wichert Akkerman | 8b1b40c | 2000-02-03 21:58:30 +0000 | [diff] [blame] | 937 | return 0; |
Wichert Akkerman | 5ae21ea | 2000-05-01 01:53:59 +0000 | [diff] [blame] | 938 | if (umove(tcp, sp + 16 + SIGFRAME_SC_OFFSET, &sc) < 0) |
Wichert Akkerman | 8b1b40c | 2000-02-03 21:58:30 +0000 | [diff] [blame] | 939 | return 0; |
Denys Vlasenko | d9560c1 | 2011-08-19 17:41:28 +0200 | [diff] [blame] | 940 | sigemptyset(&sigm); |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 941 | memcpy(&sigm, &sc.sc_mask, NSIG / 8); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 942 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Wichert Akkerman | 8b1b40c | 2000-02-03 21:58:30 +0000 | [diff] [blame] | 943 | } |
| 944 | return 0; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 945 | #elif defined(POWERPC) |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 946 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 947 | long esp; |
| 948 | struct sigcontext_struct sc; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 949 | sigset_t sigm; |
| 950 | if (upeek(tcp, sizeof(unsigned long) * PT_R1, &esp) < 0) |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 951 | return 0; |
Andreas Schwab | edb3934 | 2010-02-23 00:18:51 +0100 | [diff] [blame] | 952 | /* Skip dummy stack frame. */ |
Andreas Schwab | d69fa49 | 2010-07-12 21:39:57 +0200 | [diff] [blame] | 953 | #ifdef POWERPC64 |
| 954 | if (current_personality == 0) |
| 955 | esp += 128; |
| 956 | else |
| 957 | esp += 64; |
Andreas Schwab | edb3934 | 2010-02-23 00:18:51 +0100 | [diff] [blame] | 958 | #else |
| 959 | esp += 64; |
| 960 | #endif |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 961 | if (umove(tcp, esp, &sc) < 0) |
| 962 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 963 | long_to_sigset(sc.oldmask, &sigm); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 964 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 965 | } |
| 966 | return 0; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 967 | #elif defined(M68K) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 968 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 969 | long usp; |
| 970 | struct sigcontext sc; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 971 | sigset_t sigm; |
Denys Vlasenko | 932fc7d | 2008-12-16 18:18:40 +0000 | [diff] [blame] | 972 | if (upeek(tcp, 4*PT_USP, &usp) < 0) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 973 | return 0; |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 974 | if (umove(tcp, usp, &sc) < 0) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 975 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 976 | long_to_sigset(sc.sc_mask, &sigm); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 977 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 978 | } |
| 979 | return 0; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 980 | #elif defined(ALPHA) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 981 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 982 | long fp; |
| 983 | struct sigcontext_struct sc; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 984 | sigset_t sigm; |
Denys Vlasenko | 932fc7d | 2008-12-16 18:18:40 +0000 | [diff] [blame] | 985 | if (upeek(tcp, REG_FP, &fp) < 0) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 986 | return 0; |
Roland McGrath | 0f87c49 | 2003-06-03 23:29:04 +0000 | [diff] [blame] | 987 | if (umove(tcp, fp, &sc) < 0) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 988 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 989 | long_to_sigset(sc.sc_mask, &sigm); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 990 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 991 | } |
| 992 | return 0; |
Denys Vlasenko | c36c352 | 2012-02-25 02:47:15 +0100 | [diff] [blame] | 993 | #elif defined(SPARC) || defined(SPARC64) |
Denys Vlasenko | b63256e | 2011-06-07 12:13:24 +0200 | [diff] [blame] | 994 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 995 | long i1; |
| 996 | struct pt_regs regs; |
| 997 | m_siginfo_t si; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 998 | sigset_t sigm; |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 999 | if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)®s, 0) < 0) { |
| 1000 | perror("sigreturn: PTRACE_GETREGS"); |
| 1001 | return 0; |
| 1002 | } |
Mike Frysinger | 8566c50 | 2009-10-12 11:05:14 -0400 | [diff] [blame] | 1003 | i1 = regs.u_regs[U_REG_O1]; |
Denys Vlasenko | b63256e | 2011-06-07 12:13:24 +0200 | [diff] [blame] | 1004 | if (umove(tcp, i1, &si) < 0) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 1005 | perror("sigreturn: umove"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1006 | return 0; |
| 1007 | } |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1008 | long_to_sigset(si.si_mask, &sigm); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 1009 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1010 | } |
| 1011 | return 0; |
Denys Vlasenko | c36c352 | 2012-02-25 02:47:15 +0100 | [diff] [blame] | 1012 | #elif defined(LINUX_MIPSN32) || defined(LINUX_MIPSN64) |
Roland McGrath | 542c2c6 | 2008-05-20 01:11:56 +0000 | [diff] [blame] | 1013 | /* This decodes rt_sigreturn. The 64-bit ABIs do not have |
| 1014 | sigreturn. */ |
Denys Vlasenko | b63256e | 2011-06-07 12:13:24 +0200 | [diff] [blame] | 1015 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 1016 | long sp; |
| 1017 | struct ucontext uc; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1018 | sigset_t sigm; |
Denys Vlasenko | 932fc7d | 2008-12-16 18:18:40 +0000 | [diff] [blame] | 1019 | if (upeek(tcp, REG_SP, &sp) < 0) |
Denys Vlasenko | 5ae2b7c | 2009-02-27 20:32:52 +0000 | [diff] [blame] | 1020 | return 0; |
Roland McGrath | 542c2c6 | 2008-05-20 01:11:56 +0000 | [diff] [blame] | 1021 | /* There are six words followed by a 128-byte siginfo. */ |
| 1022 | sp = sp + 6 * 4 + 128; |
| 1023 | if (umove(tcp, sp, &uc) < 0) |
Denys Vlasenko | 5ae2b7c | 2009-02-27 20:32:52 +0000 | [diff] [blame] | 1024 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1025 | long_to_sigset(*(long *) &uc.uc_sigmask, &sigm); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 1026 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Roland McGrath | 542c2c6 | 2008-05-20 01:11:56 +0000 | [diff] [blame] | 1027 | } |
| 1028 | return 0; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 1029 | #elif defined(MIPS) |
Denys Vlasenko | b63256e | 2011-06-07 12:13:24 +0200 | [diff] [blame] | 1030 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 1031 | long sp; |
| 1032 | struct pt_regs regs; |
| 1033 | m_siginfo_t si; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1034 | sigset_t sigm; |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 1035 | if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)®s, 0) < 0) { |
| 1036 | perror("sigreturn: PTRACE_GETREGS"); |
| 1037 | return 0; |
| 1038 | } |
Roland McGrath | 576b784 | 2007-11-04 00:00:00 +0000 | [diff] [blame] | 1039 | sp = regs.regs[29]; |
| 1040 | if (umove(tcp, sp, &si) < 0) |
Denys Vlasenko | facd45b | 2011-06-09 01:22:10 +0200 | [diff] [blame] | 1041 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1042 | long_to_sigset(si.si_mask, &sigm); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 1043 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Wichert Akkerman | f90da01 | 1999-10-31 21:15:38 +0000 | [diff] [blame] | 1044 | } |
| 1045 | return 0; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 1046 | #elif defined(CRISV10) || defined(CRISV32) |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 1047 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 1048 | struct sigcontext sc; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 1049 | long regs[PT_MAX+1]; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1050 | sigset_t sigm; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 1051 | if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (long)regs) < 0) { |
| 1052 | perror("sigreturn: PTRACE_GETREGS"); |
| 1053 | return 0; |
| 1054 | } |
| 1055 | if (umove(tcp, regs[PT_USP], &sc) < 0) |
| 1056 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1057 | long_to_sigset(sc.oldmask, &sigm); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 1058 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 1059 | } |
| 1060 | return 0; |
Chris Metcalf | c8c6698 | 2009-12-28 10:00:15 -0500 | [diff] [blame] | 1061 | #elif defined(TILE) |
Chris Metcalf | c8c6698 | 2009-12-28 10:00:15 -0500 | [diff] [blame] | 1062 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 1063 | struct ucontext uc; |
| 1064 | long sp; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1065 | sigset_t sigm; |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 1066 | |
| 1067 | /* offset of ucontext in the kernel's sigframe structure */ |
| 1068 | # define SIGFRAME_UC_OFFSET C_ABI_SAVE_AREA_SIZE + sizeof(struct siginfo) |
Chris Metcalf | c8c6698 | 2009-12-28 10:00:15 -0500 | [diff] [blame] | 1069 | if (upeek(tcp, PTREGS_OFFSET_SP, &sp) < 0) |
| 1070 | return 0; |
| 1071 | if (umove(tcp, sp + SIGFRAME_UC_OFFSET, &uc) < 0) |
| 1072 | return 0; |
Denys Vlasenko | d9560c1 | 2011-08-19 17:41:28 +0200 | [diff] [blame] | 1073 | sigemptyset(&sigm); |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1074 | memcpy(&sigm, &uc.uc_sigmask, NSIG / 8); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 1075 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Chris Metcalf | c8c6698 | 2009-12-28 10:00:15 -0500 | [diff] [blame] | 1076 | } |
| 1077 | return 0; |
Edgar E. Iglesias | 939caba | 2010-07-06 14:21:07 +0200 | [diff] [blame] | 1078 | #elif defined(MICROBLAZE) |
Edgar E. Iglesias | 939caba | 2010-07-06 14:21:07 +0200 | [diff] [blame] | 1079 | /* TODO: Verify that this is correct... */ |
| 1080 | if (entering(tcp)) { |
Denys Vlasenko | 56a5298 | 2011-06-09 01:36:29 +0200 | [diff] [blame] | 1081 | struct sigcontext sc; |
Edgar E. Iglesias | 939caba | 2010-07-06 14:21:07 +0200 | [diff] [blame] | 1082 | long sp; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1083 | sigset_t sigm; |
Edgar E. Iglesias | 939caba | 2010-07-06 14:21:07 +0200 | [diff] [blame] | 1084 | /* Read r1, the stack pointer. */ |
| 1085 | if (upeek(tcp, 1 * 4, &sp) < 0) |
| 1086 | return 0; |
| 1087 | if (umove(tcp, sp, &sc) < 0) |
| 1088 | return 0; |
Denys Vlasenko | b11322f | 2012-01-10 16:40:35 +0100 | [diff] [blame] | 1089 | long_to_sigset(sc.oldmask, &sigm); |
Andreas Schwab | a7920a8 | 2012-01-17 17:56:44 +0100 | [diff] [blame] | 1090 | tprints(sprintsigmask(") (mask ", &sigm, 0)); |
Edgar E. Iglesias | 939caba | 2010-07-06 14:21:07 +0200 | [diff] [blame] | 1091 | } |
| 1092 | return 0; |
Wichert Akkerman | c1652e2 | 2001-03-27 12:17:16 +0000 | [diff] [blame] | 1093 | #else |
Michal Ludvig | 0e03550 | 2002-09-23 15:41:01 +0000 | [diff] [blame] | 1094 | #warning No sys_sigreturn() for this architecture |
| 1095 | #warning (no problem, just a reminder :-) |
Wichert Akkerman | c1652e2 | 2001-03-27 12:17:16 +0000 | [diff] [blame] | 1096 | return 0; |
Denys Vlasenko | ea0e6e8 | 2009-02-25 17:08:40 +0000 | [diff] [blame] | 1097 | #endif |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1098 | } |
| 1099 | |
| 1100 | int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 1101 | sys_siggetmask(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1102 | { |
| 1103 | if (exiting(tcp)) { |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1104 | sigset_t sigm; |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1105 | long_to_sigset(tcp->u_rval, &sigm); |
| 1106 | tcp->auxstr = sprintsigmask("mask ", &sigm, 0); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1107 | } |
| 1108 | return RVAL_HEX | RVAL_STR; |
| 1109 | } |
| 1110 | |
| 1111 | int |
Dmitry V. Levin | e5e6085 | 2009-12-31 22:50:49 +0000 | [diff] [blame] | 1112 | sys_sigsuspend(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1113 | { |
| 1114 | if (entering(tcp)) { |
| 1115 | sigset_t sigm; |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1116 | long_to_sigset(tcp->u_arg[2], &sigm); |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1117 | printsigmask(&sigm, 0); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1118 | } |
| 1119 | return 0; |
| 1120 | } |
| 1121 | |
Denys Vlasenko | 8470374 | 2012-02-25 02:38:52 +0100 | [diff] [blame] | 1122 | #if !defined SS_ONSTACK |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1123 | #define SS_ONSTACK 1 |
| 1124 | #define SS_DISABLE 2 |
| 1125 | #if __GLIBC_MINOR__ == 0 |
| 1126 | typedef struct |
| 1127 | { |
| 1128 | __ptr_t ss_sp; |
| 1129 | int ss_flags; |
| 1130 | size_t ss_size; |
| 1131 | } stack_t; |
| 1132 | #endif |
| 1133 | #endif |
| 1134 | |
Roland McGrath | d9f816f | 2004-09-04 03:39:20 +0000 | [diff] [blame] | 1135 | static const struct xlat sigaltstack_flags[] = { |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1136 | { SS_ONSTACK, "SS_ONSTACK" }, |
| 1137 | { SS_DISABLE, "SS_DISABLE" }, |
| 1138 | { 0, NULL }, |
| 1139 | }; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1140 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1141 | static int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 1142 | print_stack_t(struct tcb *tcp, unsigned long addr) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1143 | { |
| 1144 | stack_t ss; |
| 1145 | if (umove(tcp, addr, &ss) < 0) |
| 1146 | return -1; |
| 1147 | tprintf("{ss_sp=%#lx, ss_flags=", (unsigned long) ss.ss_sp); |
Roland McGrath | b2dee13 | 2005-06-01 19:02:36 +0000 | [diff] [blame] | 1148 | printflags(sigaltstack_flags, ss.ss_flags, "SS_???"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1149 | tprintf(", ss_size=%lu}", (unsigned long) ss.ss_size); |
| 1150 | return 0; |
| 1151 | } |
| 1152 | |
| 1153 | int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 1154 | sys_sigaltstack(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1155 | { |
| 1156 | if (entering(tcp)) { |
| 1157 | if (tcp->u_arg[0] == 0) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1158 | tprints("NULL"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1159 | else if (print_stack_t(tcp, tcp->u_arg[0]) < 0) |
| 1160 | return -1; |
| 1161 | } |
| 1162 | else { |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1163 | tprints(", "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1164 | if (tcp->u_arg[1] == 0) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1165 | tprints("NULL"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1166 | else if (print_stack_t(tcp, tcp->u_arg[1]) < 0) |
| 1167 | return -1; |
| 1168 | } |
| 1169 | return 0; |
| 1170 | } |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1171 | |
| 1172 | #ifdef HAVE_SIGACTION |
| 1173 | |
| 1174 | int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 1175 | sys_sigprocmask(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1176 | { |
| 1177 | #ifdef ALPHA |
Mike Frysinger | dde045c | 2012-03-15 00:45:33 -0400 | [diff] [blame] | 1178 | sigset_t ss; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1179 | if (entering(tcp)) { |
Mike Frysinger | dde045c | 2012-03-15 00:45:33 -0400 | [diff] [blame] | 1180 | /* |
| 1181 | * Alpha/OSF is different: it doesn't pass in two pointers, |
| 1182 | * but rather passes in the new bitmask as an argument and |
| 1183 | * then returns the old bitmask. This "works" because we |
| 1184 | * only have 64 signals to worry about. If you want more, |
| 1185 | * use of the rt_sigprocmask syscall is required. |
| 1186 | * Alpha: |
| 1187 | * old = osf_sigprocmask(how, new); |
| 1188 | * Everyone else: |
| 1189 | * ret = sigprocmask(how, &new, &old, ...); |
| 1190 | */ |
| 1191 | memcpy(&ss, &tcp->u_arg[1], sizeof(long)); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1192 | printxval(sigprocmaskcmds, tcp->u_arg[0], "SIG_???"); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1193 | tprints(", "); |
Mike Frysinger | dde045c | 2012-03-15 00:45:33 -0400 | [diff] [blame] | 1194 | printsigmask(&ss, 0); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1195 | } |
| 1196 | else if (!syserror(tcp)) { |
Mike Frysinger | dde045c | 2012-03-15 00:45:33 -0400 | [diff] [blame] | 1197 | memcpy(&ss, &tcp->u_rval, sizeof(long)); |
| 1198 | tcp->auxstr = sprintsigmask("old mask ", &ss, 0); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1199 | return RVAL_HEX | RVAL_STR; |
| 1200 | } |
| 1201 | #else /* !ALPHA */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1202 | if (entering(tcp)) { |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1203 | printxval(sigprocmaskcmds, tcp->u_arg[0], "SIG_???"); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1204 | tprints(", "); |
Dmitry V. Levin | 95ebf5a | 2006-10-13 20:25:12 +0000 | [diff] [blame] | 1205 | print_sigset(tcp, tcp->u_arg[1], 0); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1206 | tprints(", "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1207 | } |
| 1208 | else { |
| 1209 | if (!tcp->u_arg[2]) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1210 | tprints("NULL"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1211 | else if (syserror(tcp)) |
| 1212 | tprintf("%#lx", tcp->u_arg[2]); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1213 | else |
Dmitry V. Levin | 95ebf5a | 2006-10-13 20:25:12 +0000 | [diff] [blame] | 1214 | print_sigset(tcp, tcp->u_arg[2], 0); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1215 | } |
| 1216 | #endif /* !ALPHA */ |
| 1217 | return 0; |
| 1218 | } |
| 1219 | |
| 1220 | #endif /* HAVE_SIGACTION */ |
| 1221 | |
| 1222 | int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 1223 | sys_kill(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1224 | { |
| 1225 | if (entering(tcp)) { |
Roland McGrath | 4d7ed02 | 2008-05-20 01:43:09 +0000 | [diff] [blame] | 1226 | long pid = tcp->u_arg[0]; |
Denys Vlasenko | a794974 | 2011-08-21 17:26:55 +0200 | [diff] [blame] | 1227 | #if SUPPORTED_PERSONALITIES > 1 |
| 1228 | /* Sign-extend a 32-bit value when that's what it is. */ |
Denys Vlasenko | 9fd4f96 | 2012-03-19 09:36:42 +0100 | [diff] [blame] | 1229 | if (current_wordsize < sizeof pid) |
Roland McGrath | 4d7ed02 | 2008-05-20 01:43:09 +0000 | [diff] [blame] | 1230 | pid = (long) (int) pid; |
Denys Vlasenko | a794974 | 2011-08-21 17:26:55 +0200 | [diff] [blame] | 1231 | #endif |
Roland McGrath | 4d7ed02 | 2008-05-20 01:43:09 +0000 | [diff] [blame] | 1232 | tprintf("%ld, %s", pid, signame(tcp->u_arg[1])); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1233 | } |
| 1234 | return 0; |
| 1235 | } |
| 1236 | |
Roland McGrath | 8ffc352 | 2003-07-09 09:47:49 +0000 | [diff] [blame] | 1237 | int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 1238 | sys_tgkill(struct tcb *tcp) |
Roland McGrath | 8ffc352 | 2003-07-09 09:47:49 +0000 | [diff] [blame] | 1239 | { |
| 1240 | if (entering(tcp)) { |
| 1241 | tprintf("%ld, %ld, %s", |
| 1242 | tcp->u_arg[0], tcp->u_arg[1], signame(tcp->u_arg[2])); |
| 1243 | } |
| 1244 | return 0; |
| 1245 | } |
Roland McGrath | 8ffc352 | 2003-07-09 09:47:49 +0000 | [diff] [blame] | 1246 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1247 | int |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 1248 | sys_sigpending(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1249 | { |
| 1250 | sigset_t sigset; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1251 | |
| 1252 | if (exiting(tcp)) { |
| 1253 | if (syserror(tcp)) |
| 1254 | tprintf("%#lx", tcp->u_arg[0]); |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1255 | else if (copy_sigset(tcp, tcp->u_arg[0], &sigset) < 0) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1256 | tprints("[?]"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1257 | else |
Wichert Akkerman | 4695657 | 1999-11-26 10:12:59 +0000 | [diff] [blame] | 1258 | printsigmask(&sigset, 0); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1259 | } |
| 1260 | return 0; |
| 1261 | } |
| 1262 | |
Denys Vlasenko | 1201426 | 2011-05-30 14:00:14 +0200 | [diff] [blame] | 1263 | int |
| 1264 | sys_rt_sigprocmask(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1265 | { |
| 1266 | sigset_t sigset; |
| 1267 | |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1268 | /* Note: arg[3] is the length of the sigset. */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1269 | if (entering(tcp)) { |
| 1270 | printxval(sigprocmaskcmds, tcp->u_arg[0], "SIG_???"); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1271 | tprints(", "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1272 | if (!tcp->u_arg[1]) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1273 | tprints("NULL, "); |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1274 | else if (copy_sigset_len(tcp, tcp->u_arg[1], &sigset, tcp->u_arg[3]) < 0) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1275 | tprintf("%#lx, ", tcp->u_arg[1]); |
| 1276 | else { |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1277 | printsigmask(&sigset, 1); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1278 | tprints(", "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1279 | } |
| 1280 | } |
| 1281 | else { |
| 1282 | if (!tcp->u_arg[2]) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1283 | tprints("NULL"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1284 | else if (syserror(tcp)) |
| 1285 | tprintf("%#lx", tcp->u_arg[2]); |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1286 | else if (copy_sigset_len(tcp, tcp->u_arg[2], &sigset, tcp->u_arg[3]) < 0) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1287 | tprints("[?]"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1288 | else |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1289 | printsigmask(&sigset, 1); |
Nate Sammons | dab325a | 1999-03-29 23:33:35 +0000 | [diff] [blame] | 1290 | tprintf(", %lu", tcp->u_arg[3]); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1291 | } |
| 1292 | return 0; |
| 1293 | } |
| 1294 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1295 | /* Structure describing the action to be taken when a signal arrives. */ |
| 1296 | struct new_sigaction |
| 1297 | { |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1298 | __sighandler_t __sa_handler; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1299 | unsigned long sa_flags; |
| 1300 | void (*sa_restorer) (void); |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1301 | /* Kernel treats sa_mask as an array of longs. */ |
| 1302 | unsigned long sa_mask[NSIG / sizeof(long) ? NSIG / sizeof(long) : 1]; |
| 1303 | }; |
| 1304 | /* Same for i386-on-x86_64 and similar cases */ |
| 1305 | struct new_sigaction32 |
| 1306 | { |
| 1307 | uint32_t __sa_handler; |
| 1308 | uint32_t sa_flags; |
| 1309 | uint32_t sa_restorer; |
| 1310 | uint32_t sa_mask[2 * (NSIG / sizeof(long) ? NSIG / sizeof(long) : 1)]; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1311 | }; |
| 1312 | |
Roland McGrath | 5f20681 | 2008-08-20 01:59:40 +0000 | [diff] [blame] | 1313 | int |
Denys Vlasenko | 1d63246 | 2009-04-14 12:51:00 +0000 | [diff] [blame] | 1314 | sys_rt_sigaction(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1315 | { |
| 1316 | struct new_sigaction sa; |
| 1317 | sigset_t sigset; |
| 1318 | long addr; |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1319 | int r; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1320 | |
| 1321 | if (entering(tcp)) { |
| 1322 | printsignal(tcp->u_arg[0]); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1323 | tprints(", "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1324 | addr = tcp->u_arg[1]; |
| 1325 | } else |
| 1326 | addr = tcp->u_arg[2]; |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1327 | |
| 1328 | if (addr == 0) { |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1329 | tprints("NULL"); |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1330 | goto after_sa; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1331 | } |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1332 | if (!verbose(tcp)) { |
| 1333 | tprintf("%#lx", addr); |
| 1334 | goto after_sa; |
| 1335 | } |
| 1336 | #if SUPPORTED_PERSONALITIES > 1 |
Dmitry V. Levin | 63e4f86 | 2012-03-15 20:42:46 +0000 | [diff] [blame] | 1337 | #if SIZEOF_LONG > 4 |
Denys Vlasenko | 9fd4f96 | 2012-03-19 09:36:42 +0100 | [diff] [blame] | 1338 | if (current_wordsize != sizeof(sa.sa_flags) && current_wordsize == 4) { |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1339 | struct new_sigaction32 sa32; |
| 1340 | r = umove(tcp, addr, &sa32); |
| 1341 | if (r >= 0) { |
| 1342 | memset(&sa, 0, sizeof(sa)); |
| 1343 | sa.__sa_handler = (void*)(unsigned long)sa32.__sa_handler; |
| 1344 | sa.sa_flags = sa32.sa_flags; |
| 1345 | sa.sa_restorer = (void*)(unsigned long)sa32.sa_restorer; |
| 1346 | /* Kernel treats sa_mask as an array of longs. |
| 1347 | * For 32-bit process, "long" is uint32_t, thus, for example, |
| 1348 | * 32th bit in sa_mask will end up as bit 0 in sa_mask[1]. |
| 1349 | * But for (64-bit) kernel, 32th bit in sa_mask is |
| 1350 | * 32th bit in 0th (64-bit) long! |
| 1351 | * For little-endian, it's the same. |
| 1352 | * For big-endian, we swap 32-bit words. |
| 1353 | */ |
| 1354 | sa.sa_mask[0] = sa32.sa_mask[0] + ((long)(sa32.sa_mask[1]) << 32); |
| 1355 | } |
| 1356 | } else |
| 1357 | #endif |
Dmitry V. Levin | 63e4f86 | 2012-03-15 20:42:46 +0000 | [diff] [blame] | 1358 | #endif |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1359 | { |
| 1360 | r = umove(tcp, addr, &sa); |
| 1361 | } |
| 1362 | if (r < 0) { |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1363 | tprints("{...}"); |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1364 | goto after_sa; |
| 1365 | } |
Carlos O'Donell | 4677c8a | 2009-09-09 18:13:19 +0000 | [diff] [blame] | 1366 | /* Architectures using function pointers, like |
| 1367 | * hppa, may need to manipulate the function pointer |
| 1368 | * to compute the result of a comparison. However, |
| 1369 | * the SA_HANDLER function pointer exists only in |
| 1370 | * the address space of the traced process, and can't |
| 1371 | * be manipulated by strace. In order to prevent the |
| 1372 | * compiler from generating code to manipulate |
| 1373 | * SA_HANDLER we cast the function pointers to long. */ |
| 1374 | if ((long)sa.__sa_handler == (long)SIG_ERR) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1375 | tprints("{SIG_ERR, "); |
Carlos O'Donell | 4677c8a | 2009-09-09 18:13:19 +0000 | [diff] [blame] | 1376 | else if ((long)sa.__sa_handler == (long)SIG_DFL) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1377 | tprints("{SIG_DFL, "); |
Carlos O'Donell | 4677c8a | 2009-09-09 18:13:19 +0000 | [diff] [blame] | 1378 | else if ((long)sa.__sa_handler == (long)SIG_IGN) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1379 | tprints("{SIG_IGN, "); |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1380 | else |
| 1381 | tprintf("{%#lx, ", (long) sa.__sa_handler); |
| 1382 | /* Questionable code below. |
| 1383 | * Kernel won't handle sys_rt_sigaction |
| 1384 | * with wrong sigset size (just returns EINVAL) |
| 1385 | * therefore tcp->u_arg[3(4)] _must_ be NSIG / 8 here, |
| 1386 | * and we always use smaller memcpy. */ |
| 1387 | sigemptyset(&sigset); |
| 1388 | #ifdef LINUXSPARC |
| 1389 | if (tcp->u_arg[4] <= sizeof(sigset)) |
| 1390 | memcpy(&sigset, &sa.sa_mask, tcp->u_arg[4]); |
| 1391 | #else |
| 1392 | if (tcp->u_arg[3] <= sizeof(sigset)) |
| 1393 | memcpy(&sigset, &sa.sa_mask, tcp->u_arg[3]); |
| 1394 | #endif |
| 1395 | else |
| 1396 | memcpy(&sigset, &sa.sa_mask, sizeof(sigset)); |
| 1397 | printsigmask(&sigset, 1); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1398 | tprints(", "); |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1399 | printflags(sigact_flags, sa.sa_flags, "SA_???"); |
| 1400 | #ifdef SA_RESTORER |
| 1401 | if (sa.sa_flags & SA_RESTORER) |
| 1402 | tprintf(", %p", sa.sa_restorer); |
| 1403 | #endif |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1404 | tprints("}"); |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1405 | |
| 1406 | after_sa: |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1407 | if (entering(tcp)) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1408 | tprints(", "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1409 | else |
Wichert Akkerman | dacfb6e | 1999-06-03 14:21:07 +0000 | [diff] [blame] | 1410 | #ifdef LINUXSPARC |
| 1411 | tprintf(", %#lx, %lu", tcp->u_arg[3], tcp->u_arg[4]); |
| 1412 | #elif defined(ALPHA) |
| 1413 | tprintf(", %lu, %#lx", tcp->u_arg[3], tcp->u_arg[4]); |
| 1414 | #else |
Denys Vlasenko | 7a862d7 | 2009-04-15 13:22:59 +0000 | [diff] [blame] | 1415 | tprintf(", %lu", tcp->u_arg[3]); |
Wichert Akkerman | dacfb6e | 1999-06-03 14:21:07 +0000 | [diff] [blame] | 1416 | #endif |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1417 | return 0; |
| 1418 | } |
| 1419 | |
Denys Vlasenko | 1d63246 | 2009-04-14 12:51:00 +0000 | [diff] [blame] | 1420 | int |
| 1421 | sys_rt_sigpending(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1422 | { |
| 1423 | sigset_t sigset; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1424 | |
| 1425 | if (exiting(tcp)) { |
| 1426 | if (syserror(tcp)) |
| 1427 | tprintf("%#lx", tcp->u_arg[0]); |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1428 | else if (copy_sigset_len(tcp, tcp->u_arg[0], |
| 1429 | &sigset, tcp->u_arg[1]) < 0) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1430 | tprints("[?]"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1431 | else |
Wichert Akkerman | 4695657 | 1999-11-26 10:12:59 +0000 | [diff] [blame] | 1432 | printsigmask(&sigset, 1); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1433 | } |
| 1434 | return 0; |
| 1435 | } |
Denys Vlasenko | 1d63246 | 2009-04-14 12:51:00 +0000 | [diff] [blame] | 1436 | |
| 1437 | int |
| 1438 | sys_rt_sigsuspend(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1439 | { |
| 1440 | if (entering(tcp)) { |
| 1441 | sigset_t sigm; |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1442 | if (copy_sigset_len(tcp, tcp->u_arg[0], &sigm, tcp->u_arg[1]) < 0) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1443 | tprints("[?]"); |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1444 | else |
| 1445 | printsigmask(&sigm, 1); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1446 | } |
| 1447 | return 0; |
| 1448 | } |
Denys Vlasenko | 1d63246 | 2009-04-14 12:51:00 +0000 | [diff] [blame] | 1449 | |
Dmitry V. Levin | 297632b | 2012-03-13 15:51:13 +0000 | [diff] [blame] | 1450 | static void |
| 1451 | print_sigqueueinfo(struct tcb *tcp, int sig, unsigned long uinfo) |
| 1452 | { |
| 1453 | siginfo_t si; |
| 1454 | |
| 1455 | printsignal(sig); |
| 1456 | tprints(", "); |
| 1457 | if (umove(tcp, uinfo, &si) < 0) |
| 1458 | tprintf("%#lx", uinfo); |
| 1459 | else |
| 1460 | printsiginfo(&si, verbose(tcp)); |
| 1461 | } |
| 1462 | |
Denys Vlasenko | 1d63246 | 2009-04-14 12:51:00 +0000 | [diff] [blame] | 1463 | int |
| 1464 | sys_rt_sigqueueinfo(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1465 | { |
| 1466 | if (entering(tcp)) { |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1467 | tprintf("%lu, ", tcp->u_arg[0]); |
Dmitry V. Levin | 297632b | 2012-03-13 15:51:13 +0000 | [diff] [blame] | 1468 | print_sigqueueinfo(tcp, tcp->u_arg[1], tcp->u_arg[2]); |
| 1469 | } |
| 1470 | return 0; |
| 1471 | } |
| 1472 | |
| 1473 | int |
| 1474 | sys_rt_tgsigqueueinfo(struct tcb *tcp) |
| 1475 | { |
| 1476 | if (entering(tcp)) { |
| 1477 | tprintf("%lu, %lu, ", tcp->u_arg[0], tcp->u_arg[1]); |
| 1478 | print_sigqueueinfo(tcp, tcp->u_arg[2], tcp->u_arg[3]); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1479 | } |
| 1480 | return 0; |
| 1481 | } |
| 1482 | |
Denys Vlasenko | 1d63246 | 2009-04-14 12:51:00 +0000 | [diff] [blame] | 1483 | int sys_rt_sigtimedwait(struct tcb *tcp) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1484 | { |
| 1485 | if (entering(tcp)) { |
| 1486 | sigset_t sigset; |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1487 | |
Roland McGrath | a39c5a1 | 2002-12-17 05:10:37 +0000 | [diff] [blame] | 1488 | if (copy_sigset_len(tcp, tcp->u_arg[0], |
Nate Sammons | 4a12143 | 1999-04-06 01:19:39 +0000 | [diff] [blame] | 1489 | &sigset, tcp->u_arg[3]) < 0) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1490 | tprints("[?]"); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1491 | else |
Wichert Akkerman | 4695657 | 1999-11-26 10:12:59 +0000 | [diff] [blame] | 1492 | printsigmask(&sigset, 1); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1493 | tprints(", "); |
Denys Vlasenko | b1a78cf | 2009-04-15 13:31:59 +0000 | [diff] [blame] | 1494 | /* This is the only "return" parameter, */ |
| 1495 | if (tcp->u_arg[1] != 0) |
| 1496 | return 0; |
| 1497 | /* ... if it's NULL, can decode all on entry */ |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1498 | tprints("NULL, "); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1499 | } |
Denys Vlasenko | b1a78cf | 2009-04-15 13:31:59 +0000 | [diff] [blame] | 1500 | else if (tcp->u_arg[1] != 0) { |
| 1501 | /* syscall exit, and u_arg[1] wasn't NULL */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1502 | if (syserror(tcp)) |
Denys Vlasenko | b1a78cf | 2009-04-15 13:31:59 +0000 | [diff] [blame] | 1503 | tprintf("%#lx, ", tcp->u_arg[1]); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1504 | else { |
| 1505 | siginfo_t si; |
| 1506 | if (umove(tcp, tcp->u_arg[1], &si) < 0) |
Denys Vlasenko | b1a78cf | 2009-04-15 13:31:59 +0000 | [diff] [blame] | 1507 | tprintf("%#lx, ", tcp->u_arg[1]); |
| 1508 | else { |
Denys Vlasenko | f535b54 | 2009-01-13 18:30:55 +0000 | [diff] [blame] | 1509 | printsiginfo(&si, verbose(tcp)); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1510 | tprints(", "); |
Denys Vlasenko | b1a78cf | 2009-04-15 13:31:59 +0000 | [diff] [blame] | 1511 | } |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1512 | } |
| 1513 | } |
Denys Vlasenko | b1a78cf | 2009-04-15 13:31:59 +0000 | [diff] [blame] | 1514 | else { |
| 1515 | /* syscall exit, and u_arg[1] was NULL */ |
| 1516 | return 0; |
| 1517 | } |
| 1518 | print_timespec(tcp, tcp->u_arg[2]); |
| 1519 | tprintf(", %d", (int) tcp->u_arg[3]); |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1520 | return 0; |
| 1521 | }; |
| 1522 | |
Roland McGrath | 79dcd7a | 2006-01-12 22:34:50 +0000 | [diff] [blame] | 1523 | int |
Denys Vlasenko | 1d63246 | 2009-04-14 12:51:00 +0000 | [diff] [blame] | 1524 | sys_restart_syscall(struct tcb *tcp) |
Roland McGrath | 79dcd7a | 2006-01-12 22:34:50 +0000 | [diff] [blame] | 1525 | { |
| 1526 | if (entering(tcp)) |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1527 | tprints("<... resuming interrupted call ...>"); |
Roland McGrath | 79dcd7a | 2006-01-12 22:34:50 +0000 | [diff] [blame] | 1528 | return 0; |
| 1529 | } |
| 1530 | |
Dmitry V. Levin | 4371b10 | 2008-11-10 22:53:02 +0000 | [diff] [blame] | 1531 | static int |
| 1532 | do_signalfd(struct tcb *tcp, int flags_arg) |
Roland McGrath | f46ccd3 | 2007-08-02 01:15:59 +0000 | [diff] [blame] | 1533 | { |
| 1534 | if (entering(tcp)) { |
Dmitry V. Levin | 3138213 | 2011-03-04 05:08:02 +0300 | [diff] [blame] | 1535 | printfd(tcp, tcp->u_arg[0]); |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1536 | tprints(", "); |
Roland McGrath | f46ccd3 | 2007-08-02 01:15:59 +0000 | [diff] [blame] | 1537 | print_sigset(tcp, tcp->u_arg[1], 1); |
Dmitry V. Levin | 9d2ee3d | 2009-10-05 13:45:19 +0000 | [diff] [blame] | 1538 | tprintf(", %lu", tcp->u_arg[2]); |
Dmitry V. Levin | 4371b10 | 2008-11-10 22:53:02 +0000 | [diff] [blame] | 1539 | if (flags_arg >= 0) { |
Denys Vlasenko | 60fe8c1 | 2011-09-01 10:00:28 +0200 | [diff] [blame] | 1540 | tprints(", "); |
Dmitry V. Levin | 4371b10 | 2008-11-10 22:53:02 +0000 | [diff] [blame] | 1541 | printflags(open_mode_flags, tcp->u_arg[flags_arg], "O_???"); |
| 1542 | } |
Roland McGrath | f46ccd3 | 2007-08-02 01:15:59 +0000 | [diff] [blame] | 1543 | } |
| 1544 | return 0; |
| 1545 | } |
Dmitry V. Levin | 4371b10 | 2008-11-10 22:53:02 +0000 | [diff] [blame] | 1546 | |
| 1547 | int |
| 1548 | sys_signalfd(struct tcb *tcp) |
| 1549 | { |
| 1550 | return do_signalfd(tcp, -1); |
| 1551 | } |
| 1552 | |
| 1553 | int |
| 1554 | sys_signalfd4(struct tcb *tcp) |
| 1555 | { |
| 1556 | return do_signalfd(tcp, 3); |
| 1557 | } |