summaryrefslogtreecommitdiff
path: root/lldb/source/Target/StackFrame.cpp
AgeCommit message (Expand)Author
2011-07-06Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton
2011-07-06new syntax for summary strings:Enrico Granata
2011-06-22Fixed an issue where SBFrame::GetDisassembly() was returning disassembly thatGreg Clayton
2011-06-17Fixed variable parsing to not parse block variables over and over due to anGreg Clayton
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton
2011-04-22Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham
2011-04-18Centralized a lot of the status information for processes,Greg Clayton
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham
2011-03-31Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton
2011-03-22Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham
2011-03-10Fixed the -r parameter to the disassemble commandSean Callanan
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton
2011-01-25Enabled extra warnings and fixed a bunch of small issues.Greg Clayton
2011-01-20Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoidGreg Clayton
2011-01-17A few of the issue I have been trying to track down and fix have been due toGreg Clayton
2011-01-06Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton
2010-12-15Fixed the "expression" command object to use the StackFrame::GetValueForExpre...Greg Clayton
2010-12-14Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton
2010-11-20Change the DWARFExpression::Evaluate methods to take an optionalJason Molenda
2010-11-01Fixed StackFrame::GetVariableList to add globalSean Callanan
2010-10-27Updated the lldb_private::Flags class to have better method names and madeGreg Clayton
2010-10-04There are now to new "settings set" variables that live in each debuggerGreg Clayton
2010-09-23Add GetSP to the StackFrame.Jim Ingham
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton
2010-09-14Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton
2010-09-13Fixed an assertion that happened when debugging DWARF in .o files with debugGreg Clayton
2010-09-07Added more API to lldb::SBBlock to allow getting the blockGreg Clayton
2010-09-03Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton
2010-09-02StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton
2010-08-30Clarified the intent of the SymbolContextScope class in the headerGreg Clayton
2010-08-27Made it so we update the current frames from the previous frames by doing STLGreg Clayton
2010-08-27Simplified the StackFrameList class down to a single frames list againGreg Clayton
2010-08-26Changed the StackID to store its start PC address as a load address instead of Greg Clayton
2010-08-26Add StackFrame::IsInlined.Jim Ingham
2010-08-26Cleaned up the inline stack frame code one more time to prepare for inlinedGreg Clayton
2010-08-24Fixed another issue with the inline stack frames where if the first frameGreg Clayton
2010-08-24Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton
2010-08-21Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton
2010-06-30Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner