summaryrefslogtreecommitdiff
path: root/defs.h
Commit message (Expand)AuthorAge
* Get rid of TCB_INUSE and TCB_STRACE_CHILDDenys Vlasenko2013-06-26
* Cleanups. No logic changes.Denys Vlasenko2013-06-18
* Hide startup syscalls.Denys Vlasenko2013-05-14
* Allow -q to be repeated for very quiet outputDaniel P. Berrange2013-05-13
* mips: fix build regressionMike Frysinger2013-05-07
* mips o32: raise the max number of syscall arguments to 7Dmitry V. Levin2013-05-07
* Decode mtd/ubi ioctlsMike Frysinger2013-05-02
* Add support for the XTENSA architectureChris Zankel2013-03-25
* i386, tile, x32: do not redefine ptrace prototypeDmitry V. Levin2013-03-18
* Open-code isprint(c) and isspace(c)Denys Vlasenko2013-03-06
* Stop using a large static buffer in getfdpathDenys Vlasenko2013-03-06
* Remove variable tracing_paths and check in pathtrace_matchDenys Vlasenko2013-03-05
* Use dynamically-sized selected[] array for -P PATHDenys Vlasenko2013-03-05
* Add support for Imagination Technologies MetaJames Hogan2013-03-05
* Assorted NOMMU fixesDenys Vlasenko2013-02-26
* Eliminate MAX_QUALS, make qualifier array dynamicDenys Vlasenko2013-02-22
* Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko2013-02-22
* Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev()Denys Vlasenko2013-02-22
* Remove unused QUAL_FAULT code (was used by non-Linux code only).Denys Vlasenko2013-02-21
* Use uint8_t for qual_flags[] instead of ints.Denys Vlasenko2013-02-21
* Eliminate many SCNO_IS_VALID checksDenys Vlasenko2013-02-21
* ARM: make it one-personality archDenys Vlasenko2013-02-21
* Use the same style of includes in linux/*/* filesDenys Vlasenko2013-02-20
* Make it possible to to do test builds for NOMMU architecturesDenys Vlasenko2013-02-19
* Remove broken HAVE_LONG_LONG conditionalsDenys Vlasenko2013-02-17
* Merge two identical tablesDenys Vlasenko2013-02-17
* Simple optimization in get_errorDenys Vlasenko2013-02-16
* Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALIDDenys Vlasenko2013-02-16
* Finish prefixing regs struct names with arch_Denys Vlasenko2013-02-16
* Use the same type for i386_regs on 32-bit and 64-bit x86.Denys Vlasenko2013-02-15
* Macroize conditional signed widening operationDenys Vlasenko2013-02-15
* A better handling of current_wordsizeDenys Vlasenko2013-02-15
* Add support for the OpenRISC 1000 platformChristian Svensson2013-02-14
* [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers.Denys Vlasenko2013-02-14
* Factor out code to check addr, fetch and print siginfoDenys Vlasenko2013-02-13
* 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
* Remove unused / ambiguously used definesDenys Vlasenko2013-02-12
* Optimize AArch64 handling of 32-bit personalityDenys Vlasenko2013-02-08
* Rename ARM's regs structure to arm_regsDenys Vlasenko2013-02-06
* Shortcut tests for fork/exec syscallsDenys Vlasenko2013-02-06
* tile: fix merge skew with new get_regs architectureChris Metcalf2013-02-05
* Add tilegx support to straceChris Metcalf2013-02-05
* Optimize out PTRACE_PEEKUSER with -iDenys Vlasenko2013-02-05
* Add support for tracing 32-bit ARM EABI binaries on AArch64Steve McIntyre2012-11-12
* Add AArch64 support to straceSteve McIntyre2012-10-26
* Add -e trace=memory optionNamhyung Kim2012-10-26
* Enable usage of PTRACE_SEIZEDenys Vlasenko2012-07-10
* Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all archesDenys Vlasenko2012-05-15
* Fix printstr's len parameter widthDenys Vlasenko2012-04-28