summaryrefslogtreecommitdiff
path: root/libbacktrace
Commit message (Expand)AuthorAgeFilesLines
* PR target/71161uros2016-05-182-2/+12
* libbacktrace/chefmax2016-03-022-2/+8
* * mmap.c (MAP_FAILED): Define if not defined.danglin2016-02-062-0/+8
* Update copyright years.jakub2016-01-0425-24/+34
* Specify that DJGPP do not have mmap even when sys/mman.h existsandris2015-12-183-2/+9
* PR 68115/libfortrandanglin2015-12-104-4/+19
* 2015-09-17 Ian Lance Taylor <iant@google.com>dje2015-09-172-1/+5
* * Makefile.am (backtrace.lo): Depend on internal.h.ian2015-09-113-2/+13
* * backtrace.c: #include <sys/types.h>.hp2015-09-082-0/+6
* PR other/67457ian2015-09-085-8/+51
* PR other/67457ian2015-09-082-1/+6
* * configure.ac: For spu-*-* targets, set have_fcntl to no.uweigand2015-08-313-0/+7
* * configure.ac: Remove [disable-shared] argument to LT_INIT.uweigand2015-08-273-53/+26
* * configure.ac: Only compile with -fPIC if the targethp2015-08-253-3/+31
* * configure.ac: Set have_mmap to no on spu-*-* targets.uweigand2015-08-243-0/+29
* * dwarf.c (read_function_entry): Add vec_inlined parameter.ian2015-08-132-4/+18
* 2015-06-11 Martin Sebor <msebor@redhat.com>msebor2015-06-122-5/+20
* libbacktrace: add support of PE/COFFgingold2015-05-299-2/+993
* libbacktrace: Bump to automake 1.11.6haubi2015-05-134-49/+97
* Move wrong ChangeLog entry from the toplevel ChangeLog todoko2015-01-261-0/+5
* 2015-01-24 Matthias Klose <doko@ubuntu.com>doko2015-01-242-66/+72
* Update copyright years.jakub2015-01-0524-23/+27
* Always use PIC option with -shared in libtoolhjl2014-11-212-1/+6
* Merger of dmalcolm/jit branch from gitdmalcolm2014-11-112-0/+18
* toplevel:fxcoudert2014-11-112-1/+6
* * internal.h (backtrace_atomic_load_pointer) [no atomic or sync]:ian2014-10-232-1/+6
* * mmap.c (backtrace_free): If freeing a large aligned block ofian2014-05-092-2/+34
* * sort.c (backtrace_qsort): Use middle element as pivot.ian2014-03-072-0/+10
* * sort.c: New file.ian2014-03-078-15/+288
* PR target/58710ian2014-02-074-4/+12
* Update copyright years in libbacktrace/rsandifo2014-01-0222-21/+25
* * elf.c (ET_DYN): Undefine and define again.jakub2013-12-062-11/+56
* * alloc.c (backtrace_vector_finish): Add error_callback and dataian2013-12-055-14/+51
* * dwarf.c (find_address_ranges): New static function, broken outian2013-11-283-156/+208
* * backtrace.h (backtrace_syminfo_callback): Add symsize argument.jakub2013-11-194-8/+44
* * atomic.c: Include sys/types.h.jakub2013-11-192-0/+6
* * configure.ac: Check for support of __atomic extensions.ian2013-11-1911-79/+263
* * elf.c (SHN_UNDEF): Define.jakub2013-11-182-3/+14
* * elf.c (phdr_callback): Process info->dlpi_addr == 0 normally.jakub2013-11-182-6/+6
* * backtrace.h (backtrace_create_state): Correct comment aboutian2013-11-162-2/+6
* * backtrace.h (backtrace_syminfo): Update comment and parameterian2013-11-164-25/+94
* * elf.c (elf_add): Don't get the wrong offsets if a debug sectionian2013-10-182-2/+14
* Add --enable-host-shared configuration optiondmalcolm2013-10-153-2/+21
* * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonicalamodra2013-09-202-5/+15
* * elf.c (elf_syminfo): Loop over the elf_syminfo_data chain.amonakov2013-07-232-5/+43
* * elf.c (backtrace_initialize): Pass elf_fileline_fn toamonakov2013-07-232-1/+6
* * alloc.c: #include <sys/types.h>.ian2013-03-253-0/+7
* * dwarf.c (read_function_info): Permit fvec parameter to be NULL.ian2013-01-312-9/+41
* PR other/56076ian2013-01-252-1/+8
* * dwarf.c (struct unit): Add filename and abs_filename fields.ian2013-01-172-2/+58