summaryrefslogtreecommitdiff
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2015-01-0524-23/+27
* Always use PIC option with -shared in libtoolH.J. Lu2014-11-212-1/+6
* Merger of dmalcolm/jit branch from gitDavid Malcolm2014-11-112-0/+18
* re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2014-11-112-1/+6
* internal.h (backtrace_atomic_load_pointer): Fix to return void *.Ian Lance Taylor2014-10-232-1/+6
* mmap.c (backtrace_free): If freeing a large aligned block of memory, call mun...Ian Lance Taylor2014-05-092-2/+34
* * sort.c (backtrace_qsort): Use middle element as pivot.Ian Lance Taylor2014-03-072-0/+10
* sort.c: New file.Ian Lance Taylor2014-03-078-15/+288
* re PR libgcc/58710 (HAVE_GETIPINFO is incorrectly set on Mac OS X 10.4)Misty De Meo2014-02-074-4/+12
* Update copyright years in libbacktrace/Richard Sandiford2014-01-0222-21/+25
* elf.c (ET_DYN): Undefine and define again.Jakub Jelinek2013-12-062-11/+56
* alloc.c (backtrace_vector_finish): Add error_callback and data parameters.Ian Lance Taylor2013-12-055-14/+51
* dwarf.c (find_address_ranges): New static function, broken out of build_addre...Ian Lance Taylor2013-11-283-156/+208
* backtrace.h (backtrace_syminfo_callback): Add symsize argument.Jakub Jelinek2013-11-194-8/+44
* * atomic.c: Include sys/types.h.Jakub Jelinek2013-11-192-0/+6
* configure.ac: Check for support of __atomic extensions.Ian Lance Taylor2013-11-1911-79/+263
* elf.c (SHN_UNDEF): Define.Jakub Jelinek2013-11-182-3/+14
* * elf.c (phdr_callback): Process info->dlpi_addr == 0 normally.Jakub Jelinek2013-11-182-6/+6
* backtrace.h (backtrace_create_state): Correct comment about threading.Ian Lance Taylor2013-11-162-2/+6
* backtrace.h (backtrace_syminfo): Update comment and parameter name to take an...Ian Lance Taylor2013-11-164-25/+94
* elf.c (elf_add): Don't get the wrong offsets if a debug section is missing.Ian Lance Taylor2013-10-182-2/+14
* Add --enable-host-shared configuration optionDavid Malcolm2013-10-153-2/+21
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2013-09-202-5/+15
* elf.c (elf_syminfo): Loop over the elf_syminfo_data chain.Alexander Monakov2013-07-232-5/+43
* elf.c (backtrace_initialize): Pass elf_fileline_fn to dl_iterate_phdr callbacks.Alexander Monakov2013-07-232-1/+6
* alloc.c: #include <sys/types.h>.Ian Lance Taylor2013-03-253-0/+7
* dwarf.c (read_function_info): Permit fvec parameter to be NULL.Ian Lance Taylor2013-01-312-9/+41
* re PR other/56076 (Several 64-bit libgo tests FAIL in read_line_header)Jakub Jelinek2013-01-252-1/+8
* dwarf.c (struct unit): Add filename and abs_filename fields.Ian Lance Taylor2013-01-172-2/+58
* Update copyright years in libbacktrace.Richard Sandiford2013-01-1421-20/+24
* re PR bootstrap/54834 (bootstrap fails when building libbacktrace)Ian Lance Taylor2013-01-013-2/+9
* re PR other/55536 (libbacktrace abort in backtrace_alloc at mmap.c:99 running...Ian Lance Taylor2013-01-012-4/+28
* mmapio.c: Define MAP_FAILED if not defined.John David Anglin2012-12-122-0/+8
* re PR bootstrap/54926 (Bootstrap comparison failure for various files in libb...Jakub Jelinek2012-12-115-10/+63
* re PR bootstrap/54926 (Bootstrap comparison failure for various files in libb...Jakub Jelinek2012-12-073-2/+8
* * dwarf.c (read_attribute): Always clear val.Ian Lance Taylor2012-11-202-0/+10
* re PR other/55312 (libbacktrace doesn't honor --disable-werror)Ian Lance Taylor2012-11-133-2/+7
* configure.ac: Check for getexecname.Ian Lance Taylor2012-11-126-10/+111
* mmap.c (backtrace_vector_release): Correct last patch: add aligned, not size.Ian Lance Taylor2012-10-292-1/+7
* mmap.c (backtrace_vector_release): Make sure freed block is aligned on 8-byte...Ian Lance Taylor2012-10-292-2/+17
* re PR other/55087 (bogus "linux-vdso.so.1: No such file or directory" caused ...Ian Lance Taylor2012-10-265-7/+31
* re PR target/55061 (libbacktrace build fails during bootstrap on powerpc-appl...Jack Howarth2012-10-263-5/+40
* re PR target/55061 (libbacktrace build fails during bootstrap on powerpc-appl...Ian Lance Taylor2012-10-243-2/+53
* configure.ac: Do not use dl_iterate_phdr on Solaris 10.Ian Lance Taylor2012-10-113-0/+17
* elf.c: Rename all Elf typedefs to start with b_elf, and be all lower case.Ian Lance Taylor2012-10-102-61/+66
* * elf.c (elf_add_syminfo_data): Add casts to avoid warning.Hans-Peter Nilsson2012-10-102-2/+6
* dwarf.c (dwarf_fileline): Add cast to avoid warning.Ian Lance Taylor2012-10-102-3/+8
* Add support for tracing through shared libraries.Ian Lance Taylor2012-10-097-106/+579
* * btest.c (f23): Avoid uninitialized variable warning.Gerald Pfeifer2012-10-042-1/+5
* dwarf.c: If the system header files do not declare strnlen, provide our own v...Ian Lance Taylor2012-10-042-2/+21