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