summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include extra ia64 files in dist packagev1.5-stablekasperk812021-06-171-0/+3
* Promote to 1.5.0 from rc2v1.5.0v1.5Dave Watson2020-11-101-2/+2
* Make SHF_COMPRESSED use contingent on its existenceStephen Webb2020-07-021-0/+4
* aarch64: Fix __sigset build issue on muslCDave Watson2020-05-271-1/+1
* Fix off-by-one error in x86_64 stack framesv1.5-rc2Jon Haslam2020-04-291-1/+1
* Reflect current status of Solaris x64 in the READMEAdeel2020-04-291-16/+2
* Update README to reflect Solaris x86-64 status w/ this PRJason King2020-04-291-1/+1
* Stop stepping on Solaris and illumos after reaching an IP of 0Jason King2020-04-291-0/+7
* Treat PT_SUNW_UNWIND sections on illumos and Solaris as equivalent to PT_GNU_...Jason King2020-04-292-0/+7
* Fix Gtest-trace output for illumos/SolarisJason King2020-04-291-1/+1
* Fix signal stacks on illumos/SolarisJason King2020-04-292-73/+51
* Add additional symbols to ignore on illumos and SolarisJason King2020-04-291-0/+5
* Update Gtest-bt for illumos and SolarisJason King2020-04-291-3/+3
* coredump: Unmap elf image before mapping another (#169)Hans-Christian Egtvedt2020-04-291-0/+4
* Update README versionDave Watson2020-03-311-1/+1
* Bump version to 1.5-rc1v1.5-rc1Dave Watson2020-03-311-1/+1
* Fix compilation with -fno-common.Yichao Yu2020-03-3115-80/+89
* arm: clear ip thumb/arm mode bit before move to previous instruction (#131)Sim Sun2020-03-263-3/+19
* tests: fix test-coredump-unwind without HAVE_EXECINFO_H (#165)TBK2020-03-261-2/+6
* There are 20 not 9 failing tests on Solaris (#162)Jorge Schrauwen2020-03-261-1/+1
* Adding s390x to Travis builds (#159)Namrata Bhave2020-03-091-0/+16
* Fix SmartOS/Solaris build (#158)Adeel Mujahid2020-03-092-1/+15
* change asm to __asm__ to support -std=c11 or similar (#149)Billy Donahue2020-03-094-7/+7
* x86-64: make `is_cached_valid_mem` functional (#146)Bert Wesarg2019-12-181-1/+1
* Allow to build without weak `backtrace` symbol. (#142)Bert Wesarg2019-12-043-1/+12
* fix compile issue on SH platform (#137)Michael Schenk2019-10-311-1/+1
* Little FreeBSD build fix (#135)David CARLIER2019-10-313-5/+4
* Add support for zlib compressed elf .debug_frame sectionsDoug Nazar2019-10-034-12/+67
* README: add libc requirement description (#121)Yousong Zhou2019-06-131-0/+26
* Older systems (e.g. RHEL5) do not have pipe2(). (#122)plopresti2019-06-122-2/+31
* x86_64: Add fixup code if previous RIP was invalid (#120)Brock York2019-06-124-30/+210
* Add initial support for Solaris x86-64Adeel2019-06-1216-84/+145
* solaris portAlexander Esilevich2019-06-128-4/+256
* Fix format specifier for int64_t:29 (#117)Adeel Mujahid2019-05-061-1/+1
* Delete hardcode of address size to support MIPS64. (#114)archerypp2019-04-242-4/+0
* Added braces to suppress empty if/else warnings (#112)Stephen Roberts2019-04-243-9/+20
* mips: make _step_n64 as a static functionsnyh2019-04-111-50/+56
* x86_64: Fix tdep_init_done when built with libatomic_opsDave Watson2019-04-112-1/+9
* Tsan (#109)Dave Watson2019-04-034-9/+17
* Fixed a missing dependency in dwarf-eh.h Stephen Roberts2019-02-211-0/+1
* dwarf: clang doesn't respect the static alias (#102)Dave Watson2019-01-091-0/+5
* Bump to 1.4-rc1v1.4-rc1Dave Watson2019-01-072-2/+2
* mips: Handle Gstep according the N64/N32 ABI if Dwarf way failed (#100)xiabin2018-12-122-7/+96
* Convert the README to markdown syntax (#96)Alex Arslan2018-12-111-105/+99
* dwarf: Push correct CFA onto stack for dwarf expression evaluation. (#93)Stephen Roberts2018-11-138-12/+190
* dwarf: Add missing opcodes to the operands table in Gexpr.cStephen Roberts2018-10-121-0/+2
* aarch64: Use __asm__ instead of asm (#89)Guido Günther2018-10-121-1/+1
* Adopt two changes by Sergey Korolev to use mmap and a shell sort, ratherDoug Moore2018-09-282-158/+162
* aarch: [v2] aarch64 PLT entry recognition & fixes (#86)Dave Watson2018-09-281-1/+1
* aarch64: fix freebsd supportmyfreeweb2018-08-074-1/+39