strace/linux/mips
Dmitry V. Levin 469fd109cd Consistently use extended regular expressions where appropriate
When grep or sed is used with basic regular expressions containing
'(', ')', '{', '}', '|', '?', and '+' special characters, convert them
to extended regular expressions for better portability and readability.

* generate_mpers_am.sh: Convert grep and sed BREs to EREs.
* Makefile.am (ioctl_redefs%.h, m%_type_defs.h, m%_funcs.h,
mpers_printer_decl_pattern, printers.h, %_printer_decls.h,
%_printer_defs.h): Convert sed BREs to EREs.
* generate_sen.sh: Likewise.
* linux/mips/genstub.sh: Likewise.
* make-dsc: Likewise.
* mpers.sh: Likewise.
* xlat/gen.sh: Likewise.
* tests/Makefile.am (ksysent.h): Likewise.
* tests/ksysent.sed: Likewise.
* tests/pc.test: Likewise.
* tests/strace-S.test: Likewise.
* tests/strace-V.test: Likewise.
* tests/strace-k.test: Likewise.
2016-07-28 18:32:18 +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_sigreturn.c cleanup: make arch_sigreturn.c files more readable 2015-11-28 02:58:29 +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 alpha, ia64, mips, nios2, powerpc, sparc: always check for syscall error 2015-12-27 01:02:53 +00:00
get_scno.c cleanup: make get_scno.c files more readable 2015-11-30 01:46:52 +00:00
get_syscall_args.c cleanup: make get_syscall_args.c files more readable 2015-11-30 00:57:14 +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
signalent.h signalent: update from linux v3.19 2015-02-23 20:55:11 +00:00
syscallent-compat.h Remove initialization of big holes in syscallent.h files 2016-04-29 21:51:00 +00:00
syscallent-n32.h Implement decoding of preadv2 and pwritev2 syscalls 2016-05-11 00:58:06 +00:00
syscallent-n64.h Implement decoding of preadv2 and pwritev2 syscalls 2016-05-11 00:58:06 +00:00
syscallent-o32.h Implement decoding of preadv2 and pwritev2 syscalls 2016-05-11 00:58:06 +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