summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-13/+15
* Improve UnwindLLDB with better detection for unwinding failuresTamas Berghammer2015-07-061-2/+10
* Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to trackJason Molenda2014-12-091-1/+2
* Add a new target setting, trap-handler-names, where a user canJason Molenda2014-02-141-0/+20
* 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
* Change UnwindLLDB::SearchForSavedLocationForRegister so that it will allow forJason Molenda2013-06-051-1/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* A change in how we search for saved register values unintentionallyJason Molenda2012-11-161-0/+7
* Add a new capability to RegisterContextLLDB: To recognize when theJason Molenda2012-10-261-1/+1
* <rdar://problem/10434005>Greg Clayton2012-03-141-2/+2
* Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...Jim Ingham2012-02-291-0/+5
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-5/+5
* Restructure the relationship between UnwindLLDB and theJason Molenda2011-11-011-4/+39
* Lock the Unwinder before accessing it.Jim Ingham2011-10-211-4/+5
* ABI plug-ins must implement the following pure virtual functions:Greg Clayton2011-05-241-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-6/+6
* Added memory caching to lldb_private::Process. All lldb_private::ProcessGreg Clayton2011-01-071-1/+1
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-1/+1
* Refactor UnwindLLDB so it doesn't populate the entire stack unlessJason Molenda2010-11-091-0/+3
* Fix thinko in UnwindTable.cpp where it wouldn't provde a Jason Molenda2010-11-091-0/+1
* Built the native unwinder with all the warnings c++-4.2 could muster;Jason Molenda2010-11-041-0/+1
* Handle the case where no eh_frame section is present.Jason Molenda2010-11-041-1/+3
* Check in the native lldb unwinder. Jason Molenda2010-10-251-0/+70
OpenPOWER on IntegriCloud