summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrameList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-0/+43
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to...Jim Ingham2011-03-311-0/+15
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-0/+21
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-1/+1
* Add GetSP to the StackFrame.Jim Ingham2010-09-231-0/+20
* Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2010-09-071-1/+1
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-14/+118
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-1/+1
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-301-75/+80
* Made it so we update the current frames from the previous frames by doing STLGreg Clayton2010-08-271-17/+10
* Simplified the StackFrameList class down to a single frames list againGreg Clayton2010-08-271-198/+240
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-10/+10
* Cleaned up the inline stack frame code one more time to prepare for inlinedGreg Clayton2010-08-261-123/+142
* Cleaned up the inline backtrace code even more by moving all stack backtracingGreg Clayton2010-08-251-28/+245
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+135
OpenPOWER on IntegriCloud