summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-2/+20
* Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton2011-06-291-1/+1
* lldb-59.Greg Clayton2011-05-301-73/+89
* Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham2011-04-221-0/+6
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-6/+15
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-3/+3
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-1/+1
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-2/+2
* Change the DWARFExpression::Evaluate methods to take an optionalJason Molenda2010-11-201-1/+1
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-2/+2
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-1/+1
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-3/+3
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-2/+0
* Fixed an issue with:Greg Clayton2010-09-181-0/+7
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-2/+2
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-2/+10
* Added a work in the DWARF parser when we parse an array that ends up having Greg Clayton2010-09-131-0/+26
* StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2010-09-021-1/+1
* Add missing includes.Eli Friedman2010-06-091-2/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+167
OpenPOWER on IntegriCloud