aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/compact-unwind
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Don't re-define constants that are now in compact_unwind_encoding.h.Jason Molenda1-43/+0
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1450/+1364
2016-06-07Add support for using armv7 compact unwind informationJason Molenda1-2/+2
2016-06-04Add armv7 compact unwind printing to the compact-unwind-dumper.c toolJason Molenda1-0/+199
2016-05-25Add support for arm64 compact unwind tables, used on darwin arm64Jason Molenda1-0/+149
2015-06-18Fix a variety of typos.Bruce Mitchener1-1/+1
2015-01-23Two fixes for compact unwind decoding for frameless large-stack-sizeJason Molenda1-6/+44
2014-12-16Temporarily disable CompactUnwindInfo::GetCompactUnwindInfoForFunction.Jason Molenda1-0/+8
2014-12-08The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda1-1/+5
2014-11-29Add support for 32-bit i386 binaries.Jason Molenda1-9/+231
2014-11-29The finishing touches on getting the compact unwind dumping completedJason Molenda1-90/+356
2014-11-28Add support for UNWIND_X86_64_MODE_STACK_IND entries.Jason Molenda1-37/+58
2014-11-27A little more work on the compact unwind dumper.Jason Molenda1-25/+55
2014-11-17Add a little sketch of a program that can extract unwindJason Molenda1-0/+664