summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StackFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/11852100>Greg Clayton2012-07-111-43/+48
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-3/+7
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-6/+16
* <rdar://problem/10103468>Greg Clayton2012-02-241-18/+11
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+1
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-74/+113
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-16/+6
* Many GDB users always want to display disassembly when they stop by using Greg Clayton2011-11-211-11/+54
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-29/+20
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda2011-09-201-8/+8
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-25/+27
* Removed the function:Greg Clayton2011-09-171-2/+2
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-2/+1
* Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata2011-08-191-1/+1
* - Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata2011-08-191-7/+25
* Fixed an issue where a pointer's address was being logged instead of its valueEnrico Granata2011-08-111-15/+20
* Basic support for reading synthetic children by index:Enrico Granata2011-08-091-11/+79
* Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...)Greg Clayton2011-08-021-1/+32
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-3/+3
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-061-4/+3
* new syntax for summary strings:Enrico Granata2011-07-061-2/+144
* Fixed an issue where SBFrame::GetDisassembly() was returning disassembly thatGreg Clayton2011-06-221-2/+1
* Fixed variable parsing to not parse block variables over and over due to anGreg Clayton2011-06-171-1/+3
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-13/+17
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-1/+3
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-4/+4
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-0/+35
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-8/+29
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-1/+1
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-0/+1
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-0/+1
* Fixed the -r parameter to the disassemble commandSean Callanan2011-03-101-0/+1
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+1
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-9/+12
* Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoidGreg Clayton2011-01-201-1/+17
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-6/+6
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-8/+8
* 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
OpenPOWER on IntegriCloud