summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/CompactUnwindInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Fix an uninitialized memory use error when interpretingJason Molenda2015-05-051-4/+4
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-5/+11
* Add a tiny bit of hardening to the eh_frame and compact unwind parsing.Jason Molenda2015-04-021-1/+9
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-24/+9
* Update after LLVM API change.Benjamin Kramer2015-02-121-1/+1
* debug printfs that got left in. I blame greg.Jason Molenda2015-01-231-2/+0
* Two fixes for compact unwind decoding for frameless large-stack-sizeJason Molenda2015-01-231-6/+25
* Fix trivial signed/unsigned comparison warningsAndy Gibbs2014-12-291-3/+3
* Add support for frameless function compact unwind encodings on x86_64/i386.Jason Molenda2014-12-221-46/+214
* Various unwinder work. Jason Molenda2014-12-211-6/+49
* Re-enable compact unwind use on Mac platforms.Jason Molenda2014-12-201-14/+35
* Temporarily disable CompactUnwindInfo::GetCompactUnwindInfoForFunction.Jason Molenda2014-12-161-0/+5
* Remove use of GCC-style intrinsics, as they are non-portable.Zachary Turner2014-12-081-1/+4
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-0/+975
OpenPOWER on IntegriCloud