summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* unwind: enable dwarf cache of libunwindMasatake YAMATO2014-05-301-0/+3
* unwind: report expected backtracing errorMasatake YAMATO2014-05-301-1/+20
* unwind: call unwind_tcb_fin before printing detached messageMasatake YAMATO2014-05-301-5/+6
* unwind: implement automatic mmap cache invalidationMasatake YAMATO2014-05-302-11/+58
* unwind: introduce queue_t for capturing stacktraceMasatake YAMATO2014-05-304-4/+172
* unwind: introduce own debug macroMasatake YAMATO2014-05-301-0/+2
* unwind: introduce stacktrace_walkerMasatake YAMATO2014-05-301-24/+104
* unwind: give all exported functions "unwind_" prefixMasatake YAMATO2014-05-306-19/+19
* unwind: delete mmap cache in free_libunwind_uiMasatake YAMATO2014-05-302-1/+1
* unwind: make alloc_mmap_cache function localMasatake YAMATO2014-05-302-2/+1
* unwind: fix a bug in range updating of binary searchMasatake YAMATO2014-05-301-1/+1
* Add -k option to print stack trace after each syscallLuca Clementi2014-05-309-1/+465
* sysctl: update CTL_*, KERN_*, NET_*, and VM_* constantsDmitry V. Levin2014-05-3013-22/+466
* Check for constants used by waitid functionDmitry V. Levin2014-05-301-0/+12
* Check for LO_FLAGS_READ_ONLY constantDmitry V. Levin2014-05-301-0/+1
* Compress blank linesDmitry V. Levin2014-05-3019-73/+3
* xlat: cleanup the aftermath of automatic conversionDmitry V. Levin2014-05-305-0/+23
* Generate xlat/*.in filesDmitry V. Levin2014-05-30200-3981/+1983
* Rename several xlat structures to avoid collisionsDmitry V. Levin2014-05-303-11/+11
* Enhance xlat generatorDmitry V. Levin2014-05-301-11/+48
* Use bootstrap script consistentlyDmitry V. Levin2014-05-304-4/+4
* Implement xlat generatorMike Frysinger2014-05-303-0/+104
* tests: fix SCM_RIGHTS test for big-endian systemsDmitry V. Levin2014-05-302-3/+4
* Decode file descriptors passed via SCM_RIGHTS control messagesDmitry V. Levin2014-05-305-2/+123
* tests: add a test for -c and -w optionsDmitry V. Levin2014-05-302-0/+45
* Optionally produce stats on syscall latencyMark Hills2014-05-295-3/+20
* Constify count_syscall functionDmitry V. Levin2014-05-293-9/+9
* Constify tv_* functionsDmitry V. Levin2014-05-292-14/+14
* Use printstr for sethostname, setdomainname, and gethostname decodingDmitry V. Levin2014-05-281-3/+3
* Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_TJames Hogan2014-05-213-12/+13
* Enhance setns syscall decodingMasatake YAMATO2014-05-133-1/+12
* mips: fix syscall entries that should have TP flag setDmitry V. Levin2014-05-123-20/+20
* xtensa: fix unshare syscall entryDmitry V. Levin2014-05-121-1/+1
* alpha, hppa, mips n64: fix waitid syscall entryDmitry V. Levin2014-05-123-3/+3
* Add TM flag to shmat and shmdt syscall entriesDmitry V. Levin2014-05-1227-60/+60
* Alias sys_vfork to sys_forkDmitry V. Levin2014-05-126-13/+3
* epoll_ctl: fix EPOLL_CTL_DEL argument decodingDmitry V. Levin2014-04-171-2/+6
* Update CLOCK_* constantsDmitry V. Levin2014-04-171-0/+15
* Fix preadv/pwritev offset decodingDmitry V. Levin2014-04-179-34/+42
* tests: add a test for pread/pwrite and preadv/pwritev offset decodingDmitry V. Levin2014-04-163-1/+63
* Refactor LDT decodingDmitry V. Levin2014-04-105-135/+116
* Make int3 example in comments more cut-n-pastableDenys Vlasenko2014-04-101-6/+7
* mips: enable decoding of set_thread_areaDmitry V. Levin2014-04-092-2/+6
* x86_64, x32: enable decoding of modify_ldt, get_thread_area, and set_thread_areaDmitry V. Levin2014-04-091-6/+6
* x32: decode clone LDT user_desc entries for x86 processesDmitry V. Levin2014-04-092-8/+8
* x86-64: decode clone LDT user_desc entries for x86 processesElliott Hughes2014-04-092-16/+21
* x32: fix clone(2) argument order for x86 processesDmitry V. Levin2014-04-091-2/+2
* x86-64: fix clone(2) argument order for x86 processesElliott Hughes2014-04-091-2/+8
* aarch64: Fix decoding of arm struct stat64Elliott Hughes2014-04-061-11/+19
* ARM EABI: disable OABI support by defaultDmitry V. Levin2014-03-202-3/+14