aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/DwarfParser.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma1-1/+26
2022-01-19[NFC][libunwind] Fix uintptr_t vs size_t confusion for lengthsJessica Clarke1-3/+3
2021-11-18[libunwind] Add an interface for dynamic .eh_frame registrationPeter S. Housel1-6/+16
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song1-2/+2
2020-11-09[libunwind] Delete unused codeOffsetAtStackDecrement/registersInOtherRegister...Fangrui Song1-9/+0
2020-10-30[libunwind] Support DW_CFA_remember/restore_state without heap allocation.Daniel Kiss1-395/+403
2020-09-18[libunwind] Support for leaf function unwinding.Daniel Kiss1-1/+2
2020-09-18Revert "[libunwind] Support for leaf function unwinding."Daniel Kiss1-2/+1
2020-09-16[libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard1-5/+7
2020-09-16[libunwind] Support for leaf function unwinding.Daniel Kiss1-1/+2
2020-07-15[libunwind] Fix CIE v1 return address parsingRyan Prichard1-1/+2
2020-05-15unwind: fix unwind build without heapSaleem Abdulrasool1-0/+2
2020-03-11Lazily save initialState of registers during unwind.Sterling Augustine1-35/+66
2020-02-18[libunwind] Fix memory leak in handling of DW_CFA_remember_state and DW_CFA_r...Jorge Gorbe Moya1-7/+19
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman1-9/+40
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya1-16/+0
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman1-0/+16
2018-12-17[AArch64][libunwind] Unwinding support for return address signing with B KeyLuke Cheeseman1-0/+11
2018-12-14[AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman1-0/+8
2018-09-24Reverting r342895Luke Cheeseman1-8/+0
2018-09-24[AArch64] Unwinding support for return address signingLuke Cheeseman1-0/+8
2017-12-25[libunwind] Remove dubious template function. NFC.whitequark1-7/+3
2017-12-25[libunwind] Unbreak debug builds after r321440.whitequark1-4/+7
2017-12-25[libunwind] fix a typo in r321441.whitequark1-1/+1
2017-12-25[libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0.whitequark1-35/+32
2017-12-25[libunwind] Avoid using C++ headers.whitequark1-1/+1
2017-10-27Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTERMartin Storsjo1-1/+1
2017-10-24Add missing checks for register numberMartin Storsjo1-0/+19
2017-03-14DarwinParser: include limitsSaleem Abdulrasool1-0/+1
2017-03-09Fix up the places where AddressSpace.hpp is included.Ed Schouten1-1/+0
2017-03-08DARWF: silence some warnings about conversionsSaleem Abdulrasool1-3/+6
2017-01-27Revert "DWARF: convert error logs to _LIBUNWIND_LOG"Saleem Abdulrasool1-16/+30
2017-01-25DWARF: fix -Asserts buildsSaleem Abdulrasool1-8/+1
2017-01-21DWARF: correct cast (NFC)Saleem Abdulrasool1-1/+1
2017-01-21DWARF: allow enabling tracing at runtimeSaleem Abdulrasool1-89/+68
2017-01-21DWARF: convert error logs to _LIBUNWIND_LOGSaleem Abdulrasool1-30/+16
2016-07-20libunwind: limit stack usage in unwind cursorEd Maste1-1/+1
2016-07-19libunwind: sync some coments with NetBSD's versionEd Maste1-13/+13
2016-07-19libunwind: Use conventional DWARF capitalization in comments and errorsEd Maste1-19/+19
2015-11-09Make it possible to use libunwind without heap.Peter Zotov1-0/+4
2015-08-27[libunwind] Remove unused includes.Peter Zotov1-2/+0
2015-04-24unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool1-0/+724