aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrameList.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-07Added more API to lldb::SBBlock to allow getting the blockGreg Clayton1-1/+1
2010-09-03Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton1-14/+118
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton1-1/+1
2010-08-30Clarified the intent of the SymbolContextScope class in the headerGreg Clayton1-75/+80
2010-08-27Made it so we update the current frames from the previous frames by doing STLGreg Clayton1-17/+10
2010-08-27Simplified the StackFrameList class down to a single frames list againGreg Clayton1-198/+240
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham1-10/+10
2010-08-26Cleaned up the inline stack frame code one more time to prepare for inlinedGreg Clayton1-123/+142
2010-08-25Cleaned up the inline backtrace code even more by moving all stack backtracingGreg Clayton1-28/+245
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+135