summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAge
* Alias sys_vfork to sys_forkDmitry V. Levin2014-05-12
* Fix preadv/pwritev offset decodingDmitry V. Levin2014-04-17
* Delete old PTRACE_{PEEK,POKE}USR logicMike Frysinger2013-12-31
* Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.Denys Vlasenko2013-11-09
* Work around conflict between <sys/ptrace.h> and <linux/ptrace.h>Ali Polatel2013-09-26
* Add support for ARC Cores from SynopsysVineet Gupta2013-09-11
* Rename ia32 to ia64_ia32mode, and make it bool, not longDenys Vlasenko2013-07-01
* Change upeek() to take pid, not full tcp.Denys Vlasenko2013-06-28
* ARM OABI: fix 64-bit arguments decodingDmitry V. Levin2013-05-06
* printllval: fix 64bit unpacking on mips/o32 and xtensaMike Frysinger2013-05-06
* printxval: support more architecturesDmitry V. Levin2013-05-04
* Fix building for sparc64 targetsMike Frysinger2013-05-04
* Fix building for mips n64 targetsMike Frysinger2013-05-04
* arm, aarch64, ppc: fix printllval-based decodersDmitry V. Levin2013-05-03
* Decode mtd/ubi ioctlsMike Frysinger2013-05-02
* x32: fix printllval-based decoders of i386 syscallsDmitry V. Levin2013-05-02
* printllval: handle s390xMike Frysinger2013-05-01
* AArch64: Fix printing of long long valueAndreas Schwab2013-03-31
* Add support for the XTENSA architectureChris Zankel2013-03-25
* Open-code isprint(c) and isspace(c)Denys Vlasenko2013-03-06
* Stop using a large static buffer in getfdpathDenys Vlasenko2013-03-06
* Add support for Imagination Technologies MetaJames Hogan2013-03-05
* umovestr: speed up check for NUL byte in the fetched wordDenys Vlasenko2013-03-01
* tile: handle printllval like x86_64 or powerpc64Chris Metcalf2013-03-01
* Cleanup umoven and umovestrDmitry V. Levin2013-02-26
* Mass replace error_msg("%s", "literal") -> error_msg("literal")Denys Vlasenko2013-02-26
* Make umoven report success as 0, not >=0, stop returning success on partial r...Ben Noordhuis2013-02-26
* Fix wrong offset display in dumpstrDenys Vlasenko2013-02-22
* Fix a bug in dumpstr (no null termination). Essentially rewrote dumpstrDenys Vlasenko2013-02-22
* Eliminate many SCNO_IS_VALID checksDenys Vlasenko2013-02-21
* Fix compiler warningsDenys Vlasenko2013-02-19
* Remove broken HAVE_LONG_LONG conditionalsDenys Vlasenko2013-02-17
* Remove unnecessary "return 0" statementsDenys Vlasenko2013-02-15
* Add support for the OpenRISC 1000 platformChristian Svensson2013-02-14
* Remove hacks for old kernels for architectures which require new kernelsDenys Vlasenko2013-02-12
* Remove hacks for old kernels for architectures which require new kernelsDenys Vlasenko2013-02-12
* Remove old kernel hacks for architectures which require new kernelsDenys Vlasenko2013-02-12
* If we are on a glibc system, assume it's at least glibc 2.1Denys Vlasenko2013-02-08
* Add tilegx support to straceChris Metcalf2013-02-05
* Optimize out PTRACE_PEEKUSER with -iDenys Vlasenko2013-02-05
* Fix glibc version checksJohn Spencer2012-12-06
* Add state argument to change_syscall and fix SPARCJames Hogan2012-11-29
* Use perror_msg instead of perrorDmitry V. Levin2012-09-28
* process_vm_readv may return ESRCH if tracee was killed, don't complainDenys Vlasenko2012-09-27
* On clearing "breakpopint", restore syscall number tooDenys Vlasenko2012-05-14
* util: fix building when glibc has a stub process_vm_readvMike Frysinger2012-05-05
* Fix printstr's len parameter widthDenys Vlasenko2012-04-28
* Decode /dev/loop ioctlsMike Frysinger2012-04-18
* Add x32 support to straceH.J. Lu2012-04-16
* printstr: check for potential integer overflowDmitry V. Levin2012-03-25