summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/UnwindPlan.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-271-2/+6
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-18/+20
* UnwindPlan: pretty-print dwarf expressionsPavel Labath2019-04-231-4/+35
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov2018-10-301-7/+29
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+2
* 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-514/+453
* Remove assert since it was crashing the mutli process driver tests. Made the ...Greg Clayton2016-07-121-5/+16
* Fix handling of the arm IT instruction in the unwinderTamas Berghammer2016-02-101-1/+3
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-2/+3
* Support evaluation of DWARF expressions setting CFAPavel Labath2015-02-231-3/+1
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-70/+68
* Change the x86 assembly instruction unwind parser toJason Molenda2015-01-131-1/+11
* Read the LSDA and Personality Routine function address out of theJason Molenda2014-11-181-0/+38
* Add an alternative CFA type.Justin Hibbits2014-11-121-4/+23
* On x86 & x86_64, try to use eh_frame for frame 0.Todd Fiala2014-08-251-0/+13
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-5/+5
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Fix log message for new invalidation checks in PlanValidAtAddress(). Jason Molenda2013-12-031-2/+26
* Build up UnwindPlan::PlanValidAtAddress to recognize some generalJason Molenda2013-12-031-0/+20
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Add a new capability to RegisterContextLLDB: To recognize when theJason Molenda2012-10-261-2/+2
* Remove a little unuseful output from the UnwindPlan::Row::Dump and UnwindPlan...Jason Molenda2012-08-101-16/+1
* Cleaned up incorrect STL std::map comparison code and use the operator == on ...Greg Clayton2012-07-181-14/+5
* Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...Jason Molenda2012-07-171-0/+17
* Switch nearly all of the use of the UnwindPlan::Row's to go throughJason Molenda2012-07-141-11/+11
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+2
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Fix two 'dereference of a null pointer' detected by the static analyzer.Johnny Chen2011-08-121-2/+2
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-117/+223
* Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton2011-04-261-1/+2
* Made FuncUnwinders threadsafe.Greg Clayton2011-01-081-33/+31
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-11/+9
* Handle the case where no eh_frame section is present.Jason Molenda2010-11-041-0/+3
* Check in the native lldb unwinder. Jason Molenda2010-10-251-5/+36
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-3/+4
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-0/+309
OpenPOWER on IntegriCloud