summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: use the previous image version ...NikolayMarchuk/gsoc-2017-finalDmitry V. Levin2017-12-231-0/+2
* Update NEWSNikolay Marchuk2017-12-211-0/+4
* Add description of new filtering syntaxNikolay Marchuk2017-12-211-2/+270
* tests: check path filterNikolay Marchuk2017-12-214-0/+306
* tests: check fd filterNikolay Marchuk2017-12-218-27/+355
* tests: check new syntax of inject/fault actionsNikolay Marchuk2017-12-219-133/+212
* tests: check expression parsingNikolay Marchuk2017-12-214-0/+222
* tests: check error handling of syscall filterNikolay Marchuk2017-12-213-10/+37
* Add stacktrace filter actionNikolay Marchuk2017-12-216-6/+28
* Implement new filtering language parsingNikolay Marchuk2017-12-2110-78/+567
* Optimize default filteringNikolay Marchuk2017-12-212-3/+6
* Improve fd filteringNikolay Marchuk2017-12-213-85/+138
* Implement path filterNikolay Marchuk2017-12-216-1/+86
* Implement fd filter and read/write actionsNikolay Marchuk2017-12-219-12/+64
* tests: improve syscall set syntax testingNikolay Marchuk2017-12-215-52/+108
* Implement inject and fault actionsNikolay Marchuk2017-12-217-98/+121
* Introduce new filtering architectureNikolay Marchuk2017-12-2110-26/+738
* strace.1.in: mention perf and ftrace in SEE ALSOEugene Syromyatnikov2017-12-211-0/+2
* strace.1.in: clarify -F option behaviourEugene Syromyatnikov2017-12-211-2/+9
* tests: consistently use $STRACE_EXE instead of local alternativesDmitry V. Levin2017-12-203-19/+17
* strace.c: inform the user about -F option obsolescenceEugene Syromyatnikov2017-12-201-2/+9
* strace.c: sort option arguments alphabeticallyEugene Syromyatnikov2017-12-201-5/+3
* strace.c: use _exit() instead of exit() in child's die()Eugene Syromiatnikov2017-12-201-1/+3
* syscall: replace if (debug_flag) ... with debug_msg macroHarsha Sharma2017-12-201-3/+2
* tests: check (some) debugging output generated during nsyscalls testEugene Syromyatnikov2017-12-206-1/+69
* pathtrace.c: use xgrowarrayEugene Syromiatnikov2017-12-202-8/+8
* dyxlat: use xgrowarrayDmitry V. Levin2017-12-141-7/+5
* unwind: use xgrowarrayDmitry V. Levin2017-12-141-2/+1
* strace.c: use xgrowarrayEugene Syromiatnikov2017-12-141-12/+11
* unwind: use xgrowarrayEugene Syromiatnikov2017-12-141-10/+5
* xmalloc.c: introduce xgrowarray helper functionEugene Syromiatnikov2017-12-142-0/+39
* tests: check error diagnostics when exec file name is too longDmitry V. Levin2017-12-141-0/+2
* strace.c: minor style fixesEugene Syromiatnikov2017-12-131-4/+5
* strace.c: use *_func_* message printing macros where appropriateEugene Syromiatnikov2017-12-131-17/+17
* unwind.c: more verbose mapping overlapping diagnostic messageEugene Syromiatnikov2017-12-131-2/+6
* unwind.c: non-fatal handling of asprintf errorEugene Syromiatnikov2017-12-131-3/+9
* unwind.c: eliminate DPRINTFEugene Syromiatnikov2017-12-131-24/+15
* strace.c: replace if (debug_flag) ... with suitable debug printing macrosEugene Syromiatnikov2017-12-131-29/+17
* error_prints.h: add *_func_* printing macrosEugene Syromiatnikov2017-12-131-0/+14
* error_prints.h: add debug print macrosEugene Syromiatnikov2017-12-132-1/+16
* tests: check decoding of KVM ioctl commandsMasatake YAMATO2017-12-045-0/+234
* kvm: decode the argument of KVM_{SET, GET}_SREGS ioctl commandMasatake YAMATO2017-12-044-0/+107
* kvm: decode the argument of KVM_{SET, GET}_REGS ioctl commandMasatake YAMATO2017-12-047-1/+82
* kvm: decode the argument of KVM_SET_USER_MEMORY_REGION ioctl commandMasatake YAMATO2017-12-043-0/+34
* Add strace mascotEugene Syromyatnikov2017-12-031-0/+160
* tests: robustify attach-p-cmd.test against buggy kernelsDmitry V. Levin2017-12-034-29/+71
* tests: robustify ipc_msgbuf.test against broken libcDmitry V. Levin2017-12-031-5/+11
* kvm: decode the argument of KVM_CREATE_VCPU ioctl commandMasatake YAMATO2017-12-011-0/+11
* kvm: handle KVM_CREATE_VM ioctl commandMasatake YAMATO2017-12-011-0/+2
* kvm: handle KVM_RUN, KVM_GET_VCPU_MMAP_SIZE, and KVM_GET_API_VERSION ioctl co...Masatake YAMATO2017-12-011-0/+3