summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ArmUnwindInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* Fix typo in ArmUnwindInfo::GetUnwindPlanRaphael Isemann2019-04-161-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+7
* Improve FreeBSD kernel debuggingEd Maste2017-10-021-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-385/+311
* 64-bit LEB values are not always correctly decoded due to a casting issue, no...Greg Clayton2016-06-281-1/+1
* Fix several issues around .ARM.exidx section handlingTamas Berghammer2015-10-021-36/+48
* Make the ArmUnwindInfo parsing code endian independentTamas Berghammer2015-09-301-15/+23
* Add support for .ARM.exidx unwind informationTamas Berghammer2015-09-301-0/+425
OpenPOWER on IntegriCloud