summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resubmit "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-1/+1
* Revert "Change RegisterValue getters / setters to use StringRef."Zachary Turner2016-11-171-1/+1
* Change RegisterValue getters / setters to use StringRef.Zachary Turner2016-11-171-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-370/+304
* Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer2016-02-261-1/+9
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-2/+3
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-4/+4
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-7/+7
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-5/+5
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-1/+1
* Move several GetByteSize() calls over to the brave new world of taking an Exe...Enrico Granata2015-01-281-1/+3
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-1/+1
* 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
OpenPOWER on IntegriCloud