strace/linux/mips
Dmitry V. Levin 25f91fd854 mips o32: do not bail out in get_syscall_args if umoven fails
If the kernel contains commit 84d77d3f06e7e8dea057d10e8ec77ad71f721be3,
both PTRACE_PEEKDATA and process_vm_readv become unavailable when the
process dumpable flag is cleared.  As the first 4 syscall arguments are
still available via registers, do not treat this as get_syscall_args
error.

This condition is triggered and therefore tested by prctl-dumpable test.

* linux/mips/get_syscall_args.c (get_syscall_args) [LINUX_MIPSO32]:
Do not bail out if umoven fails.
2017-08-18 14:30:08 +00:00
..
.gitignore mips: remove stub entries from syscallent files, generate stubs at build time 2015-01-13 10:55:32 +00:00
arch_getrval2.c mips: fix pipe syscall decoding 2015-03-24 00:05:43 +00:00
arch_regs.c Cleanup print_pc 2015-11-30 03:30:51 +00:00
arch_regs.h mips: use PTRACE_GETREGS to fetch all registers 2015-02-16 02:39:13 +00:00
arch_rt_sigframe.c Introduce get_rt_sigframe_addr function 2017-03-13 15:22:50 +00:00
arch_sigreturn.c ia64, mips, x86_64: remove no longer used parsers of sigreturn syscalls 2017-03-13 15:22:51 +00:00
errnoent.h Change errnoent.h files to use designated initializers 2015-02-23 13:29:17 +00:00
genstub.sh Consistently use extended regular expressions where appropriate 2016-07-28 18:32:18 +00:00
get_error.c Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval 2016-12-26 10:43:35 +00:00
get_scno.c Lowercase SCNO_IN_RANGE and SCNO_IS_VALID 2016-12-18 22:57:57 +00:00
get_syscall_args.c mips o32: do not bail out in get_syscall_args if umoven fails 2017-08-18 14:30:08 +00:00
ioctls_arch0.h ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
ioctls_inc0.h ioctl: take all 32 bits of ioctl commands into account 2015-01-22 00:27:38 +00:00
rt_sigframe.h Introduce struct_rt_sigframe type 2017-03-13 15:22:50 +00:00
set_error.c Implement success injection 2017-01-28 09:47:00 +00:00
set_scno.c Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t 2016-12-26 10:43:34 +00:00
signalent.h signalent: update from linux v3.19 2015-02-23 20:55:11 +00:00
syscallent-compat.h Implement -e trace=%stat option 2017-04-21 19:49:03 +00:00
syscallent-n32.h Add TF flag to inotify_add_watch syscall entries 2017-08-11 10:48:38 +00:00
syscallent-n64.h Add TF flag to inotify_add_watch syscall entries 2017-08-11 10:48:38 +00:00
syscallent-o32.h Add TF flag to inotify_add_watch syscall entries 2017-08-11 10:48:38 +00:00
syscallent.h mips: split syscallent.h 2013-05-07 09:43:04 +00:00
userent.h process.c: split struct_user_offsets into architecture-specific include files 2014-12-11 19:25:02 +00:00