summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed an issue that could cause GetPointeeData() to fail when passing in a no...Greg Clayton2014-12-191-5/+34
* Fix a problem where ValueObjectVariable was not correctly setting its 'has va...Enrico Granata2014-11-041-0/+2
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-1/+1
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-0/+9
* When writing data back into a register, acceptSean Callanan2014-02-071-1/+1
* Made sure that ValueObjectVariable actuallySean Callanan2014-01-181-0/+12
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Fixed a bug where variables' byte sizes would notSean Callanan2013-10-091-0/+4
* Huge change to clean up types.Greg Clayton2013-07-111-20/+10
* Fix various build warnings.Matt Kopec2013-06-031-4/+0
* <rdar://problem/13925626>Enrico Granata2013-05-201-1/+3
* <rdar://problem/13925626>Enrico Granata2013-05-201-1/+1
* Don’t use the resolved value to calculate the location unless the variable ...Enrico Granata2013-05-031-2/+5
* <rdar://problem/13695846>Enrico Granata2013-04-301-0/+80
* <rdar://problem/13421412>Greg Clayton2013-03-141-4/+3
* <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