]> granicus.if.org Git - strace/history - unwind.c
tests: workaround systemd-nspawn habit of disabling unimplemented syscalls
[strace] / unwind.c
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-05-03 Masatake YAMATOunwind-libdw: use the mmap_notify subsystem
2018-04-19 Dmitry V. Levinunwind: move unwind_tcb_init invocation to after_succes...
2018-04-05 Masatake YAMATOunwind: split unwind code into front-end and back-end
2018-04-05 Masatake YAMATOunwind: rename public functions in an object-oriented...
2018-04-05 Masatake YAMATOunwind: add unwind_ prefix to struct tcb.queue field...
2018-04-05 Masatake YAMATOunwind: make the field type of struct tcb independent...
2018-03-06 Dmitry V. Levinbuild: prepare for -Wimplicit-fallthrough=5
2018-02-26 Dmitry V. LevinIntroduce mmap_cache.h
2018-02-26 Masatake YAMATOmmap_cache: add function to enable mmap_cache
2018-02-26 Masatake YAMATOmmap_cache, unwind: lift up mmap_cache_delete invocatio...
2018-02-26 Masatake YAMATOmmap_cache: record protection bits
2018-02-26 Masatake YAMATOmmap_cache: move code for searching a mmap cache from...
2018-02-26 Masatake YAMATOmmap_cache: new subsystem derived from unwind.c
2018-02-26 Masatake YAMATOunwind: lift up unw_flush_cache from mmap cache managem...
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-11 Eugene SyromyatnikovSearch for <libiberty/demangle.h> in addition to <deman...
2018-01-07 Dmitry V. Levinunwind.c: use xsprintf instead of sprintf
2017-12-29 Dmitry V. Levinunwind: demangle function arguments
2017-12-26 Masatake YAMATOunwind: demangle symbol names
2017-12-14 Dmitry V. Levinunwind: use xgrowarray
2017-12-14 Eugene Syromiatnikovunwind: use xgrowarray
2017-12-13 Eugene Syromiatnikovunwind.c: more verbose mapping overlapping diagnostic...
2017-12-13 Eugene Syromiatnikovunwind.c: non-fatal handling of asprintf error
2017-12-13 Eugene Syromiatnikovunwind.c: eliminate DPRINTF
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