summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-2/+7
* Fixed an issue with the UnwindLLDB code where if there were inlined stackGreg Clayton2011-01-081-1/+1
* Added memory caching to lldb_private::Process. All lldb_private::ProcessGreg Clayton2011-01-071-1/+15
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-33/+28
* Refactor UnwindLLDB so it doesn't populate the entire stack unlessJason Molenda2010-11-091-79/+108
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda2010-11-041-8/+8
* Handle the case where no eh_frame section is present.Jason Molenda2010-11-041-17/+17
* Don't indent log lines by frame # spaces if the frame # exceeds 100 - the ind...Jason Molenda2010-10-261-4/+4
* Get a disassembler based on the correct architecture for assemblyJason Molenda2010-10-261-6/+16
* Check in the native lldb unwinder. Jason Molenda2010-10-251-0/+141
OpenPOWER on IntegriCloud