- fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
- 6eee4e0 process.c: include less headers by Dmitry V. Levin · 10 years ago
- 8c0ef94 Unexport struct_user_offsets by Dmitry V. Levin · 10 years ago
- c6ce4fd process.c: introduce XLAT_UOFF macro by Dmitry V. Levin · 10 years ago
- 03c06ea process.c: move sethostname and gethostname parsers to a separate file by Dmitry V. Levin · 10 years ago
- 9175909 process.c: move exit parser to a separate file by Dmitry V. Levin · 10 years ago
- 265903a process.c: move clone, setns, unshare, and fork parsers to a separate file by Dmitry V. Levin · 10 years ago
- e93ef1e process.c: move get*uid and set*uid parsers to a separate file by Dmitry V. Levin · 10 years ago
- 7211480 process.c: move getgroups* and setgroups* parsers to a separate file by Dmitry V. Levin · 10 years ago
- 7be2318 process.c: move execve and execv parsers to a separate file by Dmitry V. Levin · 10 years ago
- 7ccc144 process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file by Dmitry V. Levin · 10 years ago
- 58dd2cf process.c: move uname parser to a separate file by Dmitry V. Levin · 10 years ago
- e314f80 process.c: move futex parser to a separate file by Dmitry V. Levin · 10 years ago
- 8357638 process.c: move get_robust_list parser to a separate file by Dmitry V. Levin · 10 years ago
- fff2f31 process.c: move sched_* parsers to a separate file by Dmitry V. Levin · 10 years ago
- b94b983 process.c: move sched_setaffinity and sched_getaffinity parsers to a separate file by Dmitry V. Levin · 10 years ago
- 53c993d process.c: move prctl and arch_prctl parsers to a separate file by Dmitry V. Levin · 10 years ago
- 665f10c process.c: move getcpu parser to a separate file by Dmitry V. Levin · 10 years ago
- db16c52 process.c: move process_vm_readv and process_vm_writev parsers to a separate file by Dmitry V. Levin · 10 years ago
- 907df1e Alias sys_setdomainname to sys_sethostname by Dmitry V. Levin · 10 years ago
- 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
- 57fac75 xtensa: sort values in struct_user_offsets by Max Filippov · 10 years ago
- ed69fc2 unwind: move stacktrace capturing and mmap cache invalidating to trace_syscall_entering by Masatake YAMATO · 11 years ago
- f8e39d7 unwind: introduce queue_t for capturing stacktrace by Masatake YAMATO · 11 years ago
- 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 11 years ago
- 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
- d35bdca Compress blank lines by Dmitry V. Levin · 11 years ago
- 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 11 years ago
- 3a3b71c Use printstr for sethostname, setdomainname, and gethostname decoding by Dmitry V. Levin · 10 years ago
- b2ede14 Enhance setns syscall decoding by Masatake YAMATO · 10 years ago
- 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 10 years ago
- 99a0544 Refactor LDT decoding by Dmitry V. Levin · 11 years ago
- f94e847 x32: decode clone LDT user_desc entries for x86 processes by Dmitry V. Levin · 11 years ago
- 44655a4 x86-64: decode clone LDT user_desc entries for x86 processes by Elliott Hughes · 11 years ago
- 2c4fb25 x32: fix clone(2) argument order for x86 processes by Dmitry V. Levin · 11 years ago
- b563325 x86-64: fix clone(2) argument order for x86 processes by Elliott Hughes · 11 years ago
- 5945273 Use XLAT_END macro by Dmitry V. Levin · 11 years ago
- 9f56d87 Convert futexops to XLAT form by Dmitry V. Levin · 11 years ago
- bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
- 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 11 years ago
- e19a712 Use standard names of sched_param structure members by Dmitry V. Levin · 11 years ago
- 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
- 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
- d083016 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED by Denys Vlasenko · 11 years ago
- f782201 Update PTRACE_O_* constants by Dmitry V. Levin · 11 years ago
- 7a0fb38 Update PR_* constants by Dmitry V. Levin · 11 years ago
- b6593de Update PR_* constants by Dmitry V. Levin · 12 years ago
- 8f636ed Add support for the XTENSA architecture by Chris Zankel · 12 years ago
- c41808b ptrace: decode note segment descriptor types by Dmitry V. Levin · 12 years ago
- 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 12 years ago
- 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 12 years ago
- 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 12 years ago
- d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 12 years ago
- be99497 Decode struct iov in PTRACE_GET/SETREGSET by Denys Vlasenko · 12 years ago
- 873e5a5 Unify representations of struct user fields for subarchitectures by Denys Vlasenko · 12 years ago
- 74307a6 Add start_code and start_data members of struct user by Denys Vlasenko · 12 years ago
- 729e18d Deobfuscate definitions of struct user offsets by Denys Vlasenko · 12 years ago
- 0b99a8a Add tilegx support to strace by Chris Metcalf · 12 years ago
- d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
- ea22e97 Make printing of utsname.domainname more portable by Dmitry V. Levin · 13 years ago
- 3efa7c7 Enable printing of uts.domainname in uname syscall by Denys Vlasenko · 13 years ago
- 35be581 Add x32 support to strace by H.J. Lu · 13 years ago
- 513e9c2 simple cleanups in defs.h. No logic changes. by Denys Vlasenko · 13 years ago
- b7a6dae Trivial tweaks. No logic changes by Denys Vlasenko · 13 years ago
- 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
- 146b944 Make internal_fork and internal_exec static by Denys Vlasenko · 13 years ago
- 081533c Move change_syscall() to its only user and make it static by Denys Vlasenko · 13 years ago
- 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 13 years ago
- a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
- bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 13 years ago
- 7de265d Fix logging for "strace -o FILE -ff test/threaded_execve" test case by Denys Vlasenko · 13 years ago
- 1ff463d Implement sched_rr_get_interval syscall decoder by Dmitry V. Levin · 13 years ago
- 1b0bae2 Implement get_robust_list syscall decoder by Dmitry V. Levin · 13 years ago
- 0395210 Implement process_vm_writev decoder by Dmitry V. Levin · 13 years ago
- 0bfd744 Output iovec length in vmsplice and process_vm_readv decoders by Dmitry V. Levin · 13 years ago
- 1945ccc Assorted trivial optimizations by Denys Vlasenko · 13 years ago
- 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 13 years ago
- b237b1b Style fixes, no code changes by Denys Vlasenko · 13 years ago
- e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
- 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
- ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
- 44824b9 Eliminate native_scno and known_scno by Dmitry V. Levin · 13 years ago
- 31fa8a2 Add experimental code to use PTRACE_SEIZE, disabled by default by Denys Vlasenko · 13 years ago
- 3af224c Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocks by Denys Vlasenko · 13 years ago
- 000b601 Fix a case of broken output if last seen syscall was exit by Denys Vlasenko · 13 years ago
- f88837a Do post-attach initialization earlier; fix "we ignore SIGSTOP on NOMMU" bug by Denys Vlasenko · 13 years ago
- 381dbc2 Set TCB_STARTUP only _after_ we attached. by Denys Vlasenko · 13 years ago
- 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
- 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
- 61526c6 Remove stray commas in struct initializers. No code changes by Denys Vlasenko · 13 years ago
- 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
- a794974 Conditionally optimize out unused code by Denys Vlasenko · 13 years ago
- 44f87ef Remove tcp->parent and TCB_CLONE_THREAD. by Denys Vlasenko · 13 years ago
- 833fb13 Remove TCB_SUSPENDED constant and related code. by Denys Vlasenko · 13 years ago
- 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
- 4724786 Remove dead "ifndef CLONE_PTRACE" branch by Denys Vlasenko · 13 years ago
- 65d7c4d Remove TCB_FOLLOWFORK by Denys Vlasenko · 13 years ago
- 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
- 2b60c35 Delete fork_tcb() by Denys Vlasenko · 13 years ago
- e7c9024 Trivial fixes by Denys Vlasenko · 13 years ago