summaryrefslogtreecommitdiff
path: root/src/ptrace
Commit message (Expand)AuthorAgeFilesLines
* Use #if defined where applicableAdeel2022-05-223-3/+3
* Add support for FreeBSD/PPC32Piotr Kubaj2022-05-222-3/+8
* Add port for Linux on LoongArchYouling Tang2021-11-301-0/+36
* Include asm/ptrace.h in _UPT_reg_offset.cTBK2021-07-101-0/+4
* Add port for Linux on RISC-V (riscv)Zhaofeng Li2021-07-062-0/+51
* Add support for older versions of AndroidOle André Vadla Ravnås2020-12-031-1/+1
* Port libunwind to FreeBSD/powerpc64.Piotr Kubaj2020-09-212-0/+50
* Use __linux__ define everywhere instead of __linuxMilian Wolff2020-09-082-2/+2
* Handle <elf.h> that uses enums instead of definesStephen Webb2020-06-181-2/+2
* Fix compilation with -fno-common.Yichao Yu2020-03-311-0/+5
* aarch64: fix freebsd supportmyfreeweb2018-08-071-0/+7
* Add port to Linux on IBM Z (s390x)Michael Munday2018-01-091-0/+34
* Remove PROTECTED visibilityDave Watson2017-12-281-1/+1
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-242-0/+20
* aarch64: Use PTRACE_GETREGSET if availableStephen Chen2017-08-071-1/+44
* mips: remote unwind supportRene Nielsen2017-03-022-15/+81
* arm: ptrace: Fix order of probing unwind tablesVitaly Kuzmichev2017-01-191-4/+4
* One time whitespace fixup.Arun Sharma2014-09-2714-473/+473
* Add TileGx platform support to libunwind.Zhi-Gang Liu2014-09-081-0/+58
* Add Cflags keyword to pkg-config metadata filesLuca Clementi2013-08-261-0/+1
* [PATCH] AArch64 port.Yvan Roux2013-05-111-0/+36
* Plug in `ARRAY_SIZE' in ptrace codeTommi Rantala2012-09-282-4/+4
* Set `_UPT_reg_offset' read onlyTommi Rantala2012-09-282-2/+2
* SuperH portTommi Rantala2012-09-281-0/+1
* ppc32: fixup cross build failureTommi Rantala2012-09-211-2/+2
* pkg-config file fixupsArun Sharma2012-09-211-1/+1
* Create and install pkg-config .pc filesAlexander Toresson2012-09-151-0/+10
* ptrace: add more Debug to access_regCody P Schafer2012-09-151-5/+21
* ptrace: check for NULL arg.Cody P Schafer2012-09-151-0/+5
* ptrace/access_reg: print out register name on "bad register"Cody P Schafer2012-09-151-2/+2
* UPT: Add reg offsets for ppc32/64Cody P Schafer2012-09-151-2/+147
* Fix compilation on IA64Martin Milata2012-05-232-2/+2
* Merge branch 'coredump2' of https://github.com/adsharma/libunwindArun Sharma2012-05-235-407/+39
|\
| * Move some dwarf functionality from ptrace to dwarfArun Sharma2012-03-123-335/+2
| * Introduce struct elf_dyn_infoArun Sharma2012-03-125-124/+90
* | mips: fix a linker errorArun Sharma2012-04-091-1/+1
|/
* Prevent the use of struct dl_phdr_info outside of dl_iterate_phdrKen Werner2011-10-291-30/+20
* Change _UPTi_find_unwind_table to return an integer.Ken Werner2011-10-153-9/+7
* Fixup compile errors on ia64.Arun Sharma2011-09-232-2/+2
* ARM: Initial support for remote unwinding using libunwind-ptraceKen Werner2011-08-152-2/+46
* Change libunwind-ptrace to also look for .debug_frame if nothing found in .eh...Ken Werner2011-08-153-145/+173
* Fix call to maps_next in _UPT_get_dyn_info_list_addr.cJoel Brobecker2011-06-181-1/+1
* Check for <sys/ptrace.h> before including itJoel Brobecker2011-06-181-0/+2
* Restore the linking when --enable-debug-frame is not specifiedKonstantin Belousov2010-05-291-0/+4
* Support .debug_frame based unwinding in _UPTi_find_unwind_table()Arun Sharma2010-05-261-1/+25
* Add ip argument to _UPTi_find_unwind_table.Arun Sharma2010-05-152-4/+7
* Add path and pathlen arguments to tdep_get_elf_image()Arun Sharma2010-05-151-1/+2
* Adds missing register offsets for ARMArun Sharma2010-05-151-0/+16
* [PATCH] Reduce scope of the eh_frame_end local variableGiuseppe Scrivano2010-04-141-1/+3
* Provide proper register offsets in the gregset for FreeBSD/i386Konstantin Belousov2010-04-111-2/+23