summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-021-1/+20
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-40/+35
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-12/+7
* Change the unwinder to not use a hard-coded limit on theJason Molenda2018-09-251-1/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-88/+59
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove TimeValue from UnwindLLDB.cppPavel Labath2016-11-021-8/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-438/+442
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal2015-11-131-1/+85
* Improve UnwindLLDB with better detection for unwinding failuresTamas Berghammer2015-07-061-70/+106
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to trackJason Molenda2014-12-091-0/+8
* When a RegisterContext produces an invalid CFA address, changeJason Molenda2014-11-221-8/+25
* A pretty big overhaul of the TryFallbackUnwindPlan method inJason Molenda2014-11-131-2/+3
* Back out r221229 -- instead of trying to identify the end of the unwind,Jason Molenda2014-11-041-2/+1
* After we've completed a full backtrace, we'll have one frame whichJason Molenda2014-11-041-1/+2
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Add a new idea of a "fallback" UnwindPlan to the RegisterContextLLDBJason Molenda2014-02-211-0/+36
* Add a new target setting, trap-handler-names, where a user canJason Molenda2014-02-141-1/+14
* The Platform base class now maintains a list of trap handlersJason Molenda2014-02-131-1/+1
* Don't enforce ABI stack alignment rules on the sigtramp frame --Jason Molenda2014-01-031-4/+10
* Partially revert a patch from Ashok Thirumurthi in r191430.Jason Molenda2013-12-201-0/+25
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Fix the partial backtrace in a recursive inferior compiled with -fomit-frame-...Ashok Thirumurthi2013-09-261-15/+1
* Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow forJason Molenda2013-06-051-2/+2
* Add a hard limit to how many frames lldb will unwind in a singleJason Molenda2013-05-031-0/+16
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/12350715>Jason Molenda2013-01-191-0/+13
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* A change in how we search for saved register values unintentionallyJason Molenda2012-11-161-2/+8
* Add a new capability to RegisterContextLLDB: To recognize when theJason Molenda2012-10-261-2/+12
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-1/+1
* Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...Jim Ingham2012-02-291-14/+29
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-3/+6
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-20/+27
* Restructure the relationship between UnwindLLDB and theJason Molenda2011-11-011-5/+30
* Lock the Unwinder before accessing it.Jim Ingham2011-10-211-3/+3
* Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne2011-06-181-3/+3
* Added some comments.Greg Clayton2011-05-251-0/+2
* ABI plug-ins must implement the following pure virtual functions:Greg Clayton2011-05-241-27/+46
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-1/+0
* Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton2011-04-251-6/+6
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-5/+9
* Avoid infinite loops in stack backtraces and renamed:Greg Clayton2011-01-171-2/+11
OpenPOWER on IntegriCloud