summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Path from Ashok Thirumurthi:Greg Clayton2012-10-301-0/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* <rdar://problem/11113279>Greg Clayton2012-03-261-2/+10
* <rdar://problem/10103468>Greg Clayton2012-02-241-7/+5
* Added support for looking up the complete type forSean Callanan2012-02-221-11/+18
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-9/+21
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-0/+11
* ValueObjectVariable::GetClangAST should check that it has a valid Type before...Jim Ingham2011-10-311-1/+4
* Fixed an issue where a variable whose value is in a register might end upGreg Clayton2011-10-011-4/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-6/+8
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-1/+24
* 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