summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectChild.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-6/+6
* 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-2/+2
* Second attempt at the fix for the recursion in ValueObjectChild::CanUpdateWit...Enrico Granata2015-07-281-4/+13
* Revert "Fix an issue where LLDB would run out of stack space ..."Pavel Labath2015-07-241-6/+4
* Fix an issue where LLDB would run out of stack space trying to decide if a de...Enrico Granata2015-07-241-4/+6
* A previous patch made it so that ValueObjects could update themselves even in...Enrico Granata2015-05-191-0/+8
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-1/+1
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-26/+26
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-1/+2
* Don't copy entire value into m_data unless we need to. If we did this and the...Greg Clayton2014-01-231-1/+4
* Huge change to clean up types.Greg Clayton2013-07-111-9/+7
* <rdar://problem/13623698>Enrico Granata2013-04-111-1/+4
* <rdar://problem/13421412>Greg Clayton2013-03-141-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* <rdar://problem/11113279>Greg Clayton2012-03-261-1/+21
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* Added support for looking up the complete type forSean Callanan2012-02-221-2/+2
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-5/+8
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-2/+2
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-9/+26
* Fixed an issue where a variable that was a pointer whoseGreg Clayton2011-08-161-3/+4
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-1/+1
* Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata2011-08-021-1/+1
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-1/+1
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-1/+1
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-1/+1
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-7/+9
* Fixed up the SBValue::GetExpressionPath() to be more correct under moreGreg Clayton2011-01-211-2/+4
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-1/+1
* Removed a few bad assert() statement regarding bitfields.Greg Clayton2011-01-091-2/+0
* Make sure we don't assert if we have a child with zero byte size. AlsoGreg Clayton2011-01-081-1/+0
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-1/+2
* Cleanup before making the objective C ivar changes.Greg Clayton2010-12-071-37/+2
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-1/+1
* Fixed a case where children of pointers or references that had had multipleGreg Clayton2010-11-021-4/+1
* Print better error messages when memory reads fail when displaying variableGreg Clayton2010-11-021-13/+33
* Fixes to Objective-C built-in type handling.Sean Callanan2010-10-251-0/+2
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-4/+5
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-4/+4
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-1/+0
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-1/+2
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+3
* Switch over to using llvm's dwarf constants file.Jason Molenda2010-07-061-1/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+207
OpenPOWER on IntegriCloud