summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-1/+1
* Fixed the "expression" command object to use the StackFrame::GetValueForExpre...Greg Clayton2010-12-151-115/+195
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-0/+153
* Change the DWARFExpression::Evaluate methods to take an optionalJason Molenda2010-11-201-1/+1
* Fixed StackFrame::GetVariableList to add globalSean Callanan2010-11-011-12/+17
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-2/+2
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-3/+27
* Add GetSP to the StackFrame.Jim Ingham2010-09-231-0/+6
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-4/+4
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-1/+5
* Fixed an assertion that happened when debugging DWARF in .o files with debugGreg Clayton2010-09-131-2/+7
* Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2010-09-071-42/+59
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-2/+14
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-43/+10
* StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2010-09-021-10/+66
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-301-40/+117
* Made it so we update the current frames from the previous frames by doing STLGreg Clayton2010-08-271-5/+8
* Simplified the StackFrameList class down to a single frames list againGreg Clayton2010-08-271-0/+8
* Changed the StackID to store its start PC address as a load address instead of Greg Clayton2010-08-261-23/+25
* Add StackFrame::IsInlined.Jim Ingham2010-08-261-0/+10
* Cleaned up the inline stack frame code one more time to prepare for inlinedGreg Clayton2010-08-261-12/+3
* Fixed another issue with the inline stack frames where if the first frameGreg Clayton2010-08-241-0/+5
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-62/+51
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-27/+167
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-211-1/+1
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-0/+1
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-1/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+393
OpenPOWER on IntegriCloud