summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codeldv/unifdefDmitry V. Levin2012-02-254-29/+0
* Update compilation and installation instructionsDmitry V. Levin2012-02-252-94/+213
* Remove outdated information and obsolete filesDmitry V. Levin2012-02-2530-5559/+11
* Remove operating system and procfs checks.Dmitry V. Levin2012-02-252-79/+1
* Optimize preprocessor checksDmitry V. Levin2012-02-2517-102/+84
* Remove non-Linux codeDmitry V. Levin2012-02-2529-6359/+4
* When accessing data blocks, truncate addr to wordsizeDenys Vlasenko2012-02-251-5/+5
* strace.1: fix a typoDmitry V. Levin2012-02-221-1/+1
* Fix sockaddr_un.sun_path name in decoded outputDmitry V. Levin2012-02-221-2/+2
* Avoid potential core file clobbering on exitDmitry V. Levin2012-02-221-0/+4
* Eliminate native_scno and known_scnoDmitry V. Levin2012-02-203-27/+9
* Remove initialization of native_scno fieldDmitry V. Levin2012-02-204-43/+10
* Do not use SYS_ipc and SYS_socketcallDmitry V. Levin2012-02-207-87/+35
* Remove initialization of native_scno field for most of syscallsDmitry V. Levin2012-02-204-101/+19
* util: check for process_vm_readv in C libraryMike Frysinger2012-02-142-1/+8
* README-linux-ptrace: correct the description of suppressed signalsDenys Vlasenko2012-02-091-12/+8
* strace -P: fix handling of invalid syscallsDmitry V. Levin2012-02-061-0/+3
* Skip the syscall entry if the sys_func field is NULLH.J. Lu2012-02-061-1/+2
* Define RLIM64_INFINITY only if not definedH.J. Lu2012-02-061-0/+2
* Cast to long for %l in printfH.J. Lu2012-02-065-19/+22
* Check HAVE_LONG_LONG_OFF_T when printing offsetH.J. Lu2012-02-061-0/+4
* Define old stat functions only if neededH.J. Lu2012-02-061-4/+8
* Print NULL for zero address in sys_mmap64H.J. Lu2012-02-061-1/+4
* Remove unused sys_pread64 and sys_pwrite64 parsers on LinuxDmitry V. Levin2012-02-044-46/+44
* Trivial changes to help text. No code changes.Denys Vlasenko2012-02-031-5/+7
* Simple optimizationsDenys Vlasenko2012-01-294-38/+33
* Trivial optimizationDenys Vlasenko2012-01-291-1/+6
* Make interactive-ness directly controllable via command line optionDenys Vlasenko2012-01-291-37/+72
* Suppress compiler warningDenys Vlasenko2012-01-291-0/+6
* On Ctrl-C induced detach, send SIGINT to child tracee, not SIGTERM.Denys Vlasenko2012-01-291-4/+5
* Add experimental code to use PTRACE_SEIZE, disabled by defaultDenys Vlasenko2012-01-294-18/+191
* process_vm_readv gets EINVAL if process is gone (SIGKILLed). Don't complain.Denys Vlasenko2012-01-281-2/+4
* Revert last change. Add a comment to prevent further misunderstandingDenys Vlasenko2012-01-281-1/+7
* Fix nanosleep decoding: second argument was not shown after successDenys Vlasenko2012-01-282-3/+1
* Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocksDenys Vlasenko2012-01-286-4/+137
* Fix a case of broken output if last seen syscall was exitDenys Vlasenko2012-01-285-59/+50
* Fix handling of test/threaded_execve.c testcaseDenys Vlasenko2012-01-281-11/+85
* Fix readlink result display - was printing bogus "..." semi-randomlyDenys Vlasenko2012-01-271-1/+8
* Add new test program: test/threaded_execve.cDenys Vlasenko2012-01-273-2/+141
* Make pid2tcb staticDenys Vlasenko2012-01-272-2/+1
* Per Dmitry's request, remove paranoid check in verror_msg()Denys Vlasenko2012-01-241-1/+1
* More robust error check for vasprintfDenys Vlasenko2012-01-241-2/+1
* Slightly more compact handling of argv[]Denys Vlasenko2012-01-241-9/+16
* Trivial optimizationDenys Vlasenko2012-01-241-2/+2
* Allocate -o OUTFILE buffer only if neededDenys Vlasenko2012-01-241-1/+3
* Use single fprintf in verror_msg()Denys Vlasenko2012-01-241-7/+27
* Improve code readability (logic is unchanged)Denys Vlasenko2012-01-211-12/+20
* Change umovestr API: return > 0 instead of 0 if NUL was seenDenys Vlasenko2012-01-202-17/+27
* umovestr result may have no NUL, use "%.*s" instead of "%s" to print itDenys Vlasenko2012-01-201-4/+4
* Eliminate code duplication in time printing, reduce a few static buffersDenys Vlasenko2012-01-205-86/+40