summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/CompactUnwindInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-2/+2
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-4/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+4
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-111-14/+14
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-52/+40
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-7/+3
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1495/+1449
* Add support for using armv7 compact unwind informationJason Molenda2016-06-071-54/+308
* Add support for arm64 compact unwind tables, used on darwin arm64Jason Molenda2016-05-251-0/+188
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-13/+11
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-2/+2
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-2/+2
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* Update comment about the UNWIND_X86_64_MODE_STACK_IND encodingJason Molenda2015-06-181-1/+2
* Correct the end-of-vector check in GetCompactUnwindInfoForFunction().Jason Molenda2015-06-181-1/+1
* 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