]> granicus.if.org Git - strace/history - unwind.c
Introduce memory allocation wrappers
[strace] / unwind.c
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2014-11-11 Thomas De Schamphe... stack trace support: fix check on symbol name presence
2014-06-13 Dmitry V. Levinunwind: ignore memory mappings that have no PROT_EXEC...
2014-06-13 Dmitry V. Levinunwind: cleanup build_mmap_cache
2014-06-13 Dmitry V. Levinunwind: remove unused field from mmap_cache_t
2014-06-12 Dmitry V. Levinunwind: refactor stacktrace_walk
2014-06-12 Dmitry V. Levinunwind: constify binary_filename and symbol_name functi...
2014-06-11 Luca Clementiunwind: disable stack trace with multiple personalities
2014-06-05 Dmitry V. Levinunwind: rename function_off_set to function_offset
2014-06-05 Dmitry V. Levinunwind: fix a bug in range updating of binary search
2014-06-05 Dmitry V. Levinunwind: use fopen64 instead of fopen
2014-06-05 Dmitry V. Levinunwind: fix build on 32-bit architectures
2014-05-30 Masatake YAMATOunwind: enable dwarf cache of libunwind
2014-05-30 Masatake YAMATOunwind: report expected backtracing error
2014-05-30 Masatake YAMATOunwind: implement automatic mmap cache invalidation
2014-05-30 Masatake YAMATOunwind: introduce queue_t for capturing stacktrace
2014-05-30 Masatake YAMATOunwind: introduce own debug macro
2014-05-30 Masatake YAMATOunwind: introduce stacktrace_walker
2014-05-30 Masatake YAMATOunwind: give all exported functions "unwind_" prefix
2014-05-30 Masatake YAMATOunwind: delete mmap cache in free_libunwind_ui
2014-05-30 Masatake YAMATOunwind: make alloc_mmap_cache function local
2014-05-30 Masatake YAMATOunwind: fix a bug in range updating of binary search
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall