]> granicus.if.org Git - strace/history - unwind.c
strace.c: replace if (debug_flag) ... with suitable debug printing macros
[strace] / unwind.c
2017-11-20 Eugene Syromiatnikovunwind.c: cleanup
2017-11-20 Eugene Syromiatnikovunwind.c: fix typo in comment
2017-06-26 Dmitry V. LevinUnexport die_out_of_memory
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-17 Dmitry V. LevinFix macros encosure in a do/while loop
2017-06-17 Dmitry V. LevinUse __func__ instead of gcc specific __FUNCTION__
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-05-22 Eugene Syromyatnikovunwind.c: remove non-ASCII character from comment
2017-03-13 Victor Krapivenskyunwind.c: fix a possible buffer overflow
2016-12-13 Sean StanglFix libunwind segfault when -p is passed before -k
2015-05-25 Dmitry V. LevinConsistently use error_msg instead of fprintf(stderr)
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