aboutsummaryrefslogtreecommitdiff
path: root/unwind.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2015-05-25Consistently use error_msg instead of fprintf(stderr)Dmitry V. Levin
2015-05-25Introduce memory allocation wrappersDmitry V. Levin
2014-11-11stack trace support: fix check on symbol name presenceThomas De Schampheleire
2014-06-13unwind: ignore memory mappings that have no PROT_EXEC bit setDmitry V. Levin
2014-06-13unwind: cleanup build_mmap_cacheDmitry V. Levin
2014-06-13unwind: remove unused field from mmap_cache_tDmitry V. Levin
2014-06-12unwind: refactor stacktrace_walkDmitry V. Levin
2014-06-12unwind: constify binary_filename and symbol_name functions argumentsDmitry V. Levin
2014-06-11unwind: disable stack trace with multiple personalitiesLuca Clementi
2014-06-05unwind: rename function_off_set to function_offsetDmitry V. Levin
2014-06-05unwind: fix a bug in range updating of binary searchDmitry V. Levin
2014-06-05unwind: use fopen64 instead of fopenDmitry V. Levin
2014-06-05unwind: fix build on 32-bit architecturesDmitry V. Levin
2014-05-30unwind: enable dwarf cache of libunwindMasatake YAMATO
2014-05-30unwind: report expected backtracing errorMasatake YAMATO
2014-05-30unwind: implement automatic mmap cache invalidationMasatake YAMATO
2014-05-30unwind: introduce queue_t for capturing stacktraceMasatake YAMATO
2014-05-30unwind: introduce own debug macroMasatake YAMATO
2014-05-30unwind: introduce stacktrace_walkerMasatake YAMATO
2014-05-30unwind: give all exported functions "unwind_" prefixMasatake YAMATO
2014-05-30unwind: delete mmap cache in free_libunwind_uiMasatake YAMATO
2014-05-30unwind: make alloc_mmap_cache function localMasatake YAMATO
2014-05-30unwind: fix a bug in range updating of binary searchMasatake YAMATO
2014-05-30Add -k option to print stack trace after each syscallLuca Clementi