summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Port libunwind to FreeBSD/powerpc64.Piotr Kubaj2020-09-216-117/+248
* Fix unwinding of pre-linked librariesMikhail Durnev2020-09-214-8/+38
* Use __linux__ define everywhere instead of __linuxMilian Wolff2020-09-0813-21/+21
* ia64: Fix dyn_info_list.S with newer binutilsJessica Clarke2020-08-041-1/+1
* Link Ltest-cxx-exceptions with libunwindAdrian Bunk2020-07-151-0/+1
* linux: Use /proc/[pid]/rootMikhail Durnev2020-07-151-2/+32
* Undo unnecessary debug-related changeStephen Webb2020-07-021-21/+18
* Use NT_FILE to get backing file names if availableStephen Webb2020-07-028-45/+196
* Refactor Linux-specific codedump codeStephen Webb2020-07-025-78/+293
* Make SHF_COMPRESSED use contingent on its existenceStephen Webb2020-07-021-0/+4
* Fix a typo caught by CIStephen Webb2020-06-181-1/+1
* Fix typo in a previous changeStephen Webb2020-06-181-1/+1
* Fix problems found in aarch64 buildStephen Webb2020-06-181-1/+5
* Autodetect <sys/syscall.h>Stephen Webb2020-06-184-8/+11
* Handle <elf.h> that uses enums instead of definesStephen Webb2020-06-189-13/+35
* Rationalize endianness macrosStephen Webb2020-06-1821-101/+87
* Consistently use POSIX <ucontext.h>Stephen Webb2020-06-186-6/+6
* Fix typosSteve MacLean2020-06-183-3/+3
* Fix placement of alignas() specifierSteve MacLean2020-06-183-3/+3
* Added --disable-unwind-header optionPedro Navarro2020-06-182-1/+12
* Fix Windows abstraction SIZEOF_*Steve MacLean2020-06-043-6/+29
* Fix Travis job matrixSteve MacLean2020-06-041-4/+6
* Add Windows build supportSteve MacLean2020-06-045-0/+420
* Add simple Windows platform abstraction layerSteve MacLean2020-06-0413-0/+369
* Add freebsd-elf* headers for WIndows compileSteve MacLean2020-06-043-0/+1362
* Remove aux directorySteve MacLean2020-06-044-7871/+1
* aarch64: Fix __sigset build issue on muslCDave Watson2020-05-271-1/+1
* Define UNW_EMPTY_STRUCT for non-GNUCSteve MacLean2020-05-212-2/+10
* Fix warningsSteve MacLean2020-05-211-2/+2
* Use C11 atomicsSteve MacLean2020-05-2161-312/+128
* Use C11 alignas(x)Steve MacLean2020-05-214-17/+7
* Use C11 _Thread_localSteve MacLean2020-05-2110-49/+17
* Only use one set of macros in Gexpr.cSteve MacLean2020-05-211-35/+1
* Remove #include compiler.h in public headerSteve MacLean2020-05-211-2/+12
* Fix MSVC UNW_REMOTE_ONLY compilation errorsSteve MacLean2020-05-2015-24/+124
* Fix a memory leak issueAdeel2020-05-181-9/+8
* src/arm/Gex_tables.c: resolve possible null pointer dereferenceIlya Shipitsin2020-05-181-3/+3
* Fix error in aarch64 unw_sigcontextSteve MacLean2020-05-181-1/+1
* Fix off-by-one error in x86_64 stack framesJon Haslam2020-04-291-1/+1
* Reflect current status of Solaris x64 in the READMEAdeel2020-04-281-16/+2
* Update README to reflect Solaris x86-64 status w/ this PRJason King2020-04-281-1/+1
* Stop stepping on Solaris and illumos after reaching an IP of 0Jason King2020-04-281-0/+7
* Fix Gtest-trace output for illumos/SolarisJason King2020-04-281-1/+1
* Fix signal stacks on illumos/SolarisJason King2020-04-282-73/+51
* Add additional symbols to ignore on illumos and SolarisJason King2020-04-281-0/+5
* Treat PT_SUNW_UNWIND sections on illumos and Solaris as equivalent to PT_GNU_...Jason King2020-04-282-0/+7
* Update Gtest-bt for illumos and SolarisJason King2020-04-281-3/+3
* coredump: Unmap elf image before mapping another (#169)Hans-Christian Egtvedt2020-04-021-0/+4
* Bump version to 1.5-rc1v1.5-rc1Dave Watson2020-03-311-1/+1
* Fix compilation with -fno-common.Yichao Yu2020-03-3115-80/+89