summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Include asm/ptrace.h in _UPT_reg_offset.cTBK2021-07-101-0/+4
* mips: fix regression after "Handle Gstep according the N64/N32 ABI"Sergey Korolev2021-07-061-2/+5
* DWARF: handle out of memory errorsSergey Korolev2021-07-061-3/+23
* Fix -mx32 compilation errorkasperk812021-07-061-1/+1
* Add port for Linux on RISC-V (riscv)Zhaofeng Li2021-07-0639-0/+2000
* x86_64/GTrace: Fix usage of unsaved registersDave Watson2021-06-291-4/+4
* Improve multiarch condition in coredump accesskasperk812021-06-291-1/+1
* Add missing case for IA64 in coredumpMike Frysinger2021-06-251-0/+3
* Fix build failure on ia64Adrian Bunk2021-06-171-6/+5
* Include extra ia64 files in dist packagekasperk812021-06-171-0/+3
* Fix `dl_iterate_phdr` wrapperxtkoba2021-04-191-2/+2
* typo: aligment -> alignmentSim Sun2021-03-151-3/+3
* Fixes for the s390x targetUlrich Weigand2021-03-152-2/+35
* Port memory address checks from x86/x86_64 to Aarch64Mikhail Durnev2021-03-156-8/+279
* [x86_64] Remove self-reference from local cursorElia Geretto2021-03-158-27/+44
* Fix typo.Romain Geissler2021-02-171-1/+1
* Fix elf get_load_offset when the binary was linked by lld: return the right o...Romain Geissler2021-02-171-1/+1
* Fix elf get_load_offset when the binary was linked by lld, which defines read...Romain Geissler2021-02-171-1/+6
* fix build on ARMJameson Nash2021-02-171-1/+1
* stop lying about the ARM PC locationJameson Nash2021-02-171-1/+1
* Add support for older versions of AndroidOle André Vadla Ravnås2020-12-0310-7/+128
* Fix .debug_frame load_offset calculationOle André Vadla Ravnås2020-12-031-6/+9
* fix ppc64 buildDave Watson2020-09-251-1/+1
* Check for definition of NT_FILEDave Watson2020-09-211-0/+2
* Port libunwind to FreeBSD/powerpc64.Piotr Kubaj2020-09-216-117/+248
* Fix unwinding of pre-linked librariesMikhail Durnev2020-09-212-8/+35
* Use __linux__ define everywhere instead of __linuxMilian Wolff2020-09-0812-19/+19
* ia64: Fix dyn_info_list.S with newer binutilsJessica Clarke2020-08-041-1/+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-027-41/+187
* 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
* Autodetect <sys/syscall.h>Stephen Webb2020-06-183-7/+9
* Handle <elf.h> that uses enums instead of definesStephen Webb2020-06-188-13/+25
* Rationalize endianness macrosStephen Webb2020-06-1817-74/+30
* Consistently use POSIX <ucontext.h>Stephen Webb2020-06-184-4/+4
* Fix placement of alignas() specifierSteve MacLean2020-06-181-1/+1
* Add Windows build supportSteve MacLean2020-06-041-0/+295
* Add simple Windows platform abstraction layerSteve MacLean2020-06-041-0/+114
* Fix warningsSteve MacLean2020-05-211-2/+2
* Use C11 atomicsSteve MacLean2020-05-2143-146/+87
* Use C11 alignas(x)Steve MacLean2020-05-211-1/+2
* Use C11 _Thread_localSteve MacLean2020-05-216-14/+14
* Only use one set of macros in Gexpr.cSteve MacLean2020-05-211-35/+1
* Fix MSVC UNW_REMOTE_ONLY compilation errorsSteve MacLean2020-05-207-11/+54
* Fix a memory leak issueAdeel2020-05-181-9/+8
* src/arm/Gex_tables.c: resolve possible null pointer dereferenceIlya Shipitsin2020-05-181-3/+3