summaryrefslogtreecommitdiff
path: root/lldb/tools/compact-unwind
Commit message (Expand)AuthorAgeFilesLines
* Don't re-define constants that are now in compact_unwind_encoding.h.Jason Molenda2021-09-091-43/+0
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1450/+1364
* Add support for using armv7 compact unwind informationJason Molenda2016-06-071-2/+2
* Add armv7 compact unwind printing to the compact-unwind-dumper.c toolJason Molenda2016-06-041-0/+199
* Add support for arm64 compact unwind tables, used on darwin arm64Jason Molenda2016-05-251-0/+149
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Two fixes for compact unwind decoding for frameless large-stack-sizeJason Molenda2015-01-231-6/+44
* Temporarily disable CompactUnwindInfo::GetCompactUnwindInfoForFunction.Jason Molenda2014-12-161-0/+8
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-1/+5
* Add support for 32-bit i386 binaries.Jason Molenda2014-11-291-9/+231
* The finishing touches on getting the compact unwind dumping completedJason Molenda2014-11-291-90/+356
* Add support for UNWIND_X86_64_MODE_STACK_IND entries.Jason Molenda2014-11-281-37/+58
* A little more work on the compact unwind dumper.Jason Molenda2014-11-271-25/+55
* Add a little sketch of a program that can extract unwindJason Molenda2014-11-171-0/+664