summaryrefslogtreecommitdiff
path: root/src/coredump
Commit message (Expand)AuthorAgeFilesLines
* fix more warningskasperk812022-10-211-1/+1
* Fix typos (#397)Adeel Mujahid2022-08-042-3/+3
* Stop assuming .text and .eh_frame segmentStephen Webb2022-07-2610-248/+623
* Autodetect presence of elf_fpregset_tStephen Webb2022-07-153-0/+10
* Add autodetection of procfs_status typeStephen Webb2022-06-243-39/+49
* added coredump support for s390x (#373)tkoecker2022-06-235-10/+64
* Add port for Linux on LoongArchYouling Tang2021-11-301-0/+37
* Add port for Linux on RISC-V (riscv)Zhaofeng Li2021-07-061-0/+5
* 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
* Add support for older versions of AndroidOle André Vadla Ravnås2020-12-031-1/+1
* Check for definition of NT_FILEDave Watson2020-09-211-0/+2
* Use __linux__ define everywhere instead of __linuxMilian Wolff2020-09-082-2/+2
* Undo unnecessary debug-related changeStephen Webb2020-07-021-21/+18
* Use NT_FILE to get backing file names if availableStephen Webb2020-07-025-38/+177
* Refactor Linux-specific codedump codeStephen Webb2020-07-024-78/+291
* Fix typo in a previous changeStephen Webb2020-06-181-1/+1
* Handle <elf.h> that uses enums instead of definesStephen Webb2020-06-184-5/+17
* Rationalize endianness macrosStephen Webb2020-06-181-30/+1
* coredump: Unmap elf image before mapping another (#169)Hans-Christian Egtvedt2020-04-021-0/+4
* Fix compilation with -fno-common.Yichao Yu2020-03-311-0/+5
* Added braces to suppress empty if/else warnings (#112)Stephen Roberts2019-04-241-3/+10
* aarch64: fix freebsd supportmyfreeweb2018-08-071-0/+20
* Add port to Linux on IBM Z (s390x)Michael Munday2018-01-091-0/+3
* Remove PROTECTED visibilityDave Watson2017-12-281-1/+1
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-241-2/+21
* core: Fix memory leak in libunwind-coredump.Felipe Cerqueira2017-08-141-0/+2
* coredump: simplify bad regnum checks a littleMike Frysinger2017-02-141-5/+8
* coredump: align coredump description pointerJan Willeke2017-01-131-1/+1
* One time whitespace fixup.Arun Sharma2014-09-2711-81/+81
* Add TileGx platform support to libunwind.Zhi-Gang Liu2014-09-081-0/+3
* Add Cflags keyword to pkg-config metadata filesLuca Clementi2013-08-261-0/+1
* [PATCH] AArch64 port.Yvan Roux2013-05-111-1/+4
* SuperH portTommi Rantala2012-09-281-0/+3
* MIPS coredump supportTommi Rantala2012-09-281-1/+36
* pkg-config file fixupsArun Sharma2012-09-211-1/+1
* Create and install pkg-config .pc filesAlexander Toresson2012-09-151-0/+10
* Silence a compiler error.Arun Sharma2012-09-081-1/+1
* Rename and share `ALIGN' macro from _UCD_internal.hTommi Rantala2012-09-052-3/+2
* Implement _UCD_access_reg() for ARMTommi Rantala2012-09-041-5/+14
* Add missing newline to debug message in _UCD_access_reg_linux.cTommi Rantala2012-08-211-1/+1
* Fix function name duplication in Debug() outputTommi Rantala2012-08-215-23/+19
* Use constants for ELF magic bytes in _UCD_create.cTommi Rantala2012-08-211-1/+1
* IA64: use tdep_find_unwind_table() in coredump libTommi Rantala2012-07-312-3/+3
* coredump: update license to be the same as rest of libunwindArun Sharma2012-03-261-15/+19
* Add helper macros for pointer arithmeticsAlexander Larsson2012-03-261-0/+4
* Clean up the elf notes handling in the coredump codeAlexander Larsson2012-03-261-30/+15
* Whitespace cleanupArun Sharma2012-03-231-145/+149
* Add support for multiple threads in core filesAlexander Larsson2012-03-232-27/+58