aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge changes Icedbb451,I57fac759,I2734a701,Ib0764206,Ic588b205, ...staging/cm-12.0-cafElliott Hughes2014-07-0112-194/+211
|\
| * Merge remote-tracking branch 'strace/master' into HEADElliott Hughes2014-07-0112-194/+211
|/|
| * xtensa: sort values in struct_user_offsetsMax Filippov2014-06-181-17/+17
| * Document -k option as experimentalDmitry V. Levin2014-06-183-3/+3
| * tests: robustify -k testDmitry V. Levin2014-06-186-30/+28
| * tests: enhance -k testDmitry V. Levin2014-06-132-2/+14
| * unwind: ignore memory mappings that have no PROT_EXEC bit setDmitry V. Levin2014-06-131-3/+7
| * unwind: cleanup build_mmap_cacheDmitry V. Levin2014-06-131-40/+42
| * unwind: remove unused field from mmap_cache_tDmitry V. Levin2014-06-131-12/+0
| * unwind: refactor stacktrace_walkDmitry V. Levin2014-06-121-92/+87
| * unwind: constify binary_filename and symbol_name functions argumentsDmitry V. Levin2014-06-121-11/+11
| * unwind: disable stack trace with multiple personalitiesLuca Clementi2014-06-111-0/+18
* | Merge "Improve the documentation for syncing upstream strace."Elliott Hughes2014-06-091-1/+3
|\ \
| * | Improve the documentation for syncing upstream strace.Elliott Hughes2014-06-091-1/+3
* | | Merge "Fix the external/strace update-ioctls target."Elliott Hughes2014-06-071-1/+1
|\ \ \
| * | | Fix the external/strace update-ioctls target.Elliott Hughes2014-06-061-1/+1
|/ / /
* | | Merge "Add new generated strace files ignored by xlat/.gitignore."Elliott Hughes2014-06-07174-0/+6667
|\ \ \ | |/ / |/| |
| * | Add new generated strace files ignored by xlat/.gitignore.Elliott Hughes2014-06-06174-0/+6667
|/ /
* | Merge remote-tracking branch 'strace/master' into HEADElliott Hughes2014-06-06256-4512/+4178
|\|
| * unwind: rename function_off_set to function_offsetDmitry V. Levin2014-06-051-11/+11
| * unwind: fix a bug in range updating of binary searchDmitry V. Levin2014-06-051-3/+3
| * unwind: use fopen64 instead of fopenDmitry V. Levin2014-06-051-1/+11
| * unwind: fix build on 32-bit architecturesDmitry V. Levin2014-06-053-5/+5
| * tests: robustify -w option testDmitry V. Levin2014-06-051-2/+2
| * Fix delete_module decodingDmitry V. Levin2014-06-044-7/+16
| * Decode paths associated with file descriptors returned by syscallsZubin Mithra2014-06-046-8/+32
| * NEWS: Prepare for 4.9 releaseDmitry V. Levin2014-06-031-2/+34
| * Warn about flags that have no effect with -cDmitry V. Levin2014-06-031-5/+22
| * debian: enable security hardening featuresDmitry V. Levin2014-06-031-1/+5
| * debian: update control fileDmitry V. Levin2014-06-031-3/+3
| * manpage: minor correctionsDmitry V. Levin2014-06-031-18/+23
| * unwind: tests: add a test for -k optionMasatake YAMATO2014-05-304-1/+64
| * unwind: move stacktrace capturing and mmap cache invalidating to trace_syscal...Masatake YAMATO2014-05-303-40/+14
| * unwind: add SE and SI flags to syscall entries for all architecturesDmitry V. Levin2014-05-3028-361/+361
| * unwind: introduce markers specifying the needs of special care in unwindingMasatake YAMATO2014-05-302-0/+6
| * 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