summaryrefslogtreecommitdiff
path: root/src/dwarf
Commit message (Expand)AuthorAgeFilesLines
* Fix __SOFTFP__ case for arm getcontextAdeel2022-08-051-1/+1
* Fix typos (#397)Adeel Mujahid2022-08-044-12/+12
* Find segment containing .text by flag not orderStephen Webb2022-07-261-1/+1
* Correct build failureAndrew Kilroy2022-06-221-1/+1
* Revert "Address CA issue using existing libunwind macros and explicit casting"Dave Watson2022-05-242-4/+4
* DWARF: avoid invalid memory access with invalid CFISaleem Abdulrasool2022-05-221-0/+9
* Fix issues with 4701Aaron Robinson2022-05-222-4/+5
* Address CA issue using existing libunwind macros and explicit castingAaron Robinson2022-05-222-4/+4
* Remove 4146 from libunwindAaron Robinson2022-05-222-4/+4
* Update based on MSVC static analyzerAaron Robinson2022-05-221-2/+2
* Unwind with pointer authentication on arm64Andrew Kilroy2022-05-221-0/+80
* DWARF: avoid a data raceSaleem Abdulrasool2021-12-201-5/+3
* Fix table indexing in `dwarf_search_unwind_table`Alex Arslan2021-11-261-1/+1
* x86_64: Stop aliasing RSP and CFAKeno Fischer2021-11-261-4/+11
* DWARF: dwarf4 fix cie parsingDave Watson2021-11-261-0/+10
* DWARF: handle out of memory errorsSergey Korolev2021-07-061-3/+23
* Add support for older versions of AndroidOle André Vadla Ravnås2020-12-031-1/+1
* Fix .debug_frame load_offset calculationOle André Vadla Ravnås2020-12-031-6/+9
* Fix unwinding of pre-linked librariesMikhail Durnev2020-09-212-8/+35
* Use __linux__ define everywhere instead of __linuxMilian Wolff2020-09-081-2/+2
* Make SHF_COMPRESSED use contingent on its existenceStephen Webb2020-07-021-0/+4
* Use C11 atomicsSteve MacLean2020-05-211-2/+2
* Use C11 _Thread_localSteve MacLean2020-05-211-2/+2
* Only use one set of macros in Gexpr.cSteve MacLean2020-05-211-35/+1
* Fix MSVC UNW_REMOTE_ONLY compilation errorsSteve MacLean2020-05-201-0/+43
* Treat PT_SUNW_UNWIND sections on illumos and Solaris as equivalent to PT_GNU_...Jason King2020-04-282-0/+7
* arm: clear ip thumb/arm mode bit before move to previous instruction (#131)Sim Sun2020-03-261-1/+8
* Add support for zlib compressed elf .debug_frame sectionsDoug Nazar2019-10-031-6/+44
* Add initial support for Solaris x86-64Adeel2019-06-121-48/+0
* solaris portAlexander Esilevich2019-06-121-0/+48
* Added braces to suppress empty if/else warnings (#112)Stephen Roberts2019-04-241-4/+8
* dwarf: clang doesn't respect the static alias (#102)Dave Watson2019-01-091-0/+5
* dwarf: Push correct CFA onto stack for dwarf expression evaluation. (#93)Stephen Roberts2018-11-132-10/+21
* dwarf: Add missing opcodes to the operands table in Gexpr.cStephen Roberts2018-10-121-0/+2
* Adopt two changes by Sergey Korolev to use mmap and a shell sort, ratherDoug Moore2018-09-281-157/+161
* aarch: [v2] aarch64 PLT entry recognition & fixes (#86)Dave Watson2018-09-281-1/+1
* Fix data race on cache hints in find_reg_stateMilian Wolff2018-05-041-1/+1
* dwarf: do not allocate in load_debug_frame (#72)Dave Watson2018-04-101-2/+2
* dwarf: make dwarf_find_debug_frame publicDave Watson2018-04-031-1/+1
* Add port to Linux on IBM Z (s390x)Michael Munday2018-01-091-0/+8
* ALIAS unwind_get_accessorsDave Watson2017-12-284-10/+10
* ALIAS dwarf symbolsDave Watson2017-12-281-5/+11
* Remove PROTECTED visibilityDave Watson2017-12-281-2/+2
* dwarf: Fix size of state to avoid corrupting rs_stackMichael Munday2017-11-281-2/+2
* dwarf: Fix incorrect cfi execution (#54)Yichao Yu2017-11-011-42/+44
* dwarf: Allow DWARF version both 3 and 4 (#56)Yichao Yu2017-10-311-3/+4
* dwarf/Gparser: fix crash during unwinding (#46)Konstantin Baladurin2017-10-171-6/+11
* dwarf: Fix incorrect application of restore_stateDave Watson2017-08-241-2/+4
* aarch64: PLT entry recognition & fixesJonathan Byrd2017-08-182-8/+8
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-0/+12